Skip to content

Commit

Permalink
[ReleasePR consumption] [Hub Generated] Review request for Microsoft.…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 7, 2021
2 parents 26b9266 + 74c1be2 commit 75e5cfa
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion schemas/2021-10-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,40 @@
],
"description": "The notification is enabled or not."
},
"locale": {
"oneOf": [
{
"type": "string",
"enum": [
"en-us",
"ja-jp",
"zh-cn",
"de-de",
"es-es",
"fr-fr",
"it-it",
"ko-kr",
"pt-br",
"ru-ru",
"zh-tw",
"cs-cz",
"pl-pl",
"tr-tr",
"da-dk",
"en-gb",
"hu-hu",
"nb-no",
"nl-nl",
"pt-pt",
"sv-se"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Language in which the recipient will receive the notification."
},
"operator": {
"oneOf": [
{
Expand Down Expand Up @@ -374,7 +408,8 @@
{
"type": "string",
"enum": [
"Actual"
"Actual",
"Forecasted"
]
},
{
Expand Down

0 comments on commit 75e5cfa

Please sign in to comment.