From 18fab3eada35fb993b6b1eb8576a834ffbdb9192 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Sat, 2 Apr 2022 01:13:26 +0000 Subject: [PATCH] CodeGen from PR 18522 in Azure/azure-rest-api-specs Merge 7c663ffa6f6b71bd024b0ef9f1c6047c515018a9 into 48d85585897aa6ed448ca689b094e60377a25cb7 --- schemas/2021-09-01-preview/Microsoft.Dashboard.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/schemas/2021-09-01-preview/Microsoft.Dashboard.json b/schemas/2021-09-01-preview/Microsoft.Dashboard.json index ee8048de7f..d4153251a8 100644 --- a/schemas/2021-09-01-preview/Microsoft.Dashboard.json +++ b/schemas/2021-09-01-preview/Microsoft.Dashboard.json @@ -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": [ {