diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-12-01-preview/containerregistry.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-12-01-preview/containerregistry.json index 5f76119cb395..10b8884abf0d 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-12-01-preview/containerregistry.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-12-01-preview/containerregistry.json @@ -2837,10 +2837,6 @@ "default": false, "type": "boolean" }, - "storageAccount": { - "$ref": "#/definitions/StorageAccountProperties", - "description": "The properties of the storage account for the container registry. Only applicable to Classic SKU." - }, "networkRuleSet": { "$ref": "#/definitions/NetworkRuleSet", "description": "The network rule set for a container registry." @@ -2923,19 +2919,6 @@ } } }, - "StorageAccountProperties": { - "description": "The properties of a storage account for a container registry. Only applicable to Classic SKU.", - "required": [ - "id" - ], - "type": "object", - "properties": { - "id": { - "description": "The resource ID of the storage account.", - "type": "string" - } - } - }, "NetworkRuleSet": { "description": "The network rule set for a container registry.", "required": [ diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json index c7e619e2f4bf..d1821056216a 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json @@ -4033,10 +4033,6 @@ "default": false, "type": "boolean" }, - "storageAccount": { - "$ref": "#/definitions/StorageAccountProperties", - "description": "The properties of the storage account for the container registry. Only applicable to Classic SKU." - }, "networkRuleSet": { "$ref": "#/definitions/NetworkRuleSet", "description": "The network rule set for a container registry." @@ -4107,6 +4103,10 @@ "name": "ZoneRedundancy", "modelAsString": true } + }, + "anonymousPullEnabled": { + "description": "Enables registry-wide pull from unauthenticated clients.", + "type": "boolean" } } }, @@ -4132,19 +4132,6 @@ } } }, - "StorageAccountProperties": { - "description": "The properties of a storage account for a container registry. Only applicable to Classic SKU.", - "required": [ - "id" - ], - "type": "object", - "properties": { - "id": { - "description": "The resource ID of the storage account.", - "type": "string" - } - } - }, "NetworkRuleSet": { "description": "The network rule set for a container registry.", "required": [ @@ -4456,6 +4443,10 @@ "name": "NetworkRuleBypassOptions", "modelAsString": true } + }, + "anonymousPullEnabled": { + "description": "Enables registry-wide pull from unauthenticated clients.", + "type": "boolean" } } },