Skip to content

Commit dddad41

Browse files
author
SDKAuto
committed
CodeGen from PR 18522 in Azure/azure-rest-api-specs
Add AutoGeneratedDomainNameLabelScope (#18522)
1 parent c9c381c commit dddad41

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

schemas/2021-09-01-preview/Microsoft.Dashboard.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@
9898
"ManagedGrafanaProperties": {
9999
"type": "object",
100100
"properties": {
101+
"autoGeneratedDomainNameLabelScope": {
102+
"oneOf": [
103+
{
104+
"type": "string",
105+
"enum": [
106+
"TenantReuse"
107+
]
108+
},
109+
{
110+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
111+
}
112+
]
113+
},
101114
"provisioningState": {
102115
"oneOf": [
103116
{

0 commit comments

Comments
 (0)