From 03fa3fe3349ceb7cbc9c338717b2e82b85a87734 Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Sun, 25 Apr 2021 16:02:18 +0800 Subject: [PATCH 1/2] Update 1 (#2635) --- .../resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json index 6b5dd994036b..5dfebf79c462 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json @@ -39,7 +39,7 @@ "tags": [ "Profiles" ], - "description": "Lists all of the CDN profiles within an Azure subscription.", + "description": "Lists all of the CDN profiles within an Azure subscription. Update 1.", "operationId": "Profiles_List", "x-ms-examples": { "Profiles_List": { From c705b4ed803537abf28db748d45c1a366d0a4b80 Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Mon, 26 Apr 2021 11:19:25 +0800 Subject: [PATCH 2/2] Update 2 (#2639) --- .../Microsoft.Cdn/stable/2020-09-01/cdn.json | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json index 5dfebf79c462..4c13f3e07240 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json @@ -116,50 +116,6 @@ } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}": { - "get": { - "tags": [ - "Profiles" - ], - "description": "Gets a CDN profile with the specified profile name under the specified subscription and resource group.", - "operationId": "Profiles_Get", - "x-ms-examples": { - "Profiles_Get": { - "$ref": "./examples/Profiles_Get.json" - } - }, - "parameters": [ - { - "$ref": "#/parameters/resourceGroupNameParameter" - }, - { - "name": "profileName", - "in": "path", - "description": "Name of the CDN profile which is unique within the resource group.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/subscriptionIdParameter" - }, - { - "$ref": "#/parameters/apiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK. The request has succeeded.", - "schema": { - "$ref": "#/definitions/Profile" - } - }, - "default": { - "description": "CDN error response describing why the operation failed.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - }, "put": { "tags": [ "Profiles"