diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json index fb9ce81705e3..6856cb7d2ab7 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json @@ -4115,27 +4115,90 @@ "description": "Language in which the recipient will receive the notification", "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" + { + "value": "en-us", + "description": "English (United States)" + }, + { + "value": "ja-jp", + "description": "Japanese (Japan)" + }, + { + "value": "zh-cn", + "description": "Chinese (Simplified, China)" + }, + { + "value": "de-de", + "description": "German (Germany)" + }, + { + "value": "es-es", + "description": "Spanish (Spain, International)" + }, + { + "value": "fr-fr", + "description": "French (France)" + }, + { + "value": "it-it", + "description": "Italian (Italy)" + }, + { + "value": "ko-kr", + "description": "Korean (Korea)" + }, + { + "value": "pt-br", + "description": "Portuguese (Brazil)" + }, + { + "value": "ru-ru", + "description": "Russian (Russia)" + }, + { + "value": "zh-tw", + "description": "Chinese (Traditional, Taiwan)" + }, + { + "value": "cs-cz", + "description": "Czech (Czech Republic)" + }, + { + "value": "pl-pl", + "description": "Polish (Poland)" + }, + { + "value": "tr-tr", + "description": "Turkish (Turkey)" + }, + { + "value": "da-dk", + "description": "Danish (Denmark)" + }, + { + "value": "en-gb", + "description": "English (United Kingdom)" + }, + { + "value": "hu-hu", + "description": "Hungarian (Hungary)" + }, + { + "value": "nb-no", + "description": "Norwegian Bokmal (Norway)" + }, + { + "value": "nl-nl", + "description": "Dutch (Netherlands)" + }, + { + "value": "pt-pt", + "description": "Portuguese (Portugal)" + }, + { + "value": "sv-se", + "description": "Swedish (Sweden)" + } ], "x-ms-enum": { "name": "CultureCode",