From f3b3520c32cfe447a5f85b6491d65d59855b440a Mon Sep 17 00:00:00 2001 From: Xian Du Date: Thu, 11 Oct 2018 13:57:21 -0700 Subject: [PATCH] remove the identity properties --- .../stable/2017-10-01/containerregistry.json | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json index 3058033780e6..3bfc07179b16 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json @@ -1407,10 +1407,6 @@ "$ref": "#/definitions/Sku", "description": "The SKU of the container registry." }, - "identity": { - "$ref": "#/definitions/RegistryIdentity", - "description": "The identity of the container registry." - }, "properties": { "$ref": "#/definitions/RegistryProperties", "description": "The properties of the container registry.", @@ -1456,24 +1452,6 @@ } } }, - "RegistryIdentity": { - "description": "The identity of the container registry.", - "type": "object", - "properties": { - "type": { - "description": "The type of identity used for the registry.", - "type": "string" - }, - "principalId": { - "description": "The principal ID of registry identity.", - "type": "string" - }, - "tenantId": { - "description": "The tenant ID associated with the registry.", - "type": "string" - } - } - }, "RegistryProperties": { "description": "The properties of a container registry.", "type": "object", @@ -1557,24 +1535,6 @@ } } }, - "RegistryIdentity": { - "description": "Identity of the container registry.", - "type": "object", - "properties": { - "identityType": { - "description": "The type of identity used for registry.", - "type": "string" - }, - "identityPrincipalId": { - "description": "The principal ID of registry identity.", - "type": "string" - }, - "tenantId": { - "description": "The tenant ID of registry.", - "type": "string" - } - } - }, "RegistryUpdateParameters": { "description": "The parameters for updating a container registry.", "type": "object", @@ -1590,10 +1550,6 @@ "$ref": "#/definitions/Sku", "description": "The SKU of the container registry." }, - "identity": { - "$ref": "#/definitions/RegistryIdentity", - "description": "The identity of the container registry." - }, "properties": { "$ref": "#/definitions/RegistryPropertiesUpdateParameters", "description": "The properties that the container registry will be updated with.",