From d769f78d352de8e46df5586f02652cedc79acf90 Mon Sep 17 00:00:00 2001 From: Chenglong Liu Date: Fri, 1 Apr 2022 15:21:03 +0800 Subject: [PATCH 1/2] Hide LogAnalytic --- src/Cdn/Cdn.Autorest/README.md | 2 +- .../Update-AzFrontDoorCdnSecurityPolicy.md | 47 +++---------------- .../Get-AzCdnLogAnalyticLocation.Tests.ps1 | 25 ---------- .../test/Get-AzCdnLogAnalyticMetric.Tests.ps1 | 25 ---------- .../Get-AzCdnLogAnalyticRanking.Tests.ps1 | 25 ---------- .../Get-AzCdnLogAnalyticResource.Tests.ps1 | 25 ---------- ...nLogAnalyticWafLogAnalyticMetric.Tests.ps1 | 25 ---------- ...LogAnalyticWafLogAnalyticRanking.Tests.ps1 | 25 ---------- ...ate-AzFrontDoorCdnSecurityPolicy.Tests.ps1 | 10 ---- 9 files changed, 7 insertions(+), 202 deletions(-) delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticLocation.Tests.ps1 delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticMetric.Tests.ps1 delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticRanking.Tests.ps1 delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticResource.Tests.ps1 delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticMetric.Tests.ps1 delete mode 100644 src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticRanking.Tests.ps1 diff --git a/src/Cdn/Cdn.Autorest/README.md b/src/Cdn/Cdn.Autorest/README.md index b43f8c6d33d8..565fd5235c36 100644 --- a/src/Cdn/Cdn.Autorest/README.md +++ b/src/Cdn/Cdn.Autorest/README.md @@ -99,7 +99,7 @@ directive: # 1. Remove the unexpanded parameter set # 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well - where: - variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$ + variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$|^Patch$|^PatchViaIdentity$ subject: ^(?!RuleSet).+$ remove: true - where: diff --git a/src/Cdn/Cdn.Autorest/docs/Update-AzFrontDoorCdnSecurityPolicy.md b/src/Cdn/Cdn.Autorest/docs/Update-AzFrontDoorCdnSecurityPolicy.md index 56bfaba17d30..f5160fe3bd41 100644 --- a/src/Cdn/Cdn.Autorest/docs/Update-AzFrontDoorCdnSecurityPolicy.md +++ b/src/Cdn/Cdn.Autorest/docs/Update-AzFrontDoorCdnSecurityPolicy.md @@ -19,20 +19,6 @@ Update-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -Resour [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` -### Patch -``` -Update-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -ResourceGroupName - -SecurityPolicyUpdateProperty [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### PatchViaIdentity -``` -Update-AzFrontDoorCdnSecurityPolicy -InputObject - -SecurityPolicyUpdateProperty [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] -``` - ### PatchViaIdentityExpanded ``` Update-AzFrontDoorCdnSecurityPolicy -InputObject @@ -101,7 +87,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: PatchViaIdentity, PatchViaIdentityExpanded +Parameter Sets: PatchViaIdentityExpanded Aliases: Required: True @@ -116,7 +102,7 @@ Name of the security policy under the profile. ```yaml Type: System.String -Parameter Sets: Patch, PatchExpanded +Parameter Sets: PatchExpanded Aliases: SecurityPolicyName Required: True @@ -146,7 +132,7 @@ object which contains security policy parameters ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyPropertiesParameters -Parameter Sets: PatchExpanded, PatchViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -161,7 +147,7 @@ Name of the Azure Front Door Standard or Azure Front Door Premium profile which ```yaml Type: System.String -Parameter Sets: Patch, PatchExpanded +Parameter Sets: PatchExpanded Aliases: Required: True @@ -176,7 +162,7 @@ Name of the Resource group within the Azure subscription. ```yaml Type: System.String -Parameter Sets: Patch, PatchExpanded +Parameter Sets: PatchExpanded Aliases: Required: True @@ -186,28 +172,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SecurityPolicyUpdateProperty -The JSON object containing security policy update parameters. -To construct, see NOTES section for SECURITYPOLICYUPDATEPROPERTY properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyUpdateParameters -Parameter Sets: Patch, PatchViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -SubscriptionId Azure Subscription ID. ```yaml Type: System.String -Parameter Sets: Patch, PatchExpanded +Parameter Sets: PatchExpanded Aliases: Required: False @@ -253,8 +223,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyUpdateParameters - ### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity ## OUTPUTS @@ -286,8 +254,5 @@ INPUTOBJECT : Identity Parameter - `[SecurityPolicyName ]`: Name of the security policy under the profile. - `[SubscriptionId ]`: Azure Subscription ID. -SECURITYPOLICYUPDATEPROPERTY : The JSON object containing security policy update parameters. - - `[Parameter ]`: object which contains security policy parameters - ## RELATED LINKS diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticLocation.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticLocation.Tests.ps1 deleted file mode 100644 index 2a1c782b92e8..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticLocation.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticLocation')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticLocation.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticLocation' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticMetric.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticMetric.Tests.ps1 deleted file mode 100644 index ef9850843474..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticMetric.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticMetric')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticMetric.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticMetric' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticRanking.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticRanking.Tests.ps1 deleted file mode 100644 index bf2eb3599567..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticRanking.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticRanking')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticRanking.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticRanking' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticResource.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticResource.Tests.ps1 deleted file mode 100644 index e1bff3295e7b..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticResource.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticResource')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticResource.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticResource' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticMetric.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticMetric.Tests.ps1 deleted file mode 100644 index b85374e848e7..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticMetric.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticWafLogAnalyticMetric')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticWafLogAnalyticMetric.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticWafLogAnalyticMetric' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticRanking.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticRanking.Tests.ps1 deleted file mode 100644 index b8cb6090a52f..000000000000 --- a/src/Cdn/Cdn.Autorest/test/Get-AzCdnLogAnalyticWafLogAnalyticRanking.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnLogAnalyticWafLogAnalyticRanking')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnLogAnalyticWafLogAnalyticRanking.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzCdnLogAnalyticWafLogAnalyticRanking' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/Cdn/Cdn.Autorest/test/Update-AzFrontDoorCdnSecurityPolicy.Tests.ps1 b/src/Cdn/Cdn.Autorest/test/Update-AzFrontDoorCdnSecurityPolicy.Tests.ps1 index d9fdd762d74c..6298bedd01a3 100644 --- a/src/Cdn/Cdn.Autorest/test/Update-AzFrontDoorCdnSecurityPolicy.Tests.ps1 +++ b/src/Cdn/Cdn.Autorest/test/Update-AzFrontDoorCdnSecurityPolicy.Tests.ps1 @@ -61,10 +61,6 @@ Describe 'Update-AzFrontDoorCdnSecurityPolicy' { } | Should -Not -Throw } - It 'Patch' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - It 'PatchViaIdentityExpanded' { { $PSDefaultParameterValues['Disabled'] = $true @@ -110,10 +106,4 @@ Describe 'Update-AzFrontDoorCdnSecurityPolicy' { } } | Should -Not -Throw } - - It 'PatchViaIdentity' -skip { - { - throw [System.NotImplementedException] - } | Should -Not -Throw - } } From ec836cf4d6d80ee00247ae7f7567c072189ae614 Mon Sep 17 00:00:00 2001 From: Chenglong Liu Date: Fri, 1 Apr 2022 15:21:53 +0800 Subject: [PATCH 2/2] Hide LogAnalytic --- src/Cdn/Cdn.Autorest/Az.Cdn.psd1 | 2 +- src/Cdn/Cdn.Autorest/README.md | 3 + src/Cdn/Cdn.Autorest/docs/Az.Cdn.md | 18 -- .../docs/Get-AzCdnLogAnalyticLocation.md | 165 ---------- .../docs/Get-AzCdnLogAnalyticMetric.md | 305 ------------------ .../docs/Get-AzCdnLogAnalyticRanking.md | 258 --------------- .../docs/Get-AzCdnLogAnalyticResource.md | 165 ---------- ...et-AzCdnLogAnalyticWafLogAnalyticMetric.md | 275 ---------------- ...t-AzCdnLogAnalyticWafLogAnalyticRanking.md | 274 ---------------- .../examples/Get-AzCdnLogAnalyticLocation.md | 18 -- .../examples/Get-AzCdnLogAnalyticMetric.md | 18 -- .../examples/Get-AzCdnLogAnalyticRanking.md | 18 -- .../examples/Get-AzCdnLogAnalyticResource.md | 18 -- ...et-AzCdnLogAnalyticWafLogAnalyticMetric.md | 18 -- ...t-AzCdnLogAnalyticWafLogAnalyticRanking.md | 18 -- 15 files changed, 4 insertions(+), 1569 deletions(-) delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticLocation.md delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticMetric.md delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticRanking.md delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticResource.md delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md delete mode 100644 src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticLocation.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticMetric.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticRanking.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticResource.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md delete mode 100644 src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md diff --git a/src/Cdn/Cdn.Autorest/Az.Cdn.psd1 b/src/Cdn/Cdn.Autorest/Az.Cdn.psd1 index 4ed7127b4f93..c6acfaf8e58f 100644 --- a/src/Cdn/Cdn.Autorest/Az.Cdn.psd1 +++ b/src/Cdn/Cdn.Autorest/Az.Cdn.psd1 @@ -11,7 +11,7 @@ DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.Cdn.private.dll' FormatsToProcess = './Az.Cdn.format.ps1xml' - FunctionsToExport = 'Clear-AzCdnEndpointContent', 'Clear-AzFrontDoorCdnEndpointContent', 'Disable-AzCdnCustomDomainCustomHttps', 'Enable-AzCdnCustomDomainCustomHttps', 'Get-AzCdnCustomDomain', 'Get-AzCdnEdgeNode', 'Get-AzCdnEndpoint', 'Get-AzCdnEndpointResourceUsage', 'Get-AzCdnLogAnalyticLocation', 'Get-AzCdnLogAnalyticMetric', 'Get-AzCdnLogAnalyticRanking', 'Get-AzCdnLogAnalyticResource', 'Get-AzCdnLogAnalyticWafLogAnalyticMetric', 'Get-AzCdnLogAnalyticWafLogAnalyticRanking', 'Get-AzCdnManagedRuleSet', 'Get-AzCdnOrigin', 'Get-AzCdnOriginGroup', 'Get-AzCdnPolicy', 'Get-AzCdnProfile', 'Get-AzCdnProfileResourceUsage', 'Get-AzCdnProfileSupportedOptimizationType', 'Get-AzCdnResourceUsage', 'Get-AzFrontDoorCdnCustomDomain', 'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnEndpointResourceUsage', 'Get-AzFrontDoorCdnOrigin', 'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnOriginGroupResourceUsage', 'Get-AzFrontDoorCdnProfile', 'Get-AzFrontDoorCdnProfileResourceUsage', 'Get-AzFrontDoorCdnRoute', 'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnRuleSet', 'Get-AzFrontDoorCdnRuleSetResourceUsage', 'Get-AzFrontDoorCdnSecret', 'Get-AzFrontDoorCdnSecurityPolicy', 'Import-AzCdnEndpointContent', 'Invoke-AzCdnSecretValidate', 'New-AzCdnAzureFirstPartyManagedCertificateParametersObject', 'New-AzCdnCustomDomain', 'New-AzCdnCustomerCertificateParametersObject', 'New-AzCdnDeliveryRuleCacheExpirationActionObject', 'New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject', 'New-AzCdnDeliveryRuleClientPortConditionObject', 'New-AzCdnDeliveryRuleCookiesConditionObject', 'New-AzCdnDeliveryRuleHostNameConditionObject', 'New-AzCdnDeliveryRuleHttpVersionConditionObject', 'New-AzCdnDeliveryRuleIsDeviceConditionObject', 'New-AzCdnDeliveryRulePostArgsConditionObject', 'New-AzCdnDeliveryRuleQueryStringConditionObject', 'New-AzCdnDeliveryRuleRemoteAddressConditionObject', 'New-AzCdnDeliveryRuleRequestBodyConditionObject', 'New-AzCdnDeliveryRuleRequestHeaderActionObject', 'New-AzCdnDeliveryRuleRequestHeaderConditionObject', 'New-AzCdnDeliveryRuleRequestMethodConditionObject', 'New-AzCdnDeliveryRuleRequestSchemeConditionObject', 'New-AzCdnDeliveryRuleRequestUriConditionObject', 'New-AzCdnDeliveryRuleResponseHeaderActionObject', 'New-AzCdnDeliveryRuleRouteConfigurationOverrideActionObject', 'New-AzCdnDeliveryRuleServerPortConditionObject', 'New-AzCdnDeliveryRuleSocketAddrConditionObject', 'New-AzCdnDeliveryRuleSslProtocolConditionObject', 'New-AzCdnDeliveryRuleUrlFileExtensionConditionObject', 'New-AzCdnDeliveryRuleUrlFileNameConditionObject', 'New-AzCdnDeliveryRuleUrlPathConditionObject', 'New-AzCdnEndpoint', 'New-AzCdnManagedCertificateParametersObject', 'New-AzCdnOrigin', 'New-AzCdnOriginGroup', 'New-AzCdnOriginGroupOverrideActionObject', 'New-AzCdnPolicy', 'New-AzCdnProfile', 'New-AzCdnProfileSsoUri', 'New-AzCdnSecurityPolicyWebApplicationFirewallAssociationObject', 'New-AzCdnSecurityPolicyWebApplicationFirewallParametersObject', 'New-AzCdnUrlRedirectActionObject', 'New-AzCdnUrlRewriteActionObject', 'New-AzCdnUrlSigningActionObject', 'New-AzCdnUrlSigningKeyParametersObject', 'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint', 'New-AzFrontDoorCdnOrigin', 'New-AzFrontDoorCdnOriginGroup', 'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute', 'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleSet', 'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy', 'Remove-AzCdnCustomDomain', 'Remove-AzCdnEndpoint', 'Remove-AzCdnOrigin', 'Remove-AzCdnOriginGroup', 'Remove-AzCdnPolicy', 'Remove-AzCdnProfile', 'Remove-AzFrontDoorCdnCustomDomain', 'Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnOriginGroup', 'Remove-AzFrontDoorCdnProfile', 'Remove-AzFrontDoorCdnRoute', 'Remove-AzFrontDoorCdnRule', 'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret', 'Remove-AzFrontDoorCdnSecurityPolicy', 'Start-AzCdnEndpoint', 'Stop-AzCdnEndpoint', 'Test-AzCdnEndpointCustomDomain', 'Test-AzCdnNameAvailability', 'Test-AzCdnProbe', 'Test-AzFrontDoorCdnEndpointCustomDomain', 'Test-AzFrontDoorCdnEndpointNameAvailability', 'Test-AzFrontDoorCdnProfileHostNameAvailability', 'Update-AzCdnEndpoint', 'Update-AzCdnOrigin', 'Update-AzCdnOriginGroup', 'Update-AzCdnPolicy', 'Update-AzCdnProfile', 'Update-AzFrontDoorCdnCustomDomain', 'Update-AzFrontDoorCdnCustomDomainValidationToken', 'Update-AzFrontDoorCdnEndpoint', 'Update-AzFrontDoorCdnOrigin', 'Update-AzFrontDoorCdnOriginGroup', 'Update-AzFrontDoorCdnProfile', 'Update-AzFrontDoorCdnRoute', 'Update-AzFrontDoorCdnRule', 'Update-AzFrontDoorCdnSecurityPolicy', '*' + FunctionsToExport = 'Clear-AzCdnEndpointContent', 'Clear-AzFrontDoorCdnEndpointContent', 'Disable-AzCdnCustomDomainCustomHttps', 'Enable-AzCdnCustomDomainCustomHttps', 'Get-AzCdnCustomDomain', 'Get-AzCdnEdgeNode', 'Get-AzCdnEndpoint', 'Get-AzCdnEndpointResourceUsage', 'Get-AzCdnManagedRuleSet', 'Get-AzCdnOrigin', 'Get-AzCdnOriginGroup', 'Get-AzCdnPolicy', 'Get-AzCdnProfile', 'Get-AzCdnProfileResourceUsage', 'Get-AzCdnProfileSupportedOptimizationType', 'Get-AzCdnResourceUsage', 'Get-AzFrontDoorCdnCustomDomain', 'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnEndpointResourceUsage', 'Get-AzFrontDoorCdnOrigin', 'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnOriginGroupResourceUsage', 'Get-AzFrontDoorCdnProfile', 'Get-AzFrontDoorCdnProfileResourceUsage', 'Get-AzFrontDoorCdnRoute', 'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnRuleSet', 'Get-AzFrontDoorCdnRuleSetResourceUsage', 'Get-AzFrontDoorCdnSecret', 'Get-AzFrontDoorCdnSecurityPolicy', 'Import-AzCdnEndpointContent', 'Invoke-AzCdnSecretValidate', 'New-AzCdnAzureFirstPartyManagedCertificateParametersObject', 'New-AzCdnCustomDomain', 'New-AzCdnCustomerCertificateParametersObject', 'New-AzCdnDeliveryRuleCacheExpirationActionObject', 'New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject', 'New-AzCdnDeliveryRuleClientPortConditionObject', 'New-AzCdnDeliveryRuleCookiesConditionObject', 'New-AzCdnDeliveryRuleHostNameConditionObject', 'New-AzCdnDeliveryRuleHttpVersionConditionObject', 'New-AzCdnDeliveryRuleIsDeviceConditionObject', 'New-AzCdnDeliveryRulePostArgsConditionObject', 'New-AzCdnDeliveryRuleQueryStringConditionObject', 'New-AzCdnDeliveryRuleRemoteAddressConditionObject', 'New-AzCdnDeliveryRuleRequestBodyConditionObject', 'New-AzCdnDeliveryRuleRequestHeaderActionObject', 'New-AzCdnDeliveryRuleRequestHeaderConditionObject', 'New-AzCdnDeliveryRuleRequestMethodConditionObject', 'New-AzCdnDeliveryRuleRequestSchemeConditionObject', 'New-AzCdnDeliveryRuleRequestUriConditionObject', 'New-AzCdnDeliveryRuleResponseHeaderActionObject', 'New-AzCdnDeliveryRuleRouteConfigurationOverrideActionObject', 'New-AzCdnDeliveryRuleServerPortConditionObject', 'New-AzCdnDeliveryRuleSocketAddrConditionObject', 'New-AzCdnDeliveryRuleSslProtocolConditionObject', 'New-AzCdnDeliveryRuleUrlFileExtensionConditionObject', 'New-AzCdnDeliveryRuleUrlFileNameConditionObject', 'New-AzCdnDeliveryRuleUrlPathConditionObject', 'New-AzCdnEndpoint', 'New-AzCdnManagedCertificateParametersObject', 'New-AzCdnOrigin', 'New-AzCdnOriginGroup', 'New-AzCdnOriginGroupOverrideActionObject', 'New-AzCdnPolicy', 'New-AzCdnProfile', 'New-AzCdnProfileSsoUri', 'New-AzCdnSecurityPolicyWebApplicationFirewallAssociationObject', 'New-AzCdnSecurityPolicyWebApplicationFirewallParametersObject', 'New-AzCdnUrlRedirectActionObject', 'New-AzCdnUrlRewriteActionObject', 'New-AzCdnUrlSigningActionObject', 'New-AzCdnUrlSigningKeyParametersObject', 'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint', 'New-AzFrontDoorCdnOrigin', 'New-AzFrontDoorCdnOriginGroup', 'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute', 'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleSet', 'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy', 'Remove-AzCdnCustomDomain', 'Remove-AzCdnEndpoint', 'Remove-AzCdnOrigin', 'Remove-AzCdnOriginGroup', 'Remove-AzCdnPolicy', 'Remove-AzCdnProfile', 'Remove-AzFrontDoorCdnCustomDomain', 'Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnOriginGroup', 'Remove-AzFrontDoorCdnProfile', 'Remove-AzFrontDoorCdnRoute', 'Remove-AzFrontDoorCdnRule', 'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret', 'Remove-AzFrontDoorCdnSecurityPolicy', 'Start-AzCdnEndpoint', 'Stop-AzCdnEndpoint', 'Test-AzCdnEndpointCustomDomain', 'Test-AzCdnNameAvailability', 'Test-AzCdnProbe', 'Test-AzFrontDoorCdnEndpointCustomDomain', 'Test-AzFrontDoorCdnEndpointNameAvailability', 'Test-AzFrontDoorCdnProfileHostNameAvailability', 'Update-AzCdnEndpoint', 'Update-AzCdnOrigin', 'Update-AzCdnOriginGroup', 'Update-AzCdnPolicy', 'Update-AzCdnProfile', 'Update-AzFrontDoorCdnCustomDomain', 'Update-AzFrontDoorCdnCustomDomainValidationToken', 'Update-AzFrontDoorCdnEndpoint', 'Update-AzFrontDoorCdnOrigin', 'Update-AzFrontDoorCdnOriginGroup', 'Update-AzFrontDoorCdnProfile', 'Update-AzFrontDoorCdnRoute', 'Update-AzFrontDoorCdnRule', 'Update-AzFrontDoorCdnSecurityPolicy', '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ diff --git a/src/Cdn/Cdn.Autorest/README.md b/src/Cdn/Cdn.Autorest/README.md index 565fd5235c36..f763ab358662 100644 --- a/src/Cdn/Cdn.Autorest/README.md +++ b/src/Cdn/Cdn.Autorest/README.md @@ -120,6 +120,9 @@ directive: - where: subject: Profile hide: true + - where: + subject: LogAnalytic(.*) + hide: true - where: subject: Afd(.*) diff --git a/src/Cdn/Cdn.Autorest/docs/Az.Cdn.md b/src/Cdn/Cdn.Autorest/docs/Az.Cdn.md index b63c5026510f..8cb9c26f125f 100644 --- a/src/Cdn/Cdn.Autorest/docs/Az.Cdn.md +++ b/src/Cdn/Cdn.Autorest/docs/Az.Cdn.md @@ -35,24 +35,6 @@ Gets an existing CDN endpoint with the specified endpoint name under the specifi ### [Get-AzCdnEndpointResourceUsage](Get-AzCdnEndpointResourceUsage.md) Checks the quota and usage of geo filters and custom domains under the given endpoint. -### [Get-AzCdnLogAnalyticLocation](Get-AzCdnLogAnalyticLocation.md) -Get all available location names for AFD log analytics report. - -### [Get-AzCdnLogAnalyticMetric](Get-AzCdnLogAnalyticMetric.md) -Get log report for AFD profile - -### [Get-AzCdnLogAnalyticRanking](Get-AzCdnLogAnalyticRanking.md) -Get log analytics ranking report for AFD profile - -### [Get-AzCdnLogAnalyticResource](Get-AzCdnLogAnalyticResource.md) -Get all endpoints and custom domains available for AFD log report - -### [Get-AzCdnLogAnalyticWafLogAnalyticMetric](Get-AzCdnLogAnalyticWafLogAnalyticMetric.md) -Get Waf related log analytics report for AFD profile. - -### [Get-AzCdnLogAnalyticWafLogAnalyticRanking](Get-AzCdnLogAnalyticWafLogAnalyticRanking.md) -Get WAF log analytics charts for AFD profile - ### [Get-AzCdnManagedRuleSet](Get-AzCdnManagedRuleSet.md) Lists all available managed rule sets. diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticLocation.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticLocation.md deleted file mode 100644 index 19a926680697..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticLocation.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticlocation -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticLocation - -## SYNOPSIS -Get all available location names for AFD log analytics report. - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticLocation -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticLocation -InputObject [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get all available location names for AFD log analytics report. - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IContinentsResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticMetric.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticMetric.md deleted file mode 100644 index 59eacf959aba..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticMetric.md +++ /dev/null @@ -1,305 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticmetric -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticMetric - -## SYNOPSIS -Get log report for AFD profile - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticMetric -ProfileName -ResourceGroupName -CustomDomain - -DateTimeBegin -DateTimeEnd -Granularity -Metric - -Protocol [-SubscriptionId ] [-Continent ] [-CountryOrRegion ] - [-GroupBy ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticMetric -InputObject -CustomDomain -DateTimeBegin - -DateTimeEnd -Granularity -Metric -Protocol - [-Continent ] [-CountryOrRegion ] [-GroupBy ] - [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get log report for AFD profile - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -Continent -. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CountryOrRegion -. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CustomDomain -. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeBegin -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeEnd -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Granularity -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -GroupBy -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGroupBy[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Metric -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetric[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Protocol -. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IMetricsResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticRanking.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticRanking.md deleted file mode 100644 index 07504cacecf7..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticRanking.md +++ /dev/null @@ -1,258 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticranking -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticRanking - -## SYNOPSIS -Get log analytics ranking report for AFD profile - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticRanking -ProfileName -ResourceGroupName -DateTimeBegin - -DateTimeEnd -MaxRanking -Metric -Ranking - [-SubscriptionId ] [-CustomDomain ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticRanking -InputObject -DateTimeBegin -DateTimeEnd - -MaxRanking -Metric -Ranking [-CustomDomain ] - [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get log analytics ranking report for AFD profile - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -CustomDomain -. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeBegin -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeEnd -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -MaxRanking -. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Metric -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogRankingMetric[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Ranking -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogRanking[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IRankingsResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticResource.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticResource.md deleted file mode 100644 index 26bab74cd952..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticResource.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticresource -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticResource - -## SYNOPSIS -Get all endpoints and custom domains available for AFD log report - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticResource -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticResource -InputObject [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get all endpoints and custom domains available for AFD log report - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IResourcesResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md deleted file mode 100644 index f729718220d1..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md +++ /dev/null @@ -1,275 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticwafloganalyticmetric -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticWafLogAnalyticMetric - -## SYNOPSIS -Get Waf related log analytics report for AFD profile. - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticWafLogAnalyticMetric -ProfileName -ResourceGroupName - -DateTimeBegin -DateTimeEnd -Granularity -Metric - [-SubscriptionId ] [-Action ] [-GroupBy ] - [-RuleType ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticWafLogAnalyticMetric -InputObject -DateTimeBegin - -DateTimeEnd -Granularity -Metric [-Action ] - [-GroupBy ] [-RuleType ] [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Get Waf related log analytics report for AFD profile. - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -Action -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeBegin -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeEnd -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Granularity -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafGranularity -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -GroupBy -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRankingGroupBy[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Metric -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetric[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RuleType -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRuleType[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IWafMetricsResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md b/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md deleted file mode 100644 index 55d210c2d3df..000000000000 --- a/src/Cdn/Cdn.Autorest/docs/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md +++ /dev/null @@ -1,274 +0,0 @@ ---- -external help file: -Module Name: Az.Cdn -online version: https://docs.microsoft.com/powershell/module/az.cdn/get-azcdnloganalyticwafloganalyticranking -schema: 2.0.0 ---- - -# Get-AzCdnLogAnalyticWafLogAnalyticRanking - -## SYNOPSIS -Get WAF log analytics charts for AFD profile - -## SYNTAX - -### Get (Default) -``` -Get-AzCdnLogAnalyticWafLogAnalyticRanking -ProfileName -ResourceGroupName - -DateTimeBegin -DateTimeEnd -MaxRanking -Metric - -Ranking [-SubscriptionId ] [-Action ] [-RuleType ] - [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzCdnLogAnalyticWafLogAnalyticRanking -InputObject -DateTimeBegin - -DateTimeEnd -MaxRanking -Metric -Ranking - [-Action ] [-RuleType ] [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get WAF log analytics charts for AFD profile - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -Action -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeBegin -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DateTimeEnd -. - -```yaml -Type: System.DateTime -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -MaxRanking -. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Metric -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetric[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProfileName -Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. -which is unique within the resource group. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Ranking -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRankingType[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource group within the Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RuleType -. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRuleType[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Azure Subscription ID. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IWafRankingsResponse - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -INPUTOBJECT : Identity Parameter - - `[CustomDomainName ]`: Name of the domain under the profile which is unique globally. - - `[EndpointName ]`: Name of the endpoint under the profile which is unique globally. - - `[Id ]`: Resource identity path - - `[OriginGroupName ]`: Name of the origin group which is unique within the endpoint. - - `[OriginName ]`: Name of the origin which is unique within the profile. - - `[PolicyName ]`: The name of the CdnWebApplicationFirewallPolicy. - - `[ProfileName ]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group. - - `[ResourceGroupName ]`: Name of the Resource group within the Azure subscription. - - `[RouteName ]`: Name of the routing rule. - - `[RuleName ]`: Name of the delivery rule which is unique within the endpoint. - - `[RuleSetName ]`: Name of the rule set under the profile which is unique globally. - - `[SecretName ]`: Name of the Secret under the profile. - - `[SecurityPolicyName ]`: Name of the security policy under the profile. - - `[SubscriptionId ]`: Azure Subscription ID. - -## RELATED LINKS - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticLocation.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticLocation.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticLocation.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticMetric.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticMetric.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticMetric.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticRanking.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticRanking.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticRanking.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticResource.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticResource.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticResource.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticMetric.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - diff --git a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md b/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md deleted file mode 100644 index 093355d11d50..000000000000 --- a/src/Cdn/Cdn.Autorest/examples/Get-AzCdnLogAnalyticWafLogAnalyticRanking.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -PS C:\> {{ Add code here }} - -{{ Add output here }} -``` - -{{ Add description here }} -