-
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
Update jobs.json to latest generated swagger file as well as it's updated examples #2909
Changes from 2 commits
734f2e9
457eb46
748aec0
a74684b
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 |
---|---|---|
|
@@ -51,6 +51,8 @@ Differences in v3 (compared to v2): | |
- `+2017-10-01-preview/capabilities.json` | ||
- `+2017-10-01-preview/databases.json` | ||
- `+2017-10-01-preview/elasticPools.json` | ||
- New SQL database agent APIs | ||
- `+2017-03-01/jobs.json` | ||
|
||
``` yaml $(tag) == 'package-composite-v3' | ||
input-file: | ||
|
@@ -90,6 +92,7 @@ input-file: | |
- Microsoft.Sql/preview/2017-03-01-preview/serverAutomaticTuning.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/serverDnsAliases.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/jobs.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. Please don't add to readme.md until we are ready to publish SDK. |
||
- Microsoft.Sql/preview/2017-10-01-preview/cancelOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/cancelPoolOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/capabilities.json | ||
|
@@ -162,6 +165,7 @@ input-file: | |
- Microsoft.Sql/preview/2017-03-01-preview/serverAutomaticTuning.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/serverDnsAliases.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/jobs.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/cancelOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/cancelPoolOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/databaseVulnerabilityAssessmentScans.json | ||
|
@@ -224,6 +228,7 @@ input-file: | |
- Microsoft.Sql/preview/2017-03-01-preview/serverAutomaticTuning.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/serverDnsAliases.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/jobs.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/cancelOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/cancelPoolOperations.json | ||
- Microsoft.Sql/preview/2017-10-01-preview/databaseVulnerabilityAssessmentScans.json | ||
|
@@ -287,6 +292,7 @@ input-file: | |
- Microsoft.Sql/preview/2017-03-01-preview/serverAutomaticTuning.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/serverDnsAliases.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json | ||
- Microsoft.Sql/preview/2017-03-01-preview/jobs.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. please keep in alphabetical order (in all the sections you added to) 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. Will update to be in alphabetical order. |
||
|
||
# Needed when there is more than one input file | ||
override-info: | ||
|
@@ -418,6 +424,7 @@ input-file: | |
- ./Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json | ||
- ./Microsoft.Sql/preview/2017-03-01-preview/serverAutomaticTuning.json | ||
- ./Microsoft.Sql/preview/2017-03-01-preview/serverDnsAliases.json | ||
- ./Microsoft.Sql/preview/2017-03-01-preview/jobs.json | ||
|
||
# Needed when there is more than one input file | ||
override-info: | ||
|
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 should not be a difference between v3 and v2, because jobs.json is in all composite version (v3, v2, v1)
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.
In other words: please delete the new line 54 & 55 :)
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.
You got it :)