From b9f7b5be44d003e3c2d7432d57ad24430da1e471 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:42:06 +0530 Subject: [PATCH] {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' --- .../Microsoft.Web/stable/2021-01-15/Certificates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/Certificates.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/Certificates.json index d13f0cb4be44..d378cc1e18b8 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/Certificates.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/Certificates.json @@ -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" } },