Skip to content
Merged
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 @@ -4258,11 +4258,6 @@
"ContainerRegistry": {
"type": "object",
"properties": {
"registryServer": {
"type": "string",
"title": "The registry URL.",
"description": "If omitted, the default is \"docker.io\"."
},
"username": {
"type": "string",
"x-ms-client-name": "userName",
Expand All @@ -4272,6 +4267,11 @@
"type": "string",
"title": "The password to log into the registry server."
},
"registryServer": {
"type": "string",
"title": "The registry URL.",
"description": "If omitted, the default is \"docker.io\"."
},
"identityReference": {
"title": "The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.",
"$ref": "#/definitions/ComputeNodeIdentityReference"
Expand Down