Skip to content

Commit a62eb42

Browse files
authored
Adding xms ids for Consumption (#17637)
1 parent 8afcb7b commit a62eb42

File tree

1 file changed

+23
-3
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01

1 file changed

+23
-3
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,9 @@
28702870
}
28712871
}
28722872
},
2873+
"x-ms-identifiers": [
2874+
"name"
2875+
],
28732876
"readOnly": true
28742877
},
28752878
"adjustmentDetails": {
@@ -2891,6 +2894,9 @@
28912894
}
28922895
}
28932896
},
2897+
"x-ms-identifiers": [
2898+
"name"
2899+
],
28942900
"readOnly": true
28952901
}
28962902
}
@@ -3266,7 +3272,8 @@
32663272
"type": "array",
32673273
"items": {
32683274
"$ref": "#/definitions/ReservationRecommendationDetailsCalculatedSavingsProperties"
3269-
}
3275+
},
3276+
"x-ms-identifiers": []
32703277
},
32713278
"lookBackPeriod": {
32723279
"description": "Number of days of usage to look back used for computing the recommendation.",
@@ -3488,6 +3495,9 @@
34883495
"items": {
34893496
"$ref": "#/definitions/SkuProperty"
34903497
},
3498+
"x-ms-identifiers": [
3499+
"name"
3500+
],
34913501
"readOnly": true
34923502
}
34933503
},
@@ -3641,6 +3651,9 @@
36413651
"items": {
36423652
"$ref": "#/definitions/SkuProperty"
36433653
},
3654+
"x-ms-identifiers": [
3655+
"name"
3656+
],
36443657
"readOnly": true
36453658
},
36463659
"skuName": {
@@ -4001,7 +4014,10 @@
40014014
"type": "array",
40024015
"items": {
40034016
"$ref": "#/definitions/Tag"
4004-
}
4017+
},
4018+
"x-ms-identifiers": [
4019+
"key"
4020+
]
40054021
},
40064022
"nextLink": {
40074023
"description": "The link (url) to the next page of results.",
@@ -4163,6 +4179,7 @@
41634179
"items": {
41644180
"$ref": "#/definitions/BudgetFilterProperties"
41654181
},
4182+
"x-ms-identifiers": [],
41664183
"minItems": 0
41674184
},
41684185
"not": {
@@ -4384,7 +4401,10 @@
43844401
"readOnly": true,
43854402
"items": {
43864403
"$ref": "#/definitions/PriceSheetProperties"
4387-
}
4404+
},
4405+
"x-ms-identifiers": [
4406+
"meterId"
4407+
]
43884408
},
43894409
"nextLink": {
43904410
"description": "The link (url) to the next page of results.",

0 commit comments

Comments
 (0)