From ff31bd3f6fe6a5d44cfe45884564059ef26ef347 Mon Sep 17 00:00:00 2001 From: Jessica Li Date: Tue, 9 Nov 2021 15:19:36 -0800 Subject: [PATCH 1/3] Product Backlog Item 12546459: [AFDX][CDN][RP][SWAGGER] refreshValidationToken API for swagger and RP inconsistency --- .../Microsoft.Cdn/stable/2021-06-01/afdx.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index d540294215c8..1018eb6faa24 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -482,10 +482,8 @@ } ], "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/ValidationToken" + "202": { + "description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously. Please poll custom domain {customDomainName} for the new validation token values." } }, "default": { From 9678c7454eccd270f8f6036794f9f69053f6b91c Mon Sep 17 00:00:00 2001 From: Jessica Li Date: Tue, 9 Nov 2021 15:56:18 -0800 Subject: [PATCH 2/3] Product Backlog Item 12546473: [AFDX][CDN][RP][SWAGGER] domainValidationState of AFDDomainProperties swagger and RP inconsistency --- .../resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index 1018eb6faa24..8e1458e25188 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -4178,6 +4178,7 @@ "Unknown", "Submitting", "Pending", + "Rejected," "TimedOut", "PendingRevalidation", "Approved" From ce2754872f8d4fec95cb1e339f00188bb6758e95 Mon Sep 17 00:00:00 2001 From: Jessica Li Date: Wed, 10 Nov 2021 17:03:26 -0800 Subject: [PATCH 3/3] Make description more readible --- .../resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index 8e1458e25188..5ada28d5e3cb 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -483,7 +483,7 @@ ], "responses": { "202": { - "description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously. Please poll custom domain {customDomainName} for the new validation token values." + "description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously. Please poll the targeted custom domain and check the 'validationProperties' field for the new validation token values." } }, "default": {