From fb9aaafeb432bdc2ecaa27b117ebe7bb17de5e67 Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Mon, 26 Apr 2021 11:44:04 +0800 Subject: [PATCH] Update ManagedIdentity.json --- .../stable/2018-11-30/ManagedIdentity.json | 39 ------------------- 1 file changed, 39 deletions(-) diff --git a/specification/msi/resource-manager/Microsoft.ManagedIdentity/stable/2018-11-30/ManagedIdentity.json b/specification/msi/resource-manager/Microsoft.ManagedIdentity/stable/2018-11-30/ManagedIdentity.json index 16695c387b30..6e4b0a6aee67 100644 --- a/specification/msi/resource-manager/Microsoft.ManagedIdentity/stable/2018-11-30/ManagedIdentity.json +++ b/specification/msi/resource-manager/Microsoft.ManagedIdentity/stable/2018-11-30/ManagedIdentity.json @@ -136,45 +136,6 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities": { - "get": { - "operationId": "UserAssignedIdentities_ListByResourceGroup", - "description": "Lists all the userAssignedIdentities available under the specified ResourceGroup.", - "x-ms-examples": { - "IdentityListByResourceGroup": { - "$ref": "./examples/IdentityListByResourceGroup.json" - } - }, - "parameters": [ - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK. The list of userAssignedIdentities was retrieved and returned successfully.", - "schema": { - "$ref": "#/definitions/UserAssignedIdentitiesListResult" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "#/definitions/CloudError" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}": { "put": { "operationId": "UserAssignedIdentities_CreateOrUpdate",