Skip to content

Commit

Permalink
[ReleasePR billingbenefits] Minor fix on billingBeneifts (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 21, 2022
2 parents b55ef5e + 2a6a626 commit efcd6e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions schemas/2022-11-01/Microsoft.BillingBenefits.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"tenantId": {
"type": "string",
"description": "Tenant ID where the savings plan should apply benefit."
"description": "Tenant ID where the benefit is applied."
}
},
"description": "Properties specific to applied scope type. Not required if not applicable."
Expand Down Expand Up @@ -237,7 +237,7 @@
},
"billingScopeId": {
"type": "string",
"description": "Subscription that will be charged for purchasing SavingsPlan"
"description": "Subscription that will be charged for purchasing the benefit"
},
"displayName": {
"type": "string",
Expand Down Expand Up @@ -265,7 +265,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Setting this to true will automatically purchase a new savings plan on the expiration date time."
"description": "Setting this to true will automatically purchase a new benefit on the expiration date time."
},
"reservedResourceProperties": {
"oneOf": [
Expand All @@ -283,7 +283,6 @@
{
"type": "string",
"enum": [
"ComputeSavingsPlan",
"VirtualMachines",
"SqlDatabases",
"SuseLinux",
Expand Down Expand Up @@ -329,7 +328,8 @@
"type": "string",
"enum": [
"P1Y",
"P3Y"
"P3Y",
"P5Y"
]
},
{
Expand Down Expand Up @@ -404,7 +404,7 @@
},
"billingScopeId": {
"type": "string",
"description": "Subscription that will be charged for purchasing SavingsPlan"
"description": "Subscription that will be charged for purchasing the benefit"
},
"commitment": {
"oneOf": [
Expand Down Expand Up @@ -447,7 +447,8 @@
"type": "string",
"enum": [
"P1Y",
"P3Y"
"P3Y",
"P5Y"
]
},
{
Expand Down

0 comments on commit efcd6e2

Please sign in to comment.