-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fix errors in old Network API version #4940
Conversation
Can one of the admins verify this patch? |
Automation for azure-sdk-for-jsThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
@@ -3282,45 +3282,6 @@ | |||
"x-ms-long-running-operation": true | |||
} | |||
}, | |||
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{connectionSharedKeyName}/sharedkey": { |
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.
Why breaking this functionality in the old api 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.
it's not breaking, there are two duplicate paths in old specs, one with PUT
and one with GET
, so I'm moving them under one entry
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.
I see! Then it's fine
Sorry I missed your comment during the holidays. Please reopen and target |
@jianghaolu it need to be merged ASAP. In master in this case. Please remove |
If you're a MSFT employee, click this link |
e4fa730
to
a21a314
Compare
@jianghaolu @MikhailTryakhov rebased PR against |
@number213 please merge it to january branch as well |
Looks like this issue might be in the 2015-06-15 files as well https://travis-ci.org/Azure/azure-rest-api-specs/jobs/476680029#L690-L706 |
Fixed validation errors:
nextHopType
fromrequired
as there was no such property in definitionget
andput
under one pathContribution 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.