Skip to content
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 @@ -18,6 +18,7 @@
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -46,6 +47,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": {
"put": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -105,6 +107,7 @@
"x-ms-long-running-operation": true
},
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -142,6 +145,7 @@
}
},
"delete": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -182,6 +186,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -268,7 +273,9 @@
}
},
"description": "Profile for the container service orchestrator.",
"required": [ "orchestratorType" ]
"required": [
"orchestratorType"
]
},
"ContainerServiceMasterProfile": {
"properties": {
Expand Down Expand Up @@ -430,7 +437,9 @@
}
},
"description": "SSH configuration for Linux-based VMs running on Azure.",
"required": ["publicKeys"]
"required": [
"publicKeys"
]
},
"ContainerServiceSshPublicKey": {
"properties": {
Expand All @@ -451,7 +460,9 @@
"description": "Profile for the container service VM diagnostic agent."
}
},
"required": ["vmDiagnostics"]
"required": [
"vmDiagnostics"
]
},
"ContainerServiceVMDiagnostics": {
"properties": {
Expand Down Expand Up @@ -489,7 +500,7 @@
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ContainerService"
"$ref": "#/definitions/ContainerService"
},
"description": "the list of container services."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -47,6 +48,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": {
"put": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -107,11 +109,12 @@
"x-ms-long-running-operation": true
},
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
"operationId": "ContainerServices_Get",
"summary":"Gets the properties of the specified container service.",
"summary": "Gets the properties of the specified container service.",
"description": "Gets the properties of the specified container service in the specified subscription and resource group. The operation returns the properties including state, orchestrator, number of masters and agents, and FQDNs of masters and agents. ",
"parameters": [
{
Expand Down Expand Up @@ -145,6 +148,7 @@
}
},
"delete": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -186,6 +190,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -265,7 +270,9 @@
}
},
"description": "Properties to configure a custom container service cluster.",
"required": ["orchestrator"]
"required": [
"orchestrator"
]
},
"ContainerServiceServicePrincipalProfile": {
"properties": {
Expand Down Expand Up @@ -302,7 +309,9 @@
}
},
"description": "Profile for the container service orchestrator.",
"required": [ "orchestratorType" ]
"required": [
"orchestratorType"
]
},
"ContainerServiceMasterProfile": {
"properties": {
Expand Down Expand Up @@ -469,7 +478,9 @@
}
},
"description": "SSH configuration for Linux-based VMs running on Azure.",
"required": ["publicKeys"]
"required": [
"publicKeys"
]
},
"ContainerServiceSshPublicKey": {
"properties": {
Expand All @@ -490,7 +501,9 @@
"description": "Profile for the container service VM diagnostic agent."
}
},
"required": ["vmDiagnostics"]
"required": [
"vmDiagnostics"
]
},
"ContainerServiceVMDiagnostics": {
"properties": {
Expand Down Expand Up @@ -528,7 +541,7 @@
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ContainerService"
"$ref": "#/definitions/ContainerService"
},
"description": "the list of container services."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -70,6 +71,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": {
"put": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -135,11 +137,12 @@
}
},
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
"operationId": "ContainerServices_Get",
"summary":"Gets the properties of the specified container service.",
"summary": "Gets the properties of the specified container service.",
"description": "Gets the properties of the specified container service in the specified subscription and resource group. The operation returns the properties including state, orchestrator, number of masters and agents, and FQDNs of masters and agents. ",
"parameters": [
{
Expand Down Expand Up @@ -178,6 +181,7 @@
}
},
"delete": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -224,6 +228,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -308,7 +313,9 @@
}
},
"description": "Properties to configure a custom container service cluster.",
"required": ["orchestrator"]
"required": [
"orchestrator"
]
},
"ContainerServiceServicePrincipalProfile": {
"properties": {
Expand Down Expand Up @@ -345,7 +352,9 @@
}
},
"description": "Profile for the container service orchestrator.",
"required": [ "orchestratorType" ]
"required": [
"orchestratorType"
]
},
"ContainerServiceMasterProfile": {
"properties": {
Expand Down Expand Up @@ -512,7 +521,9 @@
}
},
"description": "SSH configuration for Linux-based VMs running on Azure.",
"required": ["publicKeys"]
"required": [
"publicKeys"
]
},
"ContainerServiceSshPublicKey": {
"properties": {
Expand All @@ -533,7 +544,9 @@
"description": "Profile for the container service VM diagnostic agent."
}
},
"required": ["vmDiagnostics"]
"required": [
"vmDiagnostics"
]
},
"ContainerServiceVMDiagnostics": {
"properties": {
Expand Down Expand Up @@ -571,7 +584,7 @@
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ContainerService"
"$ref": "#/definitions/ContainerService"
},
"description": "the list of container services."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down Expand Up @@ -70,6 +71,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": {
"put": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -131,6 +133,7 @@
}
},
"get": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -170,6 +173,7 @@
}
},
"delete": {
"deprecated": true,
"tags": [
"ContainerService"
],
Expand Down Expand Up @@ -212,6 +216,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": {
"get": {
"deprecated": true,
"tags": [
"ContainerServices"
],
Expand Down