Skip to content

Commit 2fec345

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for purview (Azure#17993)
1 parent ce8c22c commit 2fec345

File tree

1 file changed

+19
-4
lines changed
  • specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01

1 file changed

+19
-4
lines changed

specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01/purview.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,9 @@
14191419
"items": {
14201420
"$ref": "#/definitions/ErrorModel"
14211421
},
1422+
"x-ms-identifiers": [
1423+
"code"
1424+
],
14221425
"readOnly": true
14231426
},
14241427
"message": {
@@ -1540,7 +1543,10 @@
15401543
"type": "array",
15411544
"items": {
15421545
"$ref": "#/definitions/Operation"
1543-
}
1546+
},
1547+
"x-ms-identifiers": [
1548+
"name"
1549+
]
15441550
}
15451551
}
15461552
},
@@ -1613,15 +1619,21 @@
16131619
"type": "array",
16141620
"items": {
16151621
"$ref": "#/definitions/OperationMetaLogSpecification"
1616-
}
1622+
},
1623+
"x-ms-identifiers": [
1624+
"name"
1625+
]
16171626
},
16181627
"metricSpecifications": {
16191628
"description": "metric specifications for the operation",
16201629
"uniqueItems": false,
16211630
"type": "array",
16221631
"items": {
16231632
"$ref": "#/definitions/OperationMetaMetricSpecification"
1624-
}
1633+
},
1634+
"x-ms-identifiers": [
1635+
"name"
1636+
]
16251637
}
16261638
}
16271639
},
@@ -1639,7 +1651,10 @@
16391651
"type": "array",
16401652
"items": {
16411653
"$ref": "#/definitions/DimensionProperties"
1642-
}
1654+
},
1655+
"x-ms-identifiers": [
1656+
"name"
1657+
]
16431658
},
16441659
"displayDescription": {
16451660
"description": "description of the metric",

0 commit comments

Comments
 (0)