Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
"description": "The properties of a storage account for a container registry."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-03-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@
"description": "The parameters of a storage account for a container registry."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-10-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,4 @@
"description": "The properties of the source code repository."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-09-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,4 +811,4 @@
"description": "The properties of a trigger."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@
"description": "The properties of a token."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,4 +775,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1591,4 +1591,4 @@
}
}
}
}
}
26 changes: 1 addition & 25 deletions schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1521,17 +1521,6 @@
}
],
"description": "Whether or not public network access is allowed for the container registry."
},
"storageAccount": {
"oneOf": [
{
"$ref": "#/definitions/StorageAccountProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of a storage account for a container registry. Only applicable to Classic SKU."
}
},
"description": "The properties of a container registry."
Expand Down Expand Up @@ -1613,19 +1602,6 @@
],
"description": "The SKU of a container registry."
},
"StorageAccountProperties": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The resource ID of the storage account."
}
},
"required": [
"id"
],
"description": "The properties of a storage account for a container registry. Only applicable to Classic SKU."
},
"TrustPolicy": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1771,4 +1747,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
37 changes: 12 additions & 25 deletions schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,17 @@
],
"description": "The value that indicates whether the admin user is enabled."
},
"anonymousPullEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enables registry-wide pull from unauthenticated clients."
},
"dataEndpointEnabled": {
"oneOf": [
{
Expand Down Expand Up @@ -1965,17 +1976,6 @@
],
"description": "Whether or not public network access is allowed for the container registry."
},
"storageAccount": {
"oneOf": [
{
"$ref": "#/definitions/StorageAccountProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of a storage account for a container registry. Only applicable to Classic SKU."
},
"zoneRedundancy": {
"oneOf": [
{
Expand Down Expand Up @@ -2113,19 +2113,6 @@
],
"description": "The SKU of a container registry."
},
"StorageAccountProperties": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The resource ID of the storage account."
}
},
"required": [
"id"
],
"description": "The properties of a storage account for a container registry. Only applicable to Classic SKU."
},
"SyncProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2431,4 +2418,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}