Skip to content

Commit

Permalink
[ReleasePR dashboard] Add AutoGeneratedDomainNameLabelScope (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Apr 2, 2022
2 parents c9c381c + dddad41 commit 2797465
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schemas/2021-09-01-preview/Microsoft.Dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@
"ManagedGrafanaProperties": {
"type": "object",
"properties": {
"autoGeneratedDomainNameLabelScope": {
"oneOf": [
{
"type": "string",
"enum": [
"TenantReuse"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"provisioningState": {
"oneOf": [
{
Expand Down

0 comments on commit 2797465

Please sign in to comment.