-
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 tag sql #16800
Fix tag sql #16800
Changes from all commits
a5acbc2
3943629
87901ef
e9a57f3
96a6ced
79523db
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-11-01-preview" | ||
}, | ||
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. do we know why we need to add this example file to 2020-11-01-preview? all the swagger/example files in SQL are auto-generated from DSMainDev repo since 2020-02-02-preview. Manually updating would break our auto-pipeline. It means this example file needs to update for all the versions after 2020-02-02-preview. 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 find 2020-11-01-preview in default tag
if these are auto-generated, maybe i should revert them |
||
"responses": { | ||
"200": { | ||
"body": {} | ||
} | ||
} | ||
} |
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.
do we know why we change it? it seems the UUID needs 128 bits?
can you also help to modify all the cases in 2021-02-01-preview and 2021-05-01-preivew? Thanks!
All the example files are auto-generated. Thus, we will change it in the upstream SQL repo.
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.
my purpose is to fix example issue for ring0 RP control plane swaggers under default tag
in this example, it report INVALID_FORMAT error about format uuid: 5555-6666-7777-8888-999999999999
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.
@ericshape , should we update examples here then you help apply these changes in the ADO repo coz we don't have auto-sync in place yet?