Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.HealthcareApis to add ve…
Browse files Browse the repository at this point in the history
…rsion stable/2022-06-01 (Azure#20116)

* Removed maximum constraint for offerThroughput to keep aligned with previously approved change for previous versions. This version was published while the approval was pending so it didn't get updated at that time.

* Fixes for model validation errors related to LRO_Response_HEADER.

* Added incorrect change to resolve LRO model validation. Updated.

* Another LRO fix.

* Fix formatting issue.

* Removing Resource header tag.
  • Loading branch information
PTaladay authored and anandanthony committed Dec 16, 2022
1 parent e57f9d0 commit f0bf682
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"subscriptionId": "subid"
},
"responses": {
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2367,8 +2367,7 @@
"type": "integer",
"description": "The provisioned throughput for the backing database.",
"readOnly": false,
"minimum": 400,
"maximum": 10000
"minimum": 400
},
"keyVaultKeyUri": {
"type": "string",
Expand Down Expand Up @@ -3285,7 +3284,6 @@
"x-ms-client-flatten": false,
"type": "object",
"description": "Workspaces resource specific properties.",
"x-ms-azure-resource": true,
"properties": {
"provisioningState": {
"description": "The provisioning state.",
Expand Down

0 comments on commit f0bf682

Please sign in to comment.