Skip to content

Commit 4417c8c

Browse files
RakeshMohanMSFTFredericHeem
authored andcommitted
{azure-rest-api-specs} Add possible values for DomainValidationMethod (Azure#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 8db6072 commit 4417c8c

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)