diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json index b1e661f78e56..d36bffd54523 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json @@ -16,7 +16,7 @@ } }, "responses": { - "202": { + "200": { "body": { "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/clustername1/trustedAccessRoleBindings/binding1", "type": "Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings", diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json index 86bb5073a7f7..06cb9566b934 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json @@ -2601,6 +2601,9 @@ } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "List trusted access roles": { "$ref": "./examples/TrustedAccessRoles_List.json" @@ -2643,6 +2646,9 @@ } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "List trusted access role bindings": { "$ref": "./examples/TrustedAccessRoleBindings_List.json" @@ -2727,8 +2733,8 @@ } ], "responses": { - "202": { - "description": "Accepted", + "200": { + "description": "OK", "schema": { "$ref": "#/definitions/TrustedAccessRoleBinding" } @@ -6539,6 +6545,11 @@ "name" ], "description": "Role list" + }, + "nextLink": { + "description": "Link to next page of resources.", + "type": "string", + "readOnly": true } } }, @@ -6596,6 +6607,11 @@ "$ref": "#/definitions/TrustedAccessRoleBinding" }, "description": "Role binding list" + }, + "nextLink": { + "description": "Link to next page of resources.", + "type": "string", + "readOnly": true } } }