Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 #13327

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -4110,6 +4110,37 @@
"modelAsString": true
},
"default": "Actual"
},
"locale": {
"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"
],
"x-ms-enum": {
"name": "CultureCode",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"enabled": true,
"operator": "GreaterThan",
"threshold": 80,
"locale": "en-us",
"contactEmails": [
"johndoe@contoso.com",
"janesmith@contoso.com"
Expand Down Expand Up @@ -129,6 +130,7 @@
"enabled": true,
"operator": "GreaterThan",
"threshold": 80,
"locale": "en-us",
"contactEmails": [
"johndoe@contoso.com",
"janesmith@contoso.com"
Expand Down Expand Up @@ -203,6 +205,7 @@
"enabled": true,
"operator": "GreaterThan",
"threshold": 80,
"locale": "en-us",
"contactEmails": [
"johndoe@contoso.com",
"janesmith@contoso.com"
Expand Down