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

Add Api Management Basic Sku #2076

Merged
merged 2 commits into from
Dec 7, 2017
Merged

Conversation

solankisamir
Copy link
Member

@solankisamir solankisamir commented Dec 1, 2017

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

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@KedarJoshi
Copy link
Contributor

#sign-off

@azuresdkciprbot
Copy link

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: specification/apimanagement/resource-manager/readme.md
Before the PR: Warning(s): 0 Error(s): 2
After the PR: Warning(s): 0 Error(s): 2

AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback

Thanks for your co-operation.

@@ -981,7 +981,8 @@
"enum": [
"Developer",
"Standard",
"Premium"
"Premium",
"Basic"
Copy link
Member

@fearthecowboy fearthecowboy Dec 4, 2017

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,.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not yet.

Copy link
Member

@fearthecowboy fearthecowboy Dec 4, 2017

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.

@azuresdkciprbot
Copy link

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: specification/apimanagement/resource-manager/readme.md
Before the PR: Warning(s): 0 Error(s): 2
After the PR: Warning(s): 0 Error(s): 2

AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback

Thanks for your co-operation.

@solankisamir
Copy link
Member Author

@fearthecowboy ping

@fearthecowboy
Copy link
Member

@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.
https://travis-ci.org/Azure/azure-rest-api-specs/jobs/311558732#L702

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)

@solankisamir
Copy link
Member Author

solankisamir commented Dec 6, 2017

@fearthecowboy
Issue with Value contract will be addressed in next version 2018-01-01
#1987

Issue with certificate_password will be addressed in next version 2018-01-01
#1881

We have active issues tracking that.

@fearthecowboy fearthecowboy merged commit 5d08adc into Azure:current Dec 7, 2017
@AutorestCI
Copy link

No modification for AutorestCI/azure-sdk-for-python

@AutorestCI
Copy link

No modification for AutorestCI/azure-sdk-for-ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants