Skip to content

Commit fb32668

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for portal (Azure#17968)
1 parent ad14bf2 commit fb32668

File tree

1 file changed

+12
-3
lines changed
  • specification/portal/resource-manager/Microsoft.Portal/preview/2020-09-01-preview

1 file changed

+12
-3
lines changed

specification/portal/resource-manager/Microsoft.Portal/preview/2020-09-01-preview/portal.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@
484484
"description": "Input to dashboard part.",
485485
"items": {
486486
"type": "object"
487-
}
487+
},
488+
"x-ms-identifiers": []
488489
},
489490
"settings": {
490491
"type": "object",
@@ -545,7 +546,8 @@
545546
"description": "The dashboard parts.",
546547
"items": {
547548
"$ref": "#/definitions/DashboardParts"
548-
}
549+
},
550+
"x-ms-identifiers": []
549551
},
550552
"metadata": {
551553
"description": "The dashboard len's metadata.",
@@ -565,7 +567,8 @@
565567
"description": "The dashboard lenses.",
566568
"items": {
567569
"$ref": "#/definitions/DashboardLens"
568-
}
570+
},
571+
"x-ms-identifiers": []
569572
},
570573
"metadata": {
571574
"description": "The dashboard metadata.",
@@ -652,6 +655,9 @@
652655
"items": {
653656
"$ref": "#/definitions/ResourceProviderOperation"
654657
},
658+
"x-ms-identifiers": [
659+
"name"
660+
],
655661
"description": "List of operations supported by this resource provider."
656662
},
657663
"nextLink": {
@@ -727,6 +733,9 @@
727733
"items": {
728734
"$ref": "#/definitions/ErrorDefinition"
729735
},
736+
"x-ms-identifiers": [
737+
"code"
738+
],
730739
"readOnly": true
731740
}
732741
}

0 commit comments

Comments
 (0)