Skip to content

Commit f30a1b2

Browse files
committed
Updating just the description of the domainValidationMethod with the possible values 'CNameValidationValue', 'HttpTokenValidationValue'
1 parent 556569d commit f30a1b2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -441,16 +441,8 @@
441441
"type": "string"
442442
},
443443
"domainValidationMethod": {
444-
"description": "Method of domain validation for free cert",
445-
"enum": [
446-
"CNameValidationValue",
447-
"HttpTokenValidationValue"
448-
],
449-
"type": "string",
450-
"x-ms-enum": {
451-
"name": "ValidationMethod",
452-
"modelAsString": false
453-
}
444+
"description": "Method of domain validation for free cert. Possible values include: 'CNameValidationValue', 'HttpTokenValidationValue'",
445+
"type": "string"
454446
}
455447
},
456448
"x-ms-client-flatten": true

0 commit comments

Comments
 (0)