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

Linux profile should be optional for AKS creation #2519

Closed
metacpp opened this issue Aug 22, 2018 · 1 comment
Closed

Linux profile should be optional for AKS creation #2519

metacpp opened this issue Aug 22, 2018 · 1 comment
Assignees
Labels

Comments

@metacpp
Copy link

metacpp commented Aug 22, 2018

Bug Report

  • Import package: .../services/containerservice/mgmt/2018-03-31/containerservice
  • SDK version: 18.0.0
  • output of go version: go1.9 darwin/amd64
  • What happened?
    Try to create AKS without linuxProfile with below validation error message:
Error: Error applying plan:

1 error(s) occurred:

* azurerm_kubernetes_cluster.test: 1 error(s) occurred:

* azurerm_kubernetes_cluster.test: containerservice.ManagedClustersClient#CreateOrUpdate: Invalid input: autorest/validation: validation failed: parameter=parameters.ManagedClusterProperties.LinuxProfile.AdminUsername constraint=Null value=(*string)(nil) details: value can not be null; required parameter

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
@vladbarosan
Copy link

@metacpp please track any updates on the linked specs issue to avoid duplicates. Also note that if a change is required that is going to be a breaking change it should be in this week or early next week as we do breaking change releases at the end of the month.

@vladbarosan vladbarosan self-assigned this Aug 23, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants