Skip to content

Commit 60dfe08

Browse files
author
SDKAuto
committed
CodeGen from PR 18469 in Azure/azure-rest-api-specs
{azure-rest-api-specs} Add possible values for DomainValidationMethod (#18469) * As discussed with Elle Tojaroon, making the changes to include possible options for the domainValidationMethod property. with the following values public const string CNameValidationValue = "cname-delegation"; public const string HttpTokenValidationValue = "http-token"; * Updating just the description of the domainValidationMethod with the possible values 'CNameValidationValue', 'HttpTokenValidationValue'
1 parent c58f58f commit 60dfe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/2021-01-15/Microsoft.Web.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5322,7 +5322,7 @@
53225322
},
53235323
"domainValidationMethod": {
53245324
"type": "string",
5325-
"description": "Method of domain validation for free cert"
5325+
"description": "Method of domain validation for free cert. Possible values include: 'CNameValidationValue', 'HttpTokenValidationValue'"
53265326
},
53275327
"hostNames": {
53285328
"oneOf": [

0 commit comments

Comments
 (0)