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

add x-ms-identifiers for iothub #19969

Merged
merged 3 commits into from
Sep 29, 2022
Merged
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 @@ -699,7 +699,8 @@
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorDetails"
}
},
"x-ms-identifiers": []
}
},
"deprecated": false
Expand Down Expand Up @@ -2272,7 +2273,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule"
}
},
"x-ms-identifiers": [
"keyName"
]
},
"disableLocalAuth": {
"description": "If true, SAS tokens with Iot hub scoped SAS keys cannot be used for authentication.",
Expand Down Expand Up @@ -2315,7 +2319,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/IpFilterRule"
}
},
"x-ms-identifiers": [
"filterName"
]
},
"networkRuleSets": {
"$ref": "#/definitions/NetworkRuleSetProperties"
Expand Down Expand Up @@ -2399,7 +2406,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/IotHubLocationDescription"
}
},
"x-ms-identifiers": [
"location"
]
},
"enableDataResidency": {
"description": "This property when set to true, will enable data residency, thus, disabling disaster recovery.",
Expand Down Expand Up @@ -2626,6 +2636,9 @@
"items": {
"$ref": "#/definitions/NetworkRuleSetIpRule"
},
"x-ms-identifiers": [
"filterName"
],
"description": "List of IP Rules"
}
},
Expand Down Expand Up @@ -2856,7 +2869,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/RouteProperties"
}
},
"x-ms-identifiers": [
"name"
]
},
"fallbackRoute": {
"description": "The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.",
Expand All @@ -2867,7 +2883,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EnrichmentProperties"
}
},
"x-ms-identifiers": [
"key"
]
}
}
},
Expand Down Expand Up @@ -3349,7 +3368,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule"
}
},
"x-ms-identifiers": [
"keyName"
]
},
"nextLink": {
"description": "The next link.",
Expand All @@ -3367,7 +3389,8 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -3447,7 +3470,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/IotHubQuotaMetricInfo"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "The next link.",
Expand All @@ -3465,7 +3489,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointHealthData"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to more results",
Expand Down Expand Up @@ -3551,7 +3576,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/JobResponse"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "The next link.",
Expand Down Expand Up @@ -3718,7 +3744,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/IotHubSkuDescription"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "The next link.",
Expand Down Expand Up @@ -4032,7 +4059,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/MatchedRoute"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -4099,7 +4127,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/RouteCompilationError"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down