Skip to content

Commit

Permalink
Adding new API version 2022-11-01-preview (#21508)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramadityab72 authored Nov 14, 2022
1 parent 32f95c5 commit 0b16a99
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
},
"responses": {
"200": {},
"202": {}
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmJhZmM4OWItNzQ3My00OWExLTg0NWUtNzQ3NWU2ODBkNDA3?api-version=2022-11-01-preview&operationSource=os_ih&asyncinfo",
"Location": "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmJhZmM4OWItNzQ3My00OWExLTg0NWUtNzQ3NWU2ODBkNDA3?api-version=2022-11-01-preview&operationSource=os_ih"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"enableDataResidency": true,
"rootCertificate": {
"enableRootCertificateV2": true
}
},
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down Expand Up @@ -188,7 +189,8 @@
"rootCertificate": {
"enableRootCertificateV2": true,
"lastUpdatedTimeUtc": "2022-04-08T11:16:49.0748958-07:00"
}
},
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down Expand Up @@ -300,7 +302,8 @@
"rootCertificate": {
"enableRootCertificateV2": true,
"lastUpdatedTimeUtc": "2022-04-08T11:16:49.0748958-07:00"
}
},
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"maxDeliveryCount": 10
}
},
"features": "None"
"features": "None",
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down Expand Up @@ -211,7 +212,8 @@
"maxDeliveryCount": 10
}
},
"features": "None"
"features": "None",
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"role": "secondary"
}
],
"minTlsVersion": "1.2"
"minTlsVersion": "1.2",
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"maxDeliveryCount": 10
}
},
"features": "None"
"features": "None",
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"maxDeliveryCount": 10
}
},
"features": "None"
"features": "None",
"allowDataPlanePreviewFeatures": true
},
"sku": {
"name": "S1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"resourceName": "testHub",
"resourceGroupName": "myResourceGroup",
"api-version": "2018-04-01",
"api-version": "2022-11-01-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,16 @@
"description": "Long running manual failover operation for the IoT hub completed"
},
"202": {
"headers": {
"location": {
"description": "URL to query for status of the operation.",
"type": "string"
},
"Azure-AsyncOperation": {
"description": "URL to query for status of the operation.",
"type": "string"
}
},
"description": "Manual failover initiated"
},
"default": {
Expand Down Expand Up @@ -2454,6 +2464,10 @@
},
"rootCertificate": {
"$ref": "#/definitions/RootCertificateProperties"
},
"allowDataPlanePreviewFeatures": {
"description": "When this property is set to true, the hub receives all data plane preview features at all times.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 0b16a99

Please sign in to comment.