You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ManagedClusterWindowsProfile": {
"properties": {
"adminUsername": {
"type": "string",
"description": "The administrator username to use for Windows VMs.",
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
},
"adminPassword": {
"type": "string",
"description": "The administrator password to use for Windows VMs.",
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
}
},
"required": [
"adminUsername"
],
"description": "Profile for Windows VMs in the container service cluster."
},
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Oct 19, 2020
Remove incorrect pattern for adminUsername and adminPassword in ManagedClusterWindowsProfile since 2019-04-01
https://docs.microsoft.com/en-us/rest/api/compute/virtualmachinescalesets/createorupdate#virtualmachinescalesetosprofile
The text was updated successfully, but these errors were encountered: