Skip to content

Commit ad14bf2

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for PowerBIdedicated (Azure#17971)
1 parent cc45bc8 commit ad14bf2

File tree

1 file changed

+22
-4
lines changed
  • specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01

1 file changed

+22
-4
lines changed

specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/powerbidedicated.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,10 @@
628628
"readOnly": true,
629629
"items": {
630630
"$ref": "#/definitions/Operation"
631-
}
631+
},
632+
"x-ms-identifiers": [
633+
"name"
634+
]
632635
},
633636
"nextLink": {
634637
"description": "URL to get the next set of operation list results if there are any.",
@@ -935,6 +938,9 @@
935938
"items": {
936939
"$ref": "#/definitions/CapacitySku"
937940
},
941+
"x-ms-identifiers": [
942+
"name"
943+
],
938944
"description": "The collection of available SKUs for new resources"
939945
}
940946
}
@@ -948,6 +954,9 @@
948954
"items": {
949955
"$ref": "#/definitions/SkuDetailsForExistingResource"
950956
},
957+
"x-ms-identifiers": [
958+
"/sku/name"
959+
],
951960
"description": "The collection of available SKUs for existing resources"
952961
}
953962
}
@@ -1030,14 +1039,20 @@
10301039
"description": "Metric specifications for exposing performance metrics to shoebox.",
10311040
"items": {
10321041
"$ref": "#/definitions/MetricSpecification"
1033-
}
1042+
},
1043+
"x-ms-identifiers": [
1044+
"name"
1045+
]
10341046
},
10351047
"logSpecifications": {
10361048
"type": "array",
10371049
"description": "Log specifications for exposing diagnostic logs to shoebox.",
10381050
"items": {
10391051
"$ref": "#/definitions/LogSpecification"
1040-
}
1052+
},
1053+
"x-ms-identifiers": [
1054+
"name"
1055+
]
10411056
}
10421057
}
10431058
},
@@ -1089,7 +1104,10 @@
10891104
"description": "Localizable dimension of the metric"
10901105
}
10911106
}
1092-
}
1107+
},
1108+
"x-ms-identifiers": [
1109+
"name"
1110+
]
10931111
}
10941112
}
10951113
},

0 commit comments

Comments
 (0)