Skip to content

Commit

Permalink
Updating just the description of the domainValidationMethod with the …
Browse files Browse the repository at this point in the history
…possible values 'CNameValidationValue', 'HttpTokenValidationValue'
  • Loading branch information
RakeshMMSFT committed Mar 30, 2022
1 parent 556569d commit f30a1b2
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,16 +441,8 @@
"type": "string"
},
"domainValidationMethod": {
"description": "Method of domain validation for free cert",
"enum": [
"CNameValidationValue",
"HttpTokenValidationValue"
],
"type": "string",
"x-ms-enum": {
"name": "ValidationMethod",
"modelAsString": false
}
"description": "Method of domain validation for free cert. Possible values include: 'CNameValidationValue', 'HttpTokenValidationValue'",
"type": "string"
}
},
"x-ms-client-flatten": true
Expand Down

0 comments on commit f30a1b2

Please sign in to comment.