Skip to content

Commit

Permalink
typo: Microsoft.Fabric.Admin (Azure#4612)
Browse files Browse the repository at this point in the history
- requestd -> requested
- visiblity -> visibility
- sftware -> software
  • Loading branch information
nschonni authored and sergey-shandar committed Nov 29, 2018
1 parent 2be9ea4 commit 8a6943a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 8a6943a

Please sign in to comment.