Skip to content

Commit 8fb7ed0

Browse files
Consumption Correctness Updates (Azure#13280)
1 parent c72598a commit 8fb7ed0

File tree

1 file changed

+25
-0
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,6 +2520,11 @@
25202520
"type": "string",
25212521
"readOnly": true
25222522
},
2523+
"additionalInfo": {
2524+
"description": "Additional information.",
2525+
"type": "string",
2526+
"readOnly": true
2527+
},
25232528
"orderNumber": {
25242529
"description": "The order number.",
25252530
"type": "string",
@@ -4145,6 +4150,26 @@
41454150
"description": "The link (url) to the next page of results.",
41464151
"type": "string",
41474152
"readOnly": true
4153+
},
4154+
"download": {
4155+
"description": "Pricesheet download details.",
4156+
"$ref": "#/definitions/MeterDetails",
4157+
"readOnly": true
4158+
}
4159+
}
4160+
},
4161+
"DownloadProperties": {
4162+
"description": "The properties of the price sheet download.",
4163+
"properties": {
4164+
"downloadUrl": {
4165+
"description": "The link (url) to download the pricesheet.",
4166+
"type": "string",
4167+
"readOnly": true
4168+
},
4169+
"validTill": {
4170+
"description": "Download link validity.",
4171+
"type": "string",
4172+
"readOnly": true
41484173
}
41494174
}
41504175
},

0 commit comments

Comments
 (0)