Skip to content

Commit d0874ce

Browse files
yantang-msftFredericHeem
authored andcommitted
Add x-ms-identifiers for datacatalog (Azure#17739)
1 parent 27d64b8 commit d0874ce

File tree

1 file changed

+12
-3
lines changed
  • specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30

1 file changed

+12
-3
lines changed

specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,20 @@
351351
"items": {
352352
"$ref": "#/definitions/Principals"
353353
},
354-
"description": "Azure data catalog admin list."
354+
"description": "Azure data catalog admin list.",
355+
"x-ms-identifiers": [
356+
"objectId"
357+
]
355358
},
356359
"users": {
357360
"type": "array",
358361
"items": {
359362
"$ref": "#/definitions/Principals"
360363
},
361-
"description": "Azure data catalog user list."
364+
"description": "Azure data catalog user list.",
365+
"x-ms-identifiers": [
366+
"objectId"
367+
]
362368
},
363369
"successfullyProvisioned": {
364370
"type": "boolean",
@@ -392,7 +398,10 @@
392398
"type": "array",
393399
"items": {
394400
"$ref": "#/definitions/OperationEntity"
395-
}
401+
},
402+
"x-ms-identifiers": [
403+
"name"
404+
]
396405
}
397406
}
398407
},

0 commit comments

Comments
 (0)