Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: Microsoft.Fabric.Admin #4612

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}/Restart": {
"post": {
"x-ms-examples": {
"Restarts the requestd infrastructure role.": {
"Restarts the requested infrastructure role.": {
"$ref": "./examples/InfraRole/Restart.json"
}
},
"tags": [
"InfraRole"
],
"description": "Restarts the requestd infrastructure role.",
"description": "Restarts the requested infrastructure role.",
"operationId": "InfraRoles_Restart",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
},
"isPublic": {
"description": "The visiblity status of the IP pool. If is true the associated pools are public IP address pools.",
"description": "The visibility status of the IP pool. If is true the associated pools are public IP address pools.",
"type": "boolean"
},
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances/{slbMuxInstance}": {
"get": {
"x-ms-examples": {
"Returns the requested sftware load balancer MUX Instance": {
"Returns the requested software load balancer MUX Instance": {
"$ref": "./examples/SlbMuxInstance/Get.json"
}
},
Expand Down