From 60ba6c3597808284eb834fb432a0b20e9fc8c837 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 18 Dec 2018 13:31:13 -0700 Subject: [PATCH] [AKS] mark ACS endpoints as deprecated (#4917) ACS will be decommissioned at the end of January, 2020. Users are encouraged to use AKS instead. --- .../stable/2016-03-30/containerService.json | 19 +++++++++++--- .../stable/2016-09-30/containerService.json | 25 ++++++++++++++----- .../stable/2017-01-31/containerService.json | 25 ++++++++++++++----- .../stable/2017-07-01/containerService.json | 5 ++++ 4 files changed, 58 insertions(+), 16 deletions(-) diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json index a09cb216a1b9..01437fb2681c 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-03-30/containerService.json @@ -18,6 +18,7 @@ "paths": { "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -46,6 +47,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": { "put": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -105,6 +107,7 @@ "x-ms-long-running-operation": true }, "get": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -142,6 +145,7 @@ } }, "delete": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -182,6 +186,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -268,7 +273,9 @@ } }, "description": "Profile for the container service orchestrator.", - "required": [ "orchestratorType" ] + "required": [ + "orchestratorType" + ] }, "ContainerServiceMasterProfile": { "properties": { @@ -430,7 +437,9 @@ } }, "description": "SSH configuration for Linux-based VMs running on Azure.", - "required": ["publicKeys"] + "required": [ + "publicKeys" + ] }, "ContainerServiceSshPublicKey": { "properties": { @@ -451,7 +460,9 @@ "description": "Profile for the container service VM diagnostic agent." } }, - "required": ["vmDiagnostics"] + "required": [ + "vmDiagnostics" + ] }, "ContainerServiceVMDiagnostics": { "properties": { @@ -489,7 +500,7 @@ "value": { "type": "array", "items": { - "$ref": "#/definitions/ContainerService" + "$ref": "#/definitions/ContainerService" }, "description": "the list of container services." } diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json index 39d97dbc3e87..4c4cba0373e7 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2016-09-30/containerService.json @@ -18,6 +18,7 @@ "paths": { "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -47,6 +48,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": { "put": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -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": [ { @@ -145,6 +148,7 @@ } }, "delete": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -186,6 +190,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -265,7 +270,9 @@ } }, "description": "Properties to configure a custom container service cluster.", - "required": ["orchestrator"] + "required": [ + "orchestrator" + ] }, "ContainerServiceServicePrincipalProfile": { "properties": { @@ -302,7 +309,9 @@ } }, "description": "Profile for the container service orchestrator.", - "required": [ "orchestratorType" ] + "required": [ + "orchestratorType" + ] }, "ContainerServiceMasterProfile": { "properties": { @@ -469,7 +478,9 @@ } }, "description": "SSH configuration for Linux-based VMs running on Azure.", - "required": ["publicKeys"] + "required": [ + "publicKeys" + ] }, "ContainerServiceSshPublicKey": { "properties": { @@ -490,7 +501,9 @@ "description": "Profile for the container service VM diagnostic agent." } }, - "required": ["vmDiagnostics"] + "required": [ + "vmDiagnostics" + ] }, "ContainerServiceVMDiagnostics": { "properties": { @@ -528,7 +541,7 @@ "value": { "type": "array", "items": { - "$ref": "#/definitions/ContainerService" + "$ref": "#/definitions/ContainerService" }, "description": "the list of container services." }, diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json index cf7a1df8e4a7..5b5b60c22420 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json @@ -36,6 +36,7 @@ "paths": { "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -70,6 +71,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": { "put": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -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": [ { @@ -178,6 +181,7 @@ } }, "delete": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -224,6 +228,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -308,7 +313,9 @@ } }, "description": "Properties to configure a custom container service cluster.", - "required": ["orchestrator"] + "required": [ + "orchestrator" + ] }, "ContainerServiceServicePrincipalProfile": { "properties": { @@ -345,7 +352,9 @@ } }, "description": "Profile for the container service orchestrator.", - "required": [ "orchestratorType" ] + "required": [ + "orchestratorType" + ] }, "ContainerServiceMasterProfile": { "properties": { @@ -512,7 +521,9 @@ } }, "description": "SSH configuration for Linux-based VMs running on Azure.", - "required": ["publicKeys"] + "required": [ + "publicKeys" + ] }, "ContainerServiceSshPublicKey": { "properties": { @@ -533,7 +544,9 @@ "description": "Profile for the container service VM diagnostic agent." } }, - "required": ["vmDiagnostics"] + "required": [ + "vmDiagnostics" + ] }, "ContainerServiceVMDiagnostics": { "properties": { @@ -571,7 +584,7 @@ "value": { "type": "array", "items": { - "$ref": "#/definitions/ContainerService" + "$ref": "#/definitions/ContainerService" }, "description": "the list of container services." }, diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json index 7bf721fb0bc5..0be58e80fc65 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json @@ -36,6 +36,7 @@ "paths": { "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerServices" ], @@ -70,6 +71,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}": { "put": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -131,6 +133,7 @@ } }, "get": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -170,6 +173,7 @@ } }, "delete": { + "deprecated": true, "tags": [ "ContainerService" ], @@ -212,6 +216,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices": { "get": { + "deprecated": true, "tags": [ "ContainerServices" ],