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