diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json index 295b4d20a161..646f6c14ca0e 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json @@ -3,7 +3,7 @@ "info": { "title": "ComputeManagementClient", "description": "The Compute Management Client.", - "version": "2017-12-01" + "version": "2017-12-01-alphadummy" }, "host": "management.azure.com", "schemes": [ @@ -6710,6 +6710,7 @@ "properties": { "name": { "type": "string", + "format": "uuid", "description": "The network configuration name." }, "properties": { diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/disk.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/disk.json index 64f9a2b1e09e..0414ac53149a 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/disk.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/disk.json @@ -1254,16 +1254,14 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group.", - "x-ms-parameter-location": "method" + "description": "The name of the resource group." }, "DiskNameParameter": { "name": "diskName", "in": "path", "required": true, "type": "string", - "description": "The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.", - "x-ms-parameter-location": "method" + "description": "The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters." }, "SnapshotNameParameter": { "name": "snapshotName", diff --git a/specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json b/specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json index 203f1728ccb7..e10d426ebce0 100644 --- a/specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json +++ b/specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json @@ -543,8 +543,7 @@ }, "storageUri": { "readOnly": true, - "type": "string", - "description": "The URI of the storage account where diagnostics are stored." + "type": "string" } }, "description": "Profile for diagnostics on the container service VMs.", @@ -576,8 +575,7 @@ "description": "the list of container services." }, "nextLink": { - "type": "string", - "description": "The URL to get the next set of container service results." + "type": "string" } }, "description": "The response from the List Container Services operation." @@ -586,12 +584,10 @@ "properties": { "provisioningState": { "readOnly": true, - "type": "string", - "description": "the current deployment or provisioning state, which only appears in the response." + "type": "string" }, "orchestratorProfile": { - "$ref": "#/definitions/ContainerServiceOrchestratorProfile", - "description": "Properties of the orchestrator." + "$ref": "#/definitions/ContainerServiceOrchestratorProfile" }, "customProfile": { "$ref": "#/definitions/ContainerServiceCustomProfile",