Skip to content

Commit b9f7b5b

Browse files
{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 d55f30f commit b9f7b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/Certificates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
"type": "string"
442442
},
443443
"domainValidationMethod": {
444-
"description": "Method of domain validation for free cert",
444+
"description": "Method of domain validation for free cert. Possible values include: 'CNameValidationValue', 'HttpTokenValidationValue'",
445445
"type": "string"
446446
}
447447
},

0 commit comments

Comments
 (0)