We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd19d0 commit 78a54d8Copy full SHA for 78a54d8
schemas/2019-10-01/Microsoft.Consumption.json
@@ -342,6 +342,40 @@
342
],
343
"description": "The notification is enabled or not."
344
},
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
379
"operator": {
380
"oneOf": [
381
{
0 commit comments