Skip to content

Commit 9c53c55

Browse files
ericshapeLeiWang3
authored andcommitted
Release microsoft.sql 2021 08 01 preview (Azure#16968)
* Adds base for updating Microsoft.Sql from version preview/2021-05-01-preview to version 2021-08-01-preview * Updates readme * Updates API version in new specs and examples * update default client tag to v5 * Generate the 2021-08-01-preview files from DSMainDev and commit * add new added ipv6 and example files * change "jobExecutionId": "5555-6666-7777-8888-999999999999" to "jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA" in example files to pass the type validator * Add ListOperations.json example file * pass formatter npm pretty * update instanceFailoverGroups in the type of example files * remove ipv6 batch replace api due to arm concern. it will be in next version. * add x-ms-enum
1 parent 5c5bea9 commit 9c53c55

File tree

691 files changed

+71600
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

691 files changed

+71600
-122
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CancelJobExecution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"api-version": "2017-03-01-preview"
1010
},
1111
"responses": {

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CreateJobExecution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"body": {
1313
"properties": {
1414
"jobVersion": 1,
15-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
15+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
1616
"lifecycle": "Created",
1717
"provisioningState": "Created",
1818
"createTime": "2016-09-23T01:00:00.0000000Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CreateOrUpdateJobExecution.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"api-version": "2017-03-01-preview"
1010
},
1111
"responses": {
1212
"200": {
1313
"body": {
1414
"properties": {
1515
"jobVersion": 1,
16-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
16+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
1717
"lifecycle": "Created",
1818
"provisioningState": "Created",
1919
"createTime": "2017-12-18T19:02:00.8707045Z",
@@ -29,7 +29,7 @@
2929
"body": {
3030
"properties": {
3131
"jobVersion": 1,
32-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
32+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
3333
"lifecycle": "Created",
3434
"provisioningState": "Created",
3535
"createTime": "2017-05-04T19:02:00.8707045Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/GetJobExecution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"api-version": "2017-03-01-preview"
1010
},
1111
"responses": {
1212
"200": {
1313
"body": {
1414
"properties": {
1515
"jobVersion": 1,
16-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
16+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
1717
"lifecycle": "Created",
1818
"provisioningState": "Created",
1919
"createTime": "2017-12-21T19:02:00.8707045Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/GetJobExecutionStep.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"stepName": "step1",
1010
"api-version": "2017-03-01-preview"
1111
},
@@ -16,7 +16,7 @@
1616
"jobVersion": 1,
1717
"stepName": "step1",
1818
"stepId": 1,
19-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
19+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
2020
"lifecycle": "Succeeded",
2121
"provisioningState": "Succeeded",
2222
"createTime": "2017-12-27T04:33:15.7189151Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/GetJobExecutionTarget.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"stepName": "step1",
1010
"targetId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
1111
"api-version": "2017-03-01-preview"
@@ -17,7 +17,7 @@
1717
"jobVersion": 1,
1818
"stepName": "step1",
1919
"stepId": 1,
20-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
20+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
2121
"lifecycle": "Succeeded",
2222
"provisioningState": "Succeeded",
2323
"createTime": "2017-11-05T04:33:17.5133333Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ListJobExecutionSteps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"api-version": "2017-03-01-preview"
1010
},
1111
"responses": {
@@ -17,7 +17,7 @@
1717
"jobVersion": 1,
1818
"stepName": "step1",
1919
"stepId": 1,
20-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
20+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
2121
"lifecycle": "Succeeded",
2222
"provisioningState": "Succeeded",
2323
"createTime": "2017-12-03T04:33:15.7189151Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ListJobExecutionTargetsByExecution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"api-version": "2017-03-01-preview"
1010
},
1111
"responses": {
@@ -17,7 +17,7 @@
1717
"jobVersion": 1,
1818
"stepName": "step1",
1919
"stepId": 1,
20-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
20+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
2121
"lifecycle": "Succeeded",
2222
"provisioningState": "Succeeded",
2323
"createTime": "2017-07-01T04:33:17.5133333Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ListJobExecutionTargetsByStep.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"serverName": "server1",
66
"jobAgentName": "agent1",
77
"jobName": "job1",
8-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
8+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
99
"stepName": "step1",
1010
"api-version": "2017-03-01-preview"
1111
},
@@ -18,7 +18,7 @@
1818
"jobVersion": 1,
1919
"stepName": "step1",
2020
"stepId": 1,
21-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
21+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
2222
"lifecycle": "Succeeded",
2323
"provisioningState": "Succeeded",
2424
"createTime": "2017-07-01T04:33:17.5133333Z",

specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ListJobExecutionsByAgent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"properties": {
1515
"jobVersion": 1,
16-
"jobExecutionId": "5555-6666-7777-8888-999999999999",
16+
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
1717
"lifecycle": "Created",
1818
"provisioningState": "Created",
1919
"createTime": "2017-03-21T19:02:00.8707045Z",

0 commit comments

Comments
 (0)