diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetAADProfile.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetAADProfile.json index 99c963c19ed3..a260ce1dcce0 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetAADProfile.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetAADProfile.json @@ -5,16 +5,14 @@ "resourceGroupName": "rg1", "resourceName": "clustername1", "parameters": { - "aadProfile": { - "clientAppID": "clientappid", - "serverAppID": "serverappid", - "serverAppSecret": "serverappsecret", - "tenantID": "tenantid" - } + "clientAppID": "clientappid", + "serverAppID": "serverappid", + "serverAppSecret": "serverappsecret", + "tenantID": "tenantid" } }, "responses": { + "200": {}, "202": {} } } - \ No newline at end of file diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetServicePrincipalProfile.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetServicePrincipalProfile.json index 35b6a46560a8..93807439e1dd 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetServicePrincipalProfile.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/examples/ManagedClustersResetServicePrincipalProfile.json @@ -5,14 +5,12 @@ "resourceGroupName": "rg1", "resourceName": "clustername1", "parameters": { - "servicePrincipalProfile": { - "clientId": "clientid", - "secret": "secret" - } + "clientId": "clientid", + "secret": "secret" } }, "responses": { + "200": {}, "202": {} } } - \ No newline at end of file diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json index 335accedba59..c49e0b0eaa01 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json @@ -649,7 +649,7 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Reset Service Principal Profile": { + "Reset AAD Profile": { "$ref": "./examples/ManagedClustersResetAADProfile.json" } } diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetAADProfile.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetAADProfile.json index 4944798f572f..fbe01c93ed3b 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetAADProfile.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetAADProfile.json @@ -5,16 +5,14 @@ "resourceGroupName": "rg1", "resourceName": "clustername1", "parameters": { - "aadProfile": { - "clientAppID": "clientappid", - "serverAppID": "serverappid", - "serverAppSecret": "serverappsecret", - "tenantID": "tenantid" - } + "clientAppID": "clientappid", + "serverAppID": "serverappid", + "serverAppSecret": "serverappsecret", + "tenantID": "tenantid" } }, "responses": { + "200": {}, "202": {} } } - \ No newline at end of file diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetServicePrincipalProfile.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetServicePrincipalProfile.json index ccea0e49bf33..985595c62666 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetServicePrincipalProfile.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/examples/ManagedClustersResetServicePrincipalProfile.json @@ -5,14 +5,12 @@ "resourceGroupName": "rg1", "resourceName": "clustername1", "parameters": { - "servicePrincipalProfile": { - "clientId": "clientid", - "secret": "secret" - } + "clientId": "clientid", + "secret": "secret" } }, "responses": { + "200": {}, "202": {} } } - \ No newline at end of file diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json index 3cf317547e24..b12567ed2abf 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json @@ -637,7 +637,7 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Reset Service Principal Profile": { + "Reset AAD Profile": { "$ref": "./examples/ManagedClustersResetAADProfile.json" } }