Skip to content

Commit 9447417

Browse files
authored
add xms-ids for postgresqlhsc (#17970)
1 parent 9b57fab commit 9447417

File tree

1 file changed

+15
-2
lines changed
  • specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/preview/2020-10-05-privatepreview

1 file changed

+15
-2
lines changed

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/preview/2020-10-05-privatepreview/postgresqlhsc.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,9 @@
13071307
"items": {
13081308
"$ref": "#/definitions/ServerRoleGroup"
13091309
},
1310+
"x-ms-identifiers": [
1311+
"name"
1312+
],
13101313
"minItems": 1,
13111314
"maxItems": 2,
13121315
"uniqueItems": true
@@ -1338,6 +1341,9 @@
13381341
"items": {
13391342
"$ref": "#/definitions/ServerNameItem"
13401343
},
1344+
"x-ms-identifiers": [
1345+
"name"
1346+
],
13411347
"readOnly": true,
13421348
"uniqueItems": true
13431349
}
@@ -1796,6 +1802,7 @@
17961802
"items": {
17971803
"$ref": "#/definitions/ServerRoleGroupConfiguration"
17981804
},
1805+
"x-ms-identifiers": [],
17991806
"uniqueItems": true
18001807
}
18011808
},
@@ -2109,7 +2116,10 @@
21092116
"type": "array",
21102117
"items": {
21112118
"$ref": "#/definitions/Operation"
2112-
}
2119+
},
2120+
"x-ms-identifiers": [
2121+
"name"
2122+
]
21132123
},
21142124
"nextLink": {
21152125
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
@@ -2194,7 +2204,10 @@
21942204
"description": "A list of additional details about the error.",
21952205
"items": {
21962206
"$ref": "#/definitions/CloudErrorBody"
2197-
}
2207+
},
2208+
"x-ms-identifiers": [
2209+
"code"
2210+
]
21982211
}
21992212
}
22002213
}

0 commit comments

Comments
 (0)