Skip to content

Commit

Permalink
{azure-rest-api-specs} Add possible values for DomainValidationMethod (
Browse files Browse the repository at this point in the history
…#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'
  • Loading branch information
RakeshMohanMSFT authored Apr 1, 2022
1 parent d55f30f commit b9f7b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"type": "string"
},
"domainValidationMethod": {
"description": "Method of domain validation for free cert",
"description": "Method of domain validation for free cert. Possible values include: 'CNameValidationValue', 'HttpTokenValidationValue'",
"type": "string"
}
},
Expand Down

0 comments on commit b9f7b5b

Please sign in to comment.