From 4a72e32bd93044d3c105537690bc76510941330b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 3 Feb 2022 19:29:53 +0000 Subject: [PATCH] CodeGen from PR 17518 in Azure/azure-rest-api-specs Merge e3bd25fbff4c01840ee35a27af6b0480605eabcd into 5582a35deb1bfa4aa22bac8f1d51b7934ead94ac --- schemas/2021-06-01/Microsoft.Cdn.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/schemas/2021-06-01/Microsoft.Cdn.json b/schemas/2021-06-01/Microsoft.Cdn.json index 574b729f63..0e448b9e75 100644 --- a/schemas/2021-06-01/Microsoft.Cdn.json +++ b/schemas/2021-06-01/Microsoft.Cdn.json @@ -872,6 +872,23 @@ "AFDEndpointProperties": { "type": "object", "properties": { + "autoGeneratedDomainNameLabelScope": { + "oneOf": [ + { + "type": "string", + "enum": [ + "TenantReuse", + "SubscriptionReuse", + "ResourceGroupReuse", + "NoReuse" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates the endpoint name reuse scope. The default value is TenantReuse." + }, "enabledState": { "oneOf": [ {