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

Changes for the new GA api-version (2020-07-31) #9509

Merged
merged 59 commits into from
Jun 29, 2020

Conversation

yeskarthik
Copy link
Contributor

@yeskarthik yeskarthik commented May 19, 2020

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories.
    • adding/removing APIs.
    • adding/removing properties.
    • adding/removing API-version.
    • adding a new service in Azure.

Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.

  • If you are blocked on ARM review and want to get the PR merged urgently, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
    Please follow the link to find more details on API review process.

sandshadow and others added 30 commits January 9, 2018 17:03
Fix R2016 by making PATCH body properties optional. Suppress the remaining 4 violations that are confirmed as false positives.
…Prop

Added dataStringComparisonBehavior parameter to reference data put/update spec
…onKeyProperty

Adding partitionKeyProperty to EnvironmentCreate and EnvironmentGet request.
…lingAsString

changing modelAsString for partitionKeyPRoperties
Introduce longterm environment to TSI resource hierarchy
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yeskarthik yeskarthik marked this pull request as ready for review June 8, 2020 19:44
@yeskarthik yeskarthik changed the title Changes for the new GA api-version (2020-07-31) (do not merge) Changes for the new GA api-version (2020-07-31) Jun 8, 2020
@yeskarthik yeskarthik changed the title Changes for the new GA api-version (2020-07-31) Changes for the new GA api-version (2020-07-31) - DO NOT MERGE but please review Jun 8, 2020
@yeskarthik
Copy link
Contributor Author

@jhendrixMSFT can you please review it?

@jhendrixMSFT
Copy link
Member

@yeskarthik sure I will review shortly. Has this been reviewed by the API review board?

@yeskarthik
Copy link
Contributor Author

@jhendrixMSFT we are in the process of reviewing with the board, I thought this could go in parallel and I can fix anything if found early on.

@jhendrixMSFT
Copy link
Member

@yeskarthik usually the SDK review happens once the board has completed their review and any/all changes they've requested have been made; this way we don't do an SDK review on a moving target.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jun 12, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
️✔️LintDiff [Detail]
 Validation passes for LintDiff. 
️✔️Avocado [Detail]
 Validation passes for Avocado. 
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jun 12, 2020

azure-sdk-for-python-track2 - Release

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jun 12, 2020

Trenton Generation - Release

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@yeskarthik
Copy link
Contributor Author

@jhendrixMSFT we got it approved from the API review board, can you proceed reviewing this PR and merging it? Thanks.

@yeskarthik yeskarthik changed the title Changes for the new GA api-version (2020-07-31) - DO NOT MERGE but please review Changes for the new GA api-version (2020-07-31) Jun 26, 2020
Copy link
Member

@jhendrixMSFT jhendrixMSFT left a comment

Choose a reason for hiding this comment

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

A few operation IDs to tweak.

When does this API version go live? Merging into master is considered a release event and the usual policy it to merge the PR after the service has been deployed.

@yeskarthik
Copy link
Contributor Author

Officially we plan to release on July 13. The service deployment with these changes are almost complete, most of its already live but not documented.

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yeskarthik yeskarthik requested a review from jhendrixMSFT June 29, 2020 18:46
@jhendrixMSFT jhendrixMSFT merged commit 95409b6 into Azure:master Jun 29, 2020
00Kai0 pushed a commit to 00Kai0/azure-rest-api-specs that referenced this pull request Oct 12, 2020
* Fix or suppress spec violations
Fix R2016 by making PATCH body properties optional. Suppress the remaining 4 violations that are confirmed as false positives.

* Try removing 2nd top-level heading, which _may_ have been causing a linter warning.

* Fix extra indention which prevented linter from running.

* Added dataStringComparisonBehavior parameter to reference data put/update spec.

* Fixed grammar.

* adding partitionkeyProperty to environmentInfo

* changing property name

* changing modelAsString

* Initial checkin of spec. Unchanged from GA release other than version.

* Remove .orig files

* Fix validation error by removing IoTHub ES from List ES example response

* Add extra example that was missing from preview spec.

* Add long-term environment to resource hierarchy, and update examples.

* Switch to model-as-string for enums. Restore EnvironmentResource's inheritance from TrackedResource.

* Upsate sku description

* Add new TSI preview api-version to readme.md.

* Add suppressions for false-positive linter failures.

* Test suppression failures

* Adding preview package tag to several other places in readme.md

* Add preview package to the readme.go.md file

* Remove invalid required property from EnvironmentCreateOrUpdateParameters

* Initial version of data plane swagger spec for PAYG (Preview) SKU.

* Added missing Readme.md

* Fixed name of readme

* Fixed path to swagger json

* Attempt to fix readme

* Apply suggestions from code review

Co-Authored-By: dmdenmsft <[email protected]>

* Update timeseriesinsights.json

* Update timeseriesinsights.json

* Added link to oav issue

* Added new GA data plane API version.

* Update readme.md

* updated readme to contain preview version.

* Fix bug in file reference.

* Replace Guid with string for hierarchy and type ID (remove uuid
restriction)

* Fixes as per PR comments. Instances, Types, Heirarchies operation name : _Get to _List.

* Fix hierarchies file names.

Co-authored-by: Eric Dettinger <[email protected]>
Co-authored-by: Ravi Kumar Suresh Babu <[email protected]>
Co-authored-by: ravikumarsureshbabu <[email protected]>
Co-authored-by: Dmitry Denisov <[email protected]>
Co-authored-by: Nick Schonning <[email protected]>
Co-authored-by: Ric Serradas <[email protected]>
Co-authored-by: Richard Wydrowski <[email protected]>
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.

9 participants