Skip to content

Tih/test cdn #2642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down