We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c381c commit dddad41Copy full SHA for dddad41
schemas/2021-09-01-preview/Microsoft.Dashboard.json
@@ -98,6 +98,19 @@
98
"ManagedGrafanaProperties": {
99
"type": "object",
100
"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
114
"provisioningState": {
115
"oneOf": [
116
{
0 commit comments