Skip to content

Commit 1885c47

Browse files
authored
Description for DNS Name Reuse Policy (#19938)
1 parent 64d1545 commit 1885c47

File tree

1 file changed

+1
-1
lines changed
  • specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01

1 file changed

+1
-1
lines changed

specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@
16451645
},
16461646
"autoGeneratedDomainNameLabelScope": {
16471647
"type": "string",
1648-
"description": "The value representing the security enum.",
1648+
"description": "The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.",
16491649
"enum": [
16501650
"Unsecure",
16511651
"TenantReuse",

0 commit comments

Comments
 (0)