Skip to content

Commit 4a72e32

Browse files
author
SDKAuto
committed
CodeGen from PR 17518 in Azure/azure-rest-api-specs
Merge e3bd25fbff4c01840ee35a27af6b0480605eabcd into 5582a35deb1bfa4aa22bac8f1d51b7934ead94ac
1 parent 60b772a commit 4a72e32

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)