From 2d1e54a77c5a4a8da8d548b18e9dcb0fd542b02c Mon Sep 17 00:00:00 2001 From: Antoine Gosselin Date: Mon, 24 Feb 2020 13:47:23 -0800 Subject: [PATCH] Revert reference of IdentityPatch to Identity resource --- .../stable/2018-11-30/ManagedIdentity.json | 38 +------------------ 1 file changed, 1 insertion(+), 37 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..9b3dbd4c8bb6 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 @@ -254,7 +254,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/IdentityUpdate" + "$ref": "#/definitions/Identity" }, "description": "Parameters to update the identity" } @@ -367,42 +367,6 @@ ], "description": "Describes an identity resource." }, - "IdentityUpdate": { - "properties": { - "location": { - "type": "string", - "x-ms-mutability": [ - "read", - "create" - ], - "description": "The geo-location where the resource lives" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "x-ms-mutability": [ - "read", - "create", - "update" - ], - "description": "Resource tags" - }, - "properties": { - "x-ms-client-flatten": true, - "readOnly": true, - "description": "The properties associated with the identity.", - "$ref": "#/definitions/UserAssignedIdentityProperties" - } - }, - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" - } - ], - "description": "Describes an identity resource." - }, "SystemAssignedIdentity": { "properties": { "location": {