File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 342
342
],
343
343
"description" : " The notification is enabled or not."
344
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
+ },
345
379
"operator" : {
346
380
"oneOf" : [
347
381
{
374
408
{
375
409
"type" : " string" ,
376
410
"enum" : [
377
- " Actual"
411
+ " Actual" ,
412
+ " Forecasted"
378
413
]
379
414
},
380
415
{
You can’t perform that action at this time.
0 commit comments