Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AsyncOperation

the linter error is a false negative

"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