Skip to content
Merged
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 @@ -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."
Expand Down Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -4107,6 +4103,10 @@
"name": "ZoneRedundancy",
"modelAsString": true
}
},
"anonymousPullEnabled": {
"description": "Enables registry-wide pull from unauthenticated clients.",
"type": "boolean"
}
}
},
Expand All @@ -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": [
Expand Down Expand Up @@ -4456,6 +4443,10 @@
"name": "NetworkRuleBypassOptions",
"modelAsString": true
}
},
"anonymousPullEnabled": {
"description": "Enables registry-wide pull from unauthenticated clients.",
"type": "boolean"
}
}
},
Expand Down