-
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
[Blueprints] Add published blueprint object to the payload to support change notes #6399
Conversation
SDK Automation [Logs] (Generated from 202b235)Go: Azure/azure-sdk-for-go
JavaScript: Azure/azure-sdk-for-js
Python: Azure/azure-sdk-for-python
|
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
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: |
Can one of the admins verify this patch? |
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.
@filizt , please make sure all checks are passed, thanks.
The model validation failures in the checks are caused by a tooling issue here: Azure/oav#431. We had an another PR earlier this week that had the same failures but then they were suppressed and PR was merged since the failures were also due to the tooling issue. See here: #6297 Could you help suppress the failures and merge the PR? |
"schema": { | ||
"$ref": "#/definitions/PublishedBlueprint" | ||
}, | ||
"description": "Published Blueprint to create or update." | ||
} |
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.
Note for other reviewers:
The blueprint backend has always supported this and it was always optional. So SDKs generated from swaggers with and without this change will work just fine. #ByDesign
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 from ARM side.
@erich-wang could you review the PR please? |
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.
approve the change since the check failure is caused by tool bug.
@sergey-shandar, the check failure is caused by a bug in ova, please merge this PR, thanks. |
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:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.