Skip to content

Fix response structure#7790

Merged
erich-wang merged 5 commits intomasterfrom
unknown repository
Dec 2, 2019
Merged

Fix response structure#7790
erich-wang merged 5 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Nov 16, 2019

Latest improvements:

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

Contribution checklist:

  • I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

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.

@AutorestCI
Copy link

AutorestCI commented Nov 16, 2019

Automation for azure-sdk-for-python

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-python#8705

@AutorestCI
Copy link

AutorestCI commented Nov 16, 2019

Automation for azure-sdk-for-go

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-go#6457

@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@ghost
Copy link
Author

ghost commented Nov 16, 2019

Hi,
The SDK generated based on version 2019-08-01 is broken as we changed the our response structure. In order to fix this version, the schema must be updated accordingly.

@erich-wang erich-wang added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 19, 2019
@ghost
Copy link
Author

ghost commented Nov 22, 2019

@ryansbenson
Can you approve and merge the PR? Thank you very much

@ghost
Copy link
Author

ghost commented Nov 26, 2019

Hi, can anyone merge the PR, if no, could you please advice what's blocker?
Thanks!

"properties": {
"path": {
"type": "string",
"description": "The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"
Copy link
Contributor

Choose a reason for hiding this comment

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

Add "pattern": property to define the regex. helps fail early.. probably at SDK layer.

@sanjaiganesh
Copy link
Contributor

Add ARM sign off.. Breaking changes.. but it seems service is behaving this way and just fixing Swagger.

@sanjaiganesh sanjaiganesh added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed ARMChangesRequested WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Nov 27, 2019
@erich-wang erich-wang merged commit afdfd93 into Azure:master Dec 2, 2019
TalluriAnusha pushed a commit to AsrOneSdk/azure-rest-api-specs that referenced this pull request Dec 11, 2019
* Fix response structure

* Add new properties and fix CI

* Remove unrelated properties

* Remove unrelated properties

* revert unrelated change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

Comments