Skip to content

Commit 5dcb625

Browse files
authored
add xms-ids for postgresql (#17969)
1 parent a98a977 commit 5dcb625

File tree

1 file changed

+37
-1
lines changed
  • specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2021-06-01

1 file changed

+37
-1
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2021-06-01/postgresql.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,9 @@
10611061
"items": {
10621062
"$ref": "#/definitions/DelegatedSubnetUsage"
10631063
},
1064+
"x-ms-identifiers": [
1065+
"subnetName"
1066+
],
10641067
"readOnly": true
10651068
}
10661069
},
@@ -1158,6 +1161,9 @@
11581161
"items": {
11591162
"$ref": "#/definitions/VcoreCapability"
11601163
},
1164+
"x-ms-identifiers": [
1165+
"name"
1166+
],
11611167
"readOnly": true
11621168
},
11631169
"status": {
@@ -1180,6 +1186,9 @@
11801186
"items": {
11811187
"$ref": "#/definitions/StorageMBCapability"
11821188
},
1189+
"x-ms-identifiers": [
1190+
"name"
1191+
],
11831192
"readOnly": true
11841193
},
11851194
"status": {
@@ -1224,6 +1233,9 @@
12241233
"items": {
12251234
"$ref": "#/definitions/StorageEditionCapability"
12261235
},
1236+
"x-ms-identifiers": [
1237+
"name"
1238+
],
12271239
"description": "The list of editions supported by this server edition.",
12281240
"readOnly": true
12291241
},
@@ -1232,6 +1244,9 @@
12321244
"items": {
12331245
"$ref": "#/definitions/ServerVersionCapability"
12341246
},
1247+
"x-ms-identifiers": [
1248+
"name"
1249+
],
12351250
"description": "The list of server versions supported by this server edition.",
12361251
"readOnly": true
12371252
},
@@ -1256,6 +1271,9 @@
12561271
"items": {
12571272
"$ref": "#/definitions/StorageEditionCapability"
12581273
},
1274+
"x-ms-identifiers": [
1275+
"name"
1276+
],
12591277
"description": "The list of editions supported by this server edition.",
12601278
"readOnly": true
12611279
},
@@ -1264,6 +1282,9 @@
12641282
"items": {
12651283
"$ref": "#/definitions/ServerVersionCapability"
12661284
},
1285+
"x-ms-identifiers": [
1286+
"name"
1287+
],
12671288
"description": "The list of server versions supported by this server edition.",
12681289
"readOnly": true
12691290
},
@@ -1272,6 +1293,9 @@
12721293
"items": {
12731294
"$ref": "#/definitions/NodeTypeCapability"
12741295
},
1296+
"x-ms-identifiers": [
1297+
"name"
1298+
],
12751299
"description": "The list of Node Types supported by this server edition.",
12761300
"readOnly": true
12771301
},
@@ -1310,13 +1334,19 @@
13101334
"items": {
13111335
"$ref": "#/definitions/FlexibleServerEditionCapability"
13121336
},
1337+
"x-ms-identifiers": [
1338+
"name"
1339+
],
13131340
"readOnly": true
13141341
},
13151342
"supportedHyperscaleNodeEditions": {
13161343
"type": "array",
13171344
"items": {
13181345
"$ref": "#/definitions/HyperscaleNodeEditionCapability"
13191346
},
1347+
"x-ms-identifiers": [
1348+
"name"
1349+
],
13201350
"readOnly": true
13211351
},
13221352
"supportedHAMode": {
@@ -1344,6 +1374,9 @@
13441374
"items": {
13451375
"$ref": "#/definitions/CapabilityProperties"
13461376
},
1377+
"x-ms-identifiers": [
1378+
"zone"
1379+
],
13471380
"readOnly": true
13481381
},
13491382
"nextLink": {
@@ -2031,7 +2064,10 @@
20312064
"type": "array",
20322065
"items": {
20332066
"$ref": "#/definitions/Operation"
2034-
}
2067+
},
2068+
"x-ms-identifiers": [
2069+
"name"
2070+
]
20352071
},
20362072
"nextLink": {
20372073
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",

0 commit comments

Comments
 (0)