Skip to content

Commit 75e5cfa

Browse files
author
msftbot[bot]
authored
[ReleasePR consumption] [Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 (#2036)
Create to sync Azure/azure-rest-api-specs#16518 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/consumption?expand=1)
2 parents 26b9266 + 74c1be2 commit 75e5cfa

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

schemas/2021-10-01/Microsoft.Consumption.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,40 @@
342342
],
343343
"description": "The notification is enabled or not."
344344
},
345+
"locale": {
346+
"oneOf": [
347+
{
348+
"type": "string",
349+
"enum": [
350+
"en-us",
351+
"ja-jp",
352+
"zh-cn",
353+
"de-de",
354+
"es-es",
355+
"fr-fr",
356+
"it-it",
357+
"ko-kr",
358+
"pt-br",
359+
"ru-ru",
360+
"zh-tw",
361+
"cs-cz",
362+
"pl-pl",
363+
"tr-tr",
364+
"da-dk",
365+
"en-gb",
366+
"hu-hu",
367+
"nb-no",
368+
"nl-nl",
369+
"pt-pt",
370+
"sv-se"
371+
]
372+
},
373+
{
374+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
375+
}
376+
],
377+
"description": "Language in which the recipient will receive the notification."
378+
},
345379
"operator": {
346380
"oneOf": [
347381
{
@@ -374,7 +408,8 @@
374408
{
375409
"type": "string",
376410
"enum": [
377-
"Actual"
411+
"Actual",
412+
"Forecasted"
378413
]
379414
},
380415
{

0 commit comments

Comments
 (0)