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..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 @@ -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": { @@ -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"