Skip to content

Commit f76d810

Browse files
[Hub Generated] Review request for Microsoft.SaaS to add version preview/2018-03-01-beta (Azure#22911)
approved with false breaking change
1 parent b1806af commit f76d810

File tree

7 files changed

+31
-18
lines changed

7 files changed

+31
-18
lines changed

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasSubscriptionLevel/ResourceMove.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
},
1515
"responses": {
1616
"200": {},
17-
"202": {}
17+
"202": {
18+
"headers": {
19+
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
20+
"Retry-After": "10"
21+
}
22+
}
1823
}
1924
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasSubscriptionLevel/SaasDelete.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
},
88
"responses": {
99
"200": {},
10-
"202": {},
10+
"202": {
11+
"headers": {
12+
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
13+
"Retry-After": "10"
14+
}
15+
},
1116
"204": {}
1217
}
1318
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasSubscriptionLevel/SaasPatch.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
"tags": {}
4545
}
4646
},
47-
"202": {},
48-
"204": {}
47+
"202": {
48+
"headers": {
49+
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
50+
"Retry-After": "10"
51+
}
52+
}
4953
}
5054
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasSubscriptionLevel/SaasPut.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"tags": {}
5454
}
5555
},
56-
"202": {},
57-
"204": {}
56+
"202": {}
5857
}
5958
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasSubscriptionLevel/SaasUnsubscribe.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
},
1313
"responses": {
1414
"200": {},
15-
"202": {},
15+
"202": {
16+
"headers": {
17+
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
18+
"Retry-After": "10"
19+
}
20+
},
1621
"204": {}
1722
}
1823
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/examples/saasV2/SaasPatch.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
"tags": {}
4343
}
4444
},
45-
"202": {},
46-
"204": {}
45+
"202": {
46+
"headers": {
47+
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
48+
"Retry-After": "10"
49+
}
50+
}
4751
}
4852
}

specification/saas/resource-manager/Microsoft.SaaS/preview/2018-03-01-beta/saas.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@
244244
}
245245
}
246246
},
247-
"204": {
248-
"description": "Operation completed successfully."
249-
},
250247
"default": {
251248
"description": "A response indicating an error.",
252249
"schema": {
@@ -579,9 +576,6 @@
579576
}
580577
}
581578
},
582-
"204": {
583-
"description": "Operation completed successfully."
584-
},
585579
"default": {
586580
"description": "A response indicating an error.",
587581
"schema": {
@@ -649,9 +643,6 @@
649643
}
650644
}
651645
},
652-
"204": {
653-
"description": "Operation completed successfully."
654-
},
655646
"default": {
656647
"description": "A response indicating an error.",
657648
"schema": {

0 commit comments

Comments
 (0)