Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.SaaS to add version prev…
Browse files Browse the repository at this point in the history
…iew/2018-03-01-beta (Azure#22911)

approved with false breaking change
  • Loading branch information
MichaelMSWork authored Mar 22, 2023
1 parent b1806af commit f76d810
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
},
"responses": {
"200": {},
"202": {}
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
"Retry-After": "10"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
"Retry-After": "10"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
"tags": {}
}
},
"202": {},
"204": {}
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
"Retry-After": "10"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"tags": {}
}
},
"202": {},
"204": {}
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
"Retry-After": "10"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
"tags": {}
}
},
"202": {},
"204": {}
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.SaaS/operationResults/cf7f95c3-af6b-41dd-a622-e6f4fc60c3ee?api-version=2018-03-01-beta",
"Retry-After": "10"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@
}
}
},
"204": {
"description": "Operation completed successfully."
},
"default": {
"description": "A response indicating an error.",
"schema": {
Expand Down Expand Up @@ -579,9 +576,6 @@
}
}
},
"204": {
"description": "Operation completed successfully."
},
"default": {
"description": "A response indicating an error.",
"schema": {
Expand Down Expand Up @@ -649,9 +643,6 @@
}
}
},
"204": {
"description": "Operation completed successfully."
},
"default": {
"description": "A response indicating an error.",
"schema": {
Expand Down

0 comments on commit f76d810

Please sign in to comment.