diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json index 3189885ea4c9..d91982901b47 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json @@ -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": [ { diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json index f7bcf35b7644..85c7e7ecead9 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json @@ -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": { diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json index bb406502dc75..759653110bd4 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json @@ -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" } },