-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[CDN] Add stable API version 2019-06-15 based on 2019-06-15-preview #8573
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
Conversation
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
azure-sdk-for-go - Release
|
azure-sdk-for-net - Release
|
azure-sdk-for-java - Release
|
azure-sdk-for-js - Release
|
azure-sdk-for-python - Release
|
|
Can one of the admins verify this patch? |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@lsmith130 Hi. See you again. 😄 Just wonder, is the stable version same with the existing 2019-06-15-preview in this PR? You will modify the stable version later. Am I right? |
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.
Is this the change for preview version?
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.
This change is for both the preview and stable versions. Removing Country is not a breaking change because Country was originally added by mistake and was never supported by our service. SocketAddr is needed for our public preview, so we're including it in the preview version as well as stable.
…tatusCode examples.
62ab76c to
ae84ad2
Compare
|
Azure Pipelines successfully started running 1 pipeline(s). |
Hello again! That's correct, we're creating a stable version that's identical to the preview version for now, and if needed we'll make any backwards compatible changes needed for the stable version in future PRs. |
mmyyrroonn
left a comment
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.
approved since it's the copy of the preview version
|
/azp run automation - sdk |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Thanks for approving @myronfanqiu. Looks like the small changes I made to the preview API version is flagging as a breaking change, but they only remove options that were already not working because of mistakes in the original preview API version PR. How can I get this merged with the breaking changes check failing? |
|
@raych1 Hi. Could you help on the CI issue? @lsmith130 wants to force merge this PR. well. we still need to wait for ARM's review. |
|
@myronfanqiu , you could ignore the |
|
@akning-ms Hi~ Could you help us force merge this PR since there is a breaking change. |
|
|
/azp run public.rest-api-specs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
azure-cli-extensions - 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
|
…zure#8573) * Add missing "SocketAddr" match variable to CDN WAF preview API version * Use enum for CDN WAF defaultCustomBlockResponseStatus to allow only valid options. * Add CDN api version 2019-06-15 * Fix CDN 2019-06-15 and 2019-06-15-preview defaultCustomBlockResponseStatusCode examples.
CDN API Version 2019-06-15 is an as-is copy of 2019-06-15-preview which has already been reviewed, approved, and merged into master. This PR includes two small changes to fix issues with 2019-06-15-preview (and the new 2019-06-15 by extension), and is backwards compatible because all removed options do not work in our service anyway.
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.