Skip to content

Commit 2a02938

Browse files
Add x-ms-identifiers to webpubsub/resource-manager. (#17790)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 799ce7a commit 2a02938

File tree

1 file changed

+40
-9
lines changed
  • specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01

1 file changed

+40
-9
lines changed

specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,10 @@
14331433
"type": "array",
14341434
"items": {
14351435
"$ref": "#/definitions/LiveTraceCategory"
1436-
}
1436+
},
1437+
"x-ms-identifiers": [
1438+
"name"
1439+
]
14371440
}
14381441
}
14391442
},
@@ -1537,7 +1540,10 @@
15371540
"type": "array",
15381541
"items": {
15391542
"$ref": "#/definitions/Dimension"
1540-
}
1543+
},
1544+
"x-ms-identifiers": [
1545+
"name"
1546+
]
15411547
}
15421548
}
15431549
},
@@ -1653,7 +1659,10 @@
16531659
"type": "array",
16541660
"items": {
16551661
"$ref": "#/definitions/Operation"
1656-
}
1662+
},
1663+
"x-ms-identifiers": [
1664+
"name"
1665+
]
16571666
},
16581667
"nextLink": {
16591668
"description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
@@ -1817,7 +1826,8 @@
18171826
"type": "array",
18181827
"items": {
18191828
"$ref": "#/definitions/ShareablePrivateLinkResourceType"
1820-
}
1829+
},
1830+
"x-ms-identifiers": []
18211831
}
18221832
}
18231833
},
@@ -1934,7 +1944,10 @@
19341944
"type": "array",
19351945
"items": {
19361946
"$ref": "#/definitions/ResourceLogCategory"
1937-
}
1947+
},
1948+
"x-ms-identifiers": [
1949+
"name"
1950+
]
19381951
}
19391952
}
19401953
},
@@ -1991,14 +2004,21 @@
19912004
"type": "array",
19922005
"items": {
19932006
"$ref": "#/definitions/MetricSpecification"
1994-
}
2007+
},
2008+
"x-ms-identifiers": [
2009+
"name",
2010+
"unit"
2011+
]
19952012
},
19962013
"logSpecifications": {
19972014
"description": "Specifications of the Logs for Azure Monitoring.",
19982015
"type": "array",
19992016
"items": {
20002017
"$ref": "#/definitions/LogSpecification"
2001-
}
2018+
},
2019+
"x-ms-identifiers": [
2020+
"name"
2021+
]
20022022
}
20032023
}
20042024
},
@@ -2238,6 +2258,11 @@
22382258
"items": {
22392259
"$ref": "#/definitions/Sku"
22402260
},
2261+
"x-ms-identifiers": [
2262+
"resourceType",
2263+
"/sku/name",
2264+
"/sku/tier"
2265+
],
22412266
"readOnly": true
22422267
},
22432268
"nextLink": {
@@ -2361,7 +2386,10 @@
23612386
"type": "array",
23622387
"items": {
23632388
"$ref": "#/definitions/EventHandler"
2364-
}
2389+
},
2390+
"x-ms-identifiers": [
2391+
"urlTemplate"
2392+
]
23652393
},
23662394
"anonymousConnectPolicy": {
23672395
"description": "The settings for configuring if anonymous connections are allowed for this hub: \"allow\" or \"deny\". Default to \"deny\".",
@@ -2411,7 +2439,10 @@
24112439
"type": "array",
24122440
"items": {
24132441
"$ref": "#/definitions/PrivateEndpointACL"
2414-
}
2442+
},
2443+
"x-ms-identifiers": [
2444+
"name"
2445+
]
24152446
}
24162447
}
24172448
},

0 commit comments

Comments
 (0)