diff --git a/schemas/2021-10-01/Microsoft.Consumption.json b/schemas/2021-10-01/Microsoft.Consumption.json index 1b7adb221c..9e3c3a5e34 100644 --- a/schemas/2021-10-01/Microsoft.Consumption.json +++ b/schemas/2021-10-01/Microsoft.Consumption.json @@ -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": [ { @@ -374,7 +408,8 @@ { "type": "string", "enum": [ - "Actual" + "Actual", + "Forecasted" ] }, {