Skip to content

Commit e8f8952

Browse files
author
Chenglong Liu
committed
Delete ref to waf swagger
1 parent cae37d3 commit e8f8952

File tree

59 files changed

+18
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+18
-72
lines changed

src/Cdn/Cdn.Autorest/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ input-file:
3737
# You need to specify your swagger files here.
3838
- $(repo)/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json
3939
- $(repo)/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json
40-
- $(repo)/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdnwebapplicationfirewall.json
4140
# If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally
4241
# - (this-folder)/relative-path-to-your-swagger
4342

src/Cdn/Cdn.Autorest/docs/Az.Cdn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Gets an existing AzureFrontDoor domain with the specified domain name under the
6161
Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
6262

6363
### [Get-AzFrontDoorCdnEndpointResourceUsage](Get-AzFrontDoorCdnEndpointResourceUsage.md)
64-
Checks the quota and actual usage of endpoints under the given CDN profile.
64+
Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
6565

6666
### [Get-AzFrontDoorCdnOrigin](Get-AzFrontDoorCdnOrigin.md)
6767
Gets an existing origin within an origin group.
@@ -70,13 +70,13 @@ Gets an existing origin within an origin group.
7070
Gets an existing origin group within a profile.
7171

7272
### [Get-AzFrontDoorCdnOriginGroupResourceUsage](Get-AzFrontDoorCdnOriginGroupResourceUsage.md)
73-
Checks the quota and actual usage of endpoints under the given CDN profile.
73+
Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
7474

7575
### [Get-AzFrontDoorCdnProfile](Get-AzFrontDoorCdnProfile.md)
7676

7777

7878
### [Get-AzFrontDoorCdnProfileResourceUsage](Get-AzFrontDoorCdnProfileResourceUsage.md)
79-
Checks the quota and actual usage of endpoints under the given CDN profile.
79+
Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
8080

8181
### [Get-AzFrontDoorCdnRoute](Get-AzFrontDoorCdnRoute.md)
8282
Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
@@ -88,7 +88,7 @@ Gets an existing delivery rule within a rule set.
8888
Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
8989

9090
### [Get-AzFrontDoorCdnRuleSetResourceUsage](Get-AzFrontDoorCdnRuleSetResourceUsage.md)
91-
Checks the quota and actual usage of endpoints under the given CDN profile.
91+
Checks the quota and actual usage of the given AzureFrontDoor rule set under the given CDN profile.
9292

9393
### [Get-AzFrontDoorCdnSecret](Get-AzFrontDoorCdnSecret.md)
9494
Gets an existing Secret within a profile.
@@ -391,14 +391,14 @@ Probe path is the path to a file hosted on the origin server to help accelerate
391391
This path is relative to the origin path specified in the endpoint configuration.
392392

393393
### [Test-AzFrontDoorCdnEndpointCustomDomain](Test-AzFrontDoorCdnEndpointCustomDomain.md)
394-
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
394+
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for apex domain.
395395

396396
### [Test-AzFrontDoorCdnEndpointNameAvailability](Test-AzFrontDoorCdnEndpointNameAvailability.md)
397397
Check the availability of a resource name.
398398
This is needed for resources where name is globally unique, such as a afdx endpoint.
399399

400400
### [Test-AzFrontDoorCdnProfileHostNameAvailability](Test-AzFrontDoorCdnProfileHostNameAvailability.md)
401-
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
401+
Check the name availability of a host name.
402402

403403
### [Update-AzCdnEndpoint](Update-AzCdnEndpoint.md)
404404
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

src/Cdn/Cdn.Autorest/docs/Clear-AzCdnEndpointContent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
297297
- `[Id <String>]`: Resource identity path
298298
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
299299
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
300-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
301300
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
302301
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
303302
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Clear-AzFrontDoorCdnEndpointContent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
313313
- `[Id <String>]`: Resource identity path
314314
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
315315
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
316-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
317316
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
318317
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
319318
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Disable-AzCdnCustomDomainCustomHttps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
232232
- `[Id <String>]`: Resource identity path
233233
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
234234
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
235-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
236235
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
237236
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
238237
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Enable-AzCdnCustomDomainCustomHttps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
256256
- `[Id <String>]`: Resource identity path
257257
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
258258
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
259-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
260259
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
261260
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
262261
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzCdnCustomDomain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzCdnEndpoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzCdnOrigin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzCdnOriginGroup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzCdnProfile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ INPUTOBJECT <ICdnIdentity>:
164164
- `[Id <String>]`: Resource identity path
165165
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
166166
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
167-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
168167
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
169168
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
170169
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnCustomDomain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnEndpoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnEndpointResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFrontDoorCdnEndpointResourceUsage
99

1010
## SYNOPSIS
11-
Checks the quota and actual usage of endpoints under the given CDN profile.
11+
Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
1212

1313
## SYNTAX
1414

@@ -19,7 +19,7 @@ Get-AzFrontDoorCdnEndpointResourceUsage -EndpointName <String> -ProfileName <Str
1919
```
2020

2121
## DESCRIPTION
22-
Checks the quota and actual usage of endpoints under the given CDN profile.
22+
Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
2323

2424
## EXAMPLES
2525

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnOrigin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnOriginGroup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnOriginGroupResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFrontDoorCdnOriginGroupResourceUsage
99

1010
## SYNOPSIS
11-
Checks the quota and actual usage of endpoints under the given CDN profile.
11+
Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
1212

1313
## SYNTAX
1414

@@ -19,7 +19,7 @@ Get-AzFrontDoorCdnOriginGroupResourceUsage -OriginGroupName <String> -ProfileNam
1919
```
2020

2121
## DESCRIPTION
22-
Checks the quota and actual usage of endpoints under the given CDN profile.
22+
Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
2323

2424
## EXAMPLES
2525

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnProfile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ INPUTOBJECT <ICdnIdentity>:
164164
- `[Id <String>]`: Resource identity path
165165
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
166166
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
167-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
168167
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
169168
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
170169
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnProfileResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFrontDoorCdnProfileResourceUsage
99

1010
## SYNOPSIS
11-
Checks the quota and actual usage of endpoints under the given CDN profile.
11+
Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Get-AzFrontDoorCdnProfileResourceUsage -ProfileName <String> -ResourceGroupName
1818
```
1919

2020
## DESCRIPTION
21-
Checks the quota and actual usage of endpoints under the given CDN profile.
21+
Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
2222

2323
## EXAMPLES
2424

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnRoute.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnRule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
190190
- `[Id <String>]`: Resource identity path
191191
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
192192
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
193-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
194193
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
195194
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
196195
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnRuleSet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnRuleSetResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFrontDoorCdnRuleSetResourceUsage
99

1010
## SYNOPSIS
11-
Checks the quota and actual usage of endpoints under the given CDN profile.
11+
Checks the quota and actual usage of the given AzureFrontDoor rule set under the given CDN profile.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Get-AzFrontDoorCdnRuleSetResourceUsage -ProfileName <String> -ResourceGroupName
1818
```
1919

2020
## DESCRIPTION
21-
Checks the quota and actual usage of endpoints under the given CDN profile.
21+
Checks the quota and actual usage of the given AzureFrontDoor rule set under the given CDN profile.
2222

2323
## EXAMPLES
2424

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnSecret.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnSecurityPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
175175
- `[Id <String>]`: Resource identity path
176176
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
177177
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
178-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
179178
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
180179
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
181180
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Import-AzCdnEndpointContent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
299299
- `[Id <String>]`: Resource identity path
300300
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
301301
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
302-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
303302
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
304303
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
305304
- `[RouteName <String>]`: Name of the routing rule.

src/Cdn/Cdn.Autorest/docs/Remove-AzCdnCustomDomain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
262262
- `[Id <String>]`: Resource identity path
263263
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
264264
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
265-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
266265
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
267266
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
268267
- `[RouteName <String>]`: Name of the routing rule.

0 commit comments

Comments
 (0)