-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 "KeyVaultSecretRef" and rename to "ManagedClusterServicePrincipalProfile" #3488
Conversation
…PrincipalProfile"
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the most part, please address the comments.
@@ -750,28 +750,7 @@ | |||
"Standard_NV6" | |||
] | |||
}, | |||
"KeyVaultSecretRef": { | |||
"properties": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A. Please note that this could be a breaking change in the SDKs generated
B. Please check if you need to update any of the examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsgouda I did check the examples, but we weren't using keyVaultSecretRef
anywhere so this change still passes oav validate-example
.
I did note that this is a breaking change in the PR message. Should I mention it elsewhere? Change to package-version: 5.0.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as it is ackowledged, shouldn't be a blocker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…3488) * Making User Details and Offer details required fields * Removing the all-api-versions tag as it is abandoned
This was mistakenly copied from
ContainerServiceServicePrincipalProfile
and was never supported by AKS.Since this swagger is built along with the ACS API, this requires renaming the class so their definitions can differ. This may be a breaking change for generated SDKs.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger