Skip to content
Closed
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 @@ -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": [
Expand Down Expand Up @@ -6710,6 +6710,7 @@
"properties": {
"name": {
"type": "string",
"format": "uuid",
"description": "The network configuration name."
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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."
Expand All @@ -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",
Expand Down