Skip to content

Commit 73ca52b

Browse files
authored
add x-ms-identifiers for iothub (#19969)
* add x-ms-identifiers for iothub * Update iothub.json * Update iothub.json
1 parent 0b5a985 commit 73ca52b

File tree

1 file changed

+43
-14
lines changed
  • specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02

1 file changed

+43
-14
lines changed

specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@
699699
"description": "DefaultErrorResponse",
700700
"schema": {
701701
"$ref": "#/definitions/ErrorDetails"
702-
}
702+
},
703+
"x-ms-identifiers": []
703704
}
704705
},
705706
"deprecated": false
@@ -2272,7 +2273,10 @@
22722273
"type": "array",
22732274
"items": {
22742275
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule"
2275-
}
2276+
},
2277+
"x-ms-identifiers": [
2278+
"keyName"
2279+
]
22762280
},
22772281
"disableLocalAuth": {
22782282
"description": "If true, SAS tokens with Iot hub scoped SAS keys cannot be used for authentication.",
@@ -2315,7 +2319,10 @@
23152319
"type": "array",
23162320
"items": {
23172321
"$ref": "#/definitions/IpFilterRule"
2318-
}
2322+
},
2323+
"x-ms-identifiers": [
2324+
"filterName"
2325+
]
23192326
},
23202327
"networkRuleSets": {
23212328
"$ref": "#/definitions/NetworkRuleSetProperties"
@@ -2399,7 +2406,10 @@
23992406
"type": "array",
24002407
"items": {
24012408
"$ref": "#/definitions/IotHubLocationDescription"
2402-
}
2409+
},
2410+
"x-ms-identifiers": [
2411+
"location"
2412+
]
24032413
},
24042414
"enableDataResidency": {
24052415
"description": "This property when set to true, will enable data residency, thus, disabling disaster recovery.",
@@ -2626,6 +2636,9 @@
26262636
"items": {
26272637
"$ref": "#/definitions/NetworkRuleSetIpRule"
26282638
},
2639+
"x-ms-identifiers": [
2640+
"filterName"
2641+
],
26292642
"description": "List of IP Rules"
26302643
}
26312644
},
@@ -2856,7 +2869,10 @@
28562869
"type": "array",
28572870
"items": {
28582871
"$ref": "#/definitions/RouteProperties"
2859-
}
2872+
},
2873+
"x-ms-identifiers": [
2874+
"name"
2875+
]
28602876
},
28612877
"fallbackRoute": {
28622878
"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.",
@@ -2867,7 +2883,10 @@
28672883
"type": "array",
28682884
"items": {
28692885
"$ref": "#/definitions/EnrichmentProperties"
2870-
}
2886+
},
2887+
"x-ms-identifiers": [
2888+
"key"
2889+
]
28712890
}
28722891
}
28732892
},
@@ -3349,7 +3368,10 @@
33493368
"type": "array",
33503369
"items": {
33513370
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule"
3352-
}
3371+
},
3372+
"x-ms-identifiers": [
3373+
"keyName"
3374+
]
33533375
},
33543376
"nextLink": {
33553377
"description": "The next link.",
@@ -3367,7 +3389,8 @@
33673389
"readOnly": true,
33683390
"items": {
33693391
"$ref": "#/definitions/Operation"
3370-
}
3392+
},
3393+
"x-ms-identifiers": []
33713394
},
33723395
"nextLink": {
33733396
"readOnly": true,
@@ -3447,7 +3470,8 @@
34473470
"type": "array",
34483471
"items": {
34493472
"$ref": "#/definitions/IotHubQuotaMetricInfo"
3450-
}
3473+
},
3474+
"x-ms-identifiers": []
34513475
},
34523476
"nextLink": {
34533477
"description": "The next link.",
@@ -3465,7 +3489,8 @@
34653489
"type": "array",
34663490
"items": {
34673491
"$ref": "#/definitions/EndpointHealthData"
3468-
}
3492+
},
3493+
"x-ms-identifiers": []
34693494
},
34703495
"nextLink": {
34713496
"description": "Link to more results",
@@ -3551,7 +3576,8 @@
35513576
"type": "array",
35523577
"items": {
35533578
"$ref": "#/definitions/JobResponse"
3554-
}
3579+
},
3580+
"x-ms-identifiers": []
35553581
},
35563582
"nextLink": {
35573583
"description": "The next link.",
@@ -3718,7 +3744,8 @@
37183744
"type": "array",
37193745
"items": {
37203746
"$ref": "#/definitions/IotHubSkuDescription"
3721-
}
3747+
},
3748+
"x-ms-identifiers": []
37223749
},
37233750
"nextLink": {
37243751
"description": "The next link.",
@@ -4032,7 +4059,8 @@
40324059
"type": "array",
40334060
"items": {
40344061
"$ref": "#/definitions/MatchedRoute"
4035-
}
4062+
},
4063+
"x-ms-identifiers": []
40364064
}
40374065
}
40384066
},
@@ -4099,7 +4127,8 @@
40994127
"type": "array",
41004128
"items": {
41014129
"$ref": "#/definitions/RouteCompilationError"
4102-
}
4130+
},
4131+
"x-ms-identifiers": []
41034132
}
41044133
}
41054134
},

0 commit comments

Comments
 (0)