Skip to content

Commit d4d23b3

Browse files
author
msftbot[bot]
authored
[ReleasePR containerinstance] Description for DNS Name Reuse Policy (#2490)
Create to sync Azure/azure-rest-api-specs#19938 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/containerinstance?expand=1)
2 parents fc8d901 + e984213 commit d4d23b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/2021-10-01/Microsoft.ContainerInstance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
956956
}
957957
],
958-
"description": "The value representing the security enum."
958+
"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."
959959
},
960960
"dnsNameLabel": {
961961
"type": "string",

0 commit comments

Comments
 (0)