Skip to content
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

[Hub Generated] Review request for Microsoft.Devices to add version preview/2019-03-22-preview #5544

Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"parameters": {
"iotHubName": "testHub",
"resourceGroupName": "myResourceGroup",
"api-version": "2019-03-22-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"failoverInput": {
"failoverRegion": "EASTUS2EUAP"
reshantchandra marked this conversation as resolved.
Show resolved Hide resolved
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/CustomerInitiatedFailoverInput"
"$ref": "#/definitions/failoverInput"
}
},
{
Expand Down Expand Up @@ -3407,7 +3407,7 @@
"outputBlobContainerUri"
]
},
"CustomerInitiatedFailoverInput": {
"failoverInput": {
reshantchandra marked this conversation as resolved.
Show resolved Hide resolved
"description": "Use to provide failover region when requesting Customer Initiated Fail over for a hub.",
"type": "object",
"properties": {
Expand Down