Skip to content

Commit efcd6e2

Browse files
author
msftbot[bot]
authored
2 parents b55ef5e + 2a6a626 commit efcd6e2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

schemas/2022-11-01/Microsoft.BillingBenefits.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
},
155155
"tenantId": {
156156
"type": "string",
157-
"description": "Tenant ID where the savings plan should apply benefit."
157+
"description": "Tenant ID where the benefit is applied."
158158
}
159159
},
160160
"description": "Properties specific to applied scope type. Not required if not applicable."
@@ -237,7 +237,7 @@
237237
},
238238
"billingScopeId": {
239239
"type": "string",
240-
"description": "Subscription that will be charged for purchasing SavingsPlan"
240+
"description": "Subscription that will be charged for purchasing the benefit"
241241
},
242242
"displayName": {
243243
"type": "string",
@@ -265,7 +265,7 @@
265265
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
266266
}
267267
],
268-
"description": "Setting this to true will automatically purchase a new savings plan on the expiration date time."
268+
"description": "Setting this to true will automatically purchase a new benefit on the expiration date time."
269269
},
270270
"reservedResourceProperties": {
271271
"oneOf": [
@@ -283,7 +283,6 @@
283283
{
284284
"type": "string",
285285
"enum": [
286-
"ComputeSavingsPlan",
287286
"VirtualMachines",
288287
"SqlDatabases",
289288
"SuseLinux",
@@ -329,7 +328,8 @@
329328
"type": "string",
330329
"enum": [
331330
"P1Y",
332-
"P3Y"
331+
"P3Y",
332+
"P5Y"
333333
]
334334
},
335335
{
@@ -404,7 +404,7 @@
404404
},
405405
"billingScopeId": {
406406
"type": "string",
407-
"description": "Subscription that will be charged for purchasing SavingsPlan"
407+
"description": "Subscription that will be charged for purchasing the benefit"
408408
},
409409
"commitment": {
410410
"oneOf": [
@@ -447,7 +447,8 @@
447447
"type": "string",
448448
"enum": [
449449
"P1Y",
450-
"P3Y"
450+
"P3Y",
451+
"P5Y"
451452
]
452453
},
453454
{

0 commit comments

Comments
 (0)