Skip to content
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

loivw4-branch #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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": [
"AFDProfiles"
],
"description": "Checks the quota and actual usage of endpoints under the given CDN profile.",
"description": "Checks the quota and actbal usage of endpoints under the given CDN profile.",
"operationId": "AFDProfiles_ListResourceUsage",
"x-ms-examples": {
"AFDProfiles_ListResourceUsage": {
Expand All @@ -66,7 +66,7 @@
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"description": "OK. The request as succeeded.",
"schema": {
"$ref": "#/definitions/UsagesListResult"
}
Expand Down Expand Up @@ -95,8 +95,9 @@
"$ref": "./examples/AFDProfiles_CheckHostNameAvailability.json"
}
},
"parameters": [
{


"parameters": [{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
Expand Down Expand Up @@ -143,7 +144,7 @@
"tags": [
"AFDCustomDomains"
],
"description": "Lists existing AzureFrontDoor domains.",
"description": "Lists existin g AzureFrontDoor domains.",
"operationId": "AFDCustomDomains_ListByProfile",
"x-ms-examples": {
"AFDCustomDomains_ListByProfile": {
Expand All @@ -157,13 +158,11 @@
{
"name": "profileName",
"in": "path",
"description": "Name of the CDN profile which is unique within the resource group.",
"description": "Name of the CDN pro file which is unique within the resource group.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{ "$ref": "#/parameters/subscriptionIdParameter" },
{
"$ref": "#/parameters/apiVersionParameter"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"version": "2020-09-01",
"title": "CdnManagementClient",
"description": "Use these APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure."
"description": "fa sadfaf aefads APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure."
},
"host": "management.azure.com",
"schemes": [
Expand Down Expand Up @@ -39,8 +39,8 @@
"tags": [
"Profiles"
],
"description": "Lists all of the CDN profiles within an Azure subscription.",
"operationId": "Profiles_List",
"description": "Lists all of the CDN profiles within an Azure subscription.",
"operationId": "Profiles_ListX",
"x-ms-examples": {
"Profiles_List": {
"$ref": "./examples/Profiles_List.json"
Expand Down Expand Up @@ -78,7 +78,7 @@
"tags": [
"Profiles"
],
"description": "Lists all of the CDN profiles within a resource group.",
"description": "Lists all of the adsfa profiles within a resource group.",
"operationId": "Profiles_ListByResourceGroup",
"x-ms-examples": {
"Profiles_ListByResourceGroup": {
Expand Down Expand Up @@ -120,7 +120,7 @@
"tags": [
"Profiles"
],
"description": "Gets a CDN profile with the specified profile name under the specified subscription and resource group.",
"description": "Gets a CDN proile with the specified profile name under the specified subscription and resource group.",
"operationId": "Profiles_Get",
"x-ms-examples": {
"Profiles_Get": {
Expand All @@ -147,13 +147,13 @@
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"description": "OK. The requsest has succeeded.",
"schema": {
"$ref": "#/definitions/Profile"
}
},
"default": {
"description": "CDN error response describing why the operation failed.",
"description": "CDN error response describing why the operatdion failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
Expand Down Expand Up @@ -5574,7 +5574,8 @@
"Standard_955BandWidth_ChinaCdn",
"Standard_AvgBandWidth_ChinaCdn",
"StandardPlus_ChinaCdn",
"StandardPlus_955BandWidth_ChinaCdn"
"StandardPlus_955BandWidth_ChinaCdn",
"StandardPlus_AvgBandWidth_ChinaCdn"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"version": "2020-09-01",
"title": "Azure CDN WebApplicationFirewallManagement",
"description": "APIs to manage web application firewall rules for Azure CDN"
"description": "APIs to manage web typ ypo aplication firewall rules for Azure CDN"
},
"host": "management.azure.com",
"schemes": [
Expand All @@ -12,8 +12,7 @@
"consumes": [
"application/json"
],
"produces": [
"application/json"
"produces": [ "application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@
}
}
},
"201": {
"body": {
"name": "profile1",
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1",
"type": "Microsoft.Cdn/profiles",
"tags": {},
"location": "WestCentralUs",
"sku": {
"name": "Standard_Verizon"
},
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating"
}
}
},
"202": {
"body": {
"name": "profile1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1",
"type": "Microsoft.Cdn/profiles",
"tags": {},
"location": "WestCentralUs",
"sku": {
"name": "Standard_Akamai"
},
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 0 additions & 2 deletions specification/cdn/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ These settings apply only when `--tag=package-2020-09` is specified on the comma
``` yaml $(tag) == 'package-2020-09'
input-file:
- Microsoft.Cdn/stable/2020-09-01/cdn.json
- Microsoft.Cdn/stable/2020-09-01/afdx.json
- Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json
```

Expand All @@ -49,7 +48,6 @@ These settings apply only when `--tag=package-2020-04` is specified on the comma
``` yaml $(tag) == 'package-2020-04'
input-file:
- Microsoft.Cdn/stable/2020-04-15/cdn.json
- Microsoft.Cdn/stable/2020-04-15/cdnwebapplicationfirewall.json
```

---
Expand Down