diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json index 169f15f..877c5cf 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json @@ -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": { @@ -66,7 +66,7 @@ ], "responses": { "200": { - "description": "OK. The request has succeeded.", + "description": "OK. The request as succeeded.", "schema": { "$ref": "#/definitions/UsagesListResult" } @@ -95,8 +95,9 @@ "$ref": "./examples/AFDProfiles_CheckHostNameAvailability.json" } }, - "parameters": [ - { + + + "parameters": [{ "$ref": "#/parameters/resourceGroupNameParameter" }, { @@ -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": { @@ -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" } 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 27fc1ef..32ea7f6 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 @@ -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": [ @@ -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" @@ -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": { @@ -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": { @@ -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" } @@ -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": { diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json index a1073b6..0ad371c 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json @@ -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": [ @@ -12,8 +12,7 @@ "consumes": [ "application/json" ], - "produces": [ - "application/json" + "produces": [ "application/json" ], "security": [ { diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Create.json index 559078d..2b8751e 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Create.json @@ -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", diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Get.json index d82af5f..cd82e72 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/examples/Profiles_Get.json @@ -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" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/scenarios/shouldbexcluded.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/scenarios/shouldbexcluded.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/scenarios/shouldbexcluded.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/specification/cdn/resource-manager/readme.md b/specification/cdn/resource-manager/readme.md index 2da5f17..6532dff 100644 --- a/specification/cdn/resource-manager/readme.md +++ b/specification/cdn/resource-manager/readme.md @@ -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 ``` @@ -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 ``` ---