Skip to content

Commit

Permalink
CodeGen from PR 13327 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 71eac55c47fd870361672be1566a63d4b3261c5b into e67a1b00eca4d7134fa9ecddcae80893790f495d
  • Loading branch information
SDKAuto committed Mar 19, 2021
1 parent 71cf22c commit 15904ed
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 12 deletions.
2 changes: 1 addition & 1 deletion schemas/2017-12-30-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-01-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-03-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-06-30/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-08-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-10-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-01-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-01-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-06-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@
"description": "The notification associated with a budget."
}
}
}
}
36 changes: 35 additions & 1 deletion schemas/2019-10-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,40 @@
],
"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": [
{
Expand Down Expand Up @@ -393,4 +427,4 @@
"description": "The notification associated with a budget."
}
}
}
}

0 comments on commit 15904ed

Please sign in to comment.