Skip to content

Commit 60124cb

Browse files
author
SDKAuto
committed
CodeGen from PR 17518 in Azure/azure-rest-api-specs
Merge 7e88866d99b39f24ffa34faaa504d26f4efd27ba into 75b53c0708590483bb2166b9e2751f1bdf5adefa
1 parent b4aa7d3 commit 60124cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

schemas/2021-06-01/Microsoft.Cdn.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,23 @@
872872
"AFDEndpointProperties": {
873873
"type": "object",
874874
"properties": {
875+
"AutoGeneratedDomainNameLabelScope": {
876+
"oneOf": [
877+
{
878+
"type": "string",
879+
"enum": [
880+
"TenantReuse",
881+
"SubscriptionReuse",
882+
"ResourceGroupReuse",
883+
"NoReuse"
884+
]
885+
},
886+
{
887+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
888+
}
889+
],
890+
"description": "Indicates the endpoint name reuse scope. The default value is TenantReuse."
891+
},
875892
"enabledState": {
876893
"oneOf": [
877894
{

0 commit comments

Comments
 (0)