-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Key Vault] Use the swagger generated from the service 7.2-preview #11370
Changes from 6 commits
f544a5b
81daa47
f97cf14
1919514
01d7cd0
6884258
2448600
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ azure-arm: false | |
generate-metadata: false | ||
add-credentials: false | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json | ||
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/certificates.json | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When this GAs, I recommend using a specific commit. We tend to do this in azure-sdk-for-net (comment based on what the value was before your change). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perfect! I will do so. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm using this commit now: f9caf92527ccff06c5b66380e6f2b4f50f5e82b3 |
||
output-folder: ../ | ||
source-code-folder-path: ./src/generated | ||
``` |
Large diffs are not rendered by default.
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.
@sadasant Following up from #11477 (comment), why isnt the above change reflecting in the public API surface?