Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKS: Remove incorrect pattern for adminUsername and adminPassword in ManagedClusterWindowsProfile since 2019-04-01 #11267

Closed
AbelHu opened this issue Oct 19, 2020 · 1 comment · Fixed by #11276
Labels
AKS Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@AbelHu
Copy link
Member

AbelHu commented 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

    "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."
    },
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 19, 2020
@erich-wang erich-wang added the Service Attention Workflow: This issue is responsible by Azure service team. label Oct 22, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 22, 2020
@erich-wang erich-wang added the AKS label Oct 22, 2020
@ghost
Copy link

ghost commented Oct 22, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AKS Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants