-
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
Add Api Management Basic Sku #2076
Conversation
#sign-off |
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
@@ -981,7 +981,8 @@ | |||
"enum": [ | |||
"Developer", | |||
"Standard", | |||
"Premium" | |||
"Premium", | |||
"Basic" |
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.
Have SDKs for this been published already?
The enum is marked with modelAsString
: false
which means that this will be a breaking change to the SDK generation (for C# at the very least), -- we should probably move to modelAsString
: true
to avoid this in the future,.
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.
not yet.
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.
oh, good. (dammit! the editor keeps submitting before i'm done typeing)
You probably should review the x-ms-enums for ones that can be extensible in the future, and use modelAsString
: true
on ones that may have things added to avoid future breaking changes.
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
@fearthecowboy ping |
@solankisamir Sorry; I restarted the validation and then forgot to come back. The validator is complaining about a couple properties that aren't camel-cased. Can we clean those up while we're here? (the breaking-change detection is complaining that there are changes without an API change, but you've assured me this hasn't had an SDK published yet) |
@fearthecowboy Issue with certificate_password will be addressed in next version 2018-01-01 We have active issues tracking that. |
No modification for AutorestCI/azure-sdk-for-python |
No modification for AutorestCI/azure-sdk-for-ruby |
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger