diff --git a/src/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1 b/src/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1 index 1fc7f8c4853c..9c9c0c5a1ab0 100644 --- a/src/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Clear-AzCdnEndpointContent.ps1 @@ -215,7 +215,7 @@ begin { } if (('Purge1', 'PurgeExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1 b/src/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1 index b040b69d8171..4c87da7f22f0 100644 --- a/src/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Clear-AzFrontDoorCdnEndpointContent.ps1 @@ -224,7 +224,7 @@ begin { } if (('Purge', 'PurgeExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1 b/src/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1 index c038fe885c55..feb2172e5192 100644 --- a/src/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Disable-AzCdnCustomDomainCustomHttps.ps1 @@ -182,7 +182,7 @@ begin { } if (('Disable') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1 b/src/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1 index 2d9fce403943..fc0e2af3648e 100644 --- a/src/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Enable-AzCdnCustomDomainCustomHttps.ps1 @@ -197,7 +197,7 @@ begin { } if (('Enable') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Enable-AzFrontDoorCdnProfileMigration.ps1 b/src/Cdn/Cdn.Autorest/exports/Enable-AzFrontDoorCdnProfileMigration.ps1 index e30194b0c7fe..bf8655dd8f9a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Enable-AzFrontDoorCdnProfileMigration.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Enable-AzFrontDoorCdnProfileMigration.ps1 @@ -148,7 +148,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1 index 145378377c5f..6da2b81ec0db 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnCustomDomain.ps1 @@ -180,7 +180,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpoint.ps1 index 9af0e04fc49e..e82c084a649f 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpoint.ps1 @@ -178,7 +178,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpointResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpointResourceUsage.ps1 index edc16d5d3ab1..c4f553077a91 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpointResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnEndpointResourceUsage.ps1 @@ -135,7 +135,7 @@ begin { } if (('List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOrigin.ps1 index 5ffcc74a8488..0856c29d0fc6 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOrigin.ps1 @@ -180,7 +180,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOriginGroup.ps1 index f35b006d98b8..400ab7127a6c 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnOriginGroup.ps1 @@ -182,7 +182,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfile.ps1 index 977c60c578e0..2acfa2c87358 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfile.ps1 @@ -169,7 +169,7 @@ begin { } if (('List', 'Get', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileResourceUsage.ps1 index 5002f9e0273c..3579384717b3 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileResourceUsage.ps1 @@ -129,7 +129,7 @@ begin { } if (('List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileSupportedOptimizationType.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileSupportedOptimizationType.ps1 index e7b36357966d..0b2211f3f74b 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileSupportedOptimizationType.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnProfileSupportedOptimizationType.ps1 @@ -131,7 +131,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnSubscriptionResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnSubscriptionResourceUsage.ps1 index af324f49e47c..679a4592f9e4 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzCdnSubscriptionResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzCdnSubscriptionResourceUsage.ps1 @@ -117,7 +117,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnCustomDomain.ps1 index 22e048b8dbb2..0fbd18d601df 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnCustomDomain.ps1 @@ -172,7 +172,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpoint.ps1 index 45347461f671..820f92de7156 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpoint.ps1 @@ -173,7 +173,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpointResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpointResourceUsage.ps1 index 32596afd15fc..83e6df61ac95 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpointResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnEndpointResourceUsage.ps1 @@ -135,7 +135,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOrigin.ps1 index c9d47bade39a..cd7db50656ec 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOrigin.ps1 @@ -179,7 +179,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroup.ps1 index 870c4c2ea692..0db50ecca0e2 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroup.ps1 @@ -174,7 +174,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroupResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroupResourceUsage.ps1 index 514bf85d93d9..4fbfe8ff9c41 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroupResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnOriginGroupResourceUsage.ps1 @@ -135,7 +135,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfile.ps1 index b0129a93cf09..75d72eaabec4 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfile.ps1 @@ -169,7 +169,7 @@ begin { } if (('List', 'Get', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfileResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfileResourceUsage.ps1 index da923e4d0274..94f99dadd78c 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfileResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnProfileResourceUsage.ps1 @@ -129,7 +129,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRoute.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRoute.ps1 index 9ae947da1d02..1309c94b8204 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRoute.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRoute.ps1 @@ -187,7 +187,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRule.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRule.ps1 index 03c2e4f8b0ad..83c7fa25e4e5 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRule.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRule.ps1 @@ -194,7 +194,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSet.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSet.ps1 index 2d888ec64d1c..d22cb1b81ac8 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSet.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSet.ps1 @@ -173,7 +173,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSetResourceUsage.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSetResourceUsage.ps1 index 6c728fc8537d..4192903007cd 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSetResourceUsage.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnRuleSetResourceUsage.ps1 @@ -135,7 +135,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecret.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecret.ps1 index a9e569f62a14..fe810215e365 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecret.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecret.ps1 @@ -175,7 +175,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecurityPolicy.ps1 b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecurityPolicy.ps1 index fdda023acaad..f5d39fd90f21 100644 --- a/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecurityPolicy.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Get-AzFrontDoorCdnSecurityPolicy.ps1 @@ -180,7 +180,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Import-AzCdnEndpointContent.ps1 b/src/Cdn/Cdn.Autorest/exports/Import-AzCdnEndpointContent.ps1 index 18ffb1948ddb..b1723aff7fb4 100644 --- a/src/Cdn/Cdn.Autorest/exports/Import-AzCdnEndpointContent.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Import-AzCdnEndpointContent.ps1 @@ -217,7 +217,7 @@ begin { } if (('Load', 'LoadExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzCdnCustomDomain.ps1 index f21867c50974..5100b97236e9 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzCdnCustomDomain.ps1 @@ -161,7 +161,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzCdnEndpoint.ps1 index f1b312cc2273..7ec8feb6f610 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzCdnEndpoint.ps1 @@ -354,7 +354,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzCdnOrigin.ps1 index b6497abaa858..d8b155ba2243 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzCdnOrigin.ps1 @@ -231,7 +231,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzCdnOriginGroup.ps1 index 97cee8f66393..503a39f803e8 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzCdnOriginGroup.ps1 @@ -207,7 +207,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzCdnProfile.ps1 index 6ce5745d18b0..e87c3f1492e7 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzCdnProfile.ps1 @@ -168,7 +168,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomain.ps1 index e665c965167d..73ee87ba5b3e 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomain.ps1 @@ -194,7 +194,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnEndpoint.ps1 index 4bc36a028649..6f7026dbe4bf 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnEndpoint.ps1 @@ -176,7 +176,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOrigin.ps1 index 1d18d9ba6d98..7367a52fbc2c 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOrigin.ps1 @@ -249,7 +249,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOriginGroup.ps1 index 1647ba0db797..b85761f7cf04 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnOriginGroup.ps1 @@ -194,7 +194,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnProfile.ps1 index 800447aa075b..f208e4ee3e92 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnProfile.ps1 @@ -184,7 +184,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRoute.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRoute.ps1 index be50304e7ef9..207b99770eca 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRoute.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRoute.ps1 @@ -277,7 +277,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRule.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRule.ps1 index 61c806e989d6..254a544fcebd 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRule.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRule.ps1 @@ -212,7 +212,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRuleSet.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRuleSet.ps1 index 0973ebf85d03..ef4e7b0e6e53 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRuleSet.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnRuleSet.ps1 @@ -136,7 +136,7 @@ begin { } if (('Create') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecret.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecret.ps1 index 75366f5ad835..ba3496817fdd 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecret.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecret.ps1 @@ -164,7 +164,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecurityPolicy.ps1 b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecurityPolicy.ps1 index 72adbd823ba2..e4ed95d9e3e4 100644 --- a/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecurityPolicy.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnSecurityPolicy.ps1 @@ -159,7 +159,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/Cdn/Cdn.Autorest/exports/ProxyCmdletDefinitions.ps1 index a23072e8a893..570420d902c9 100644 --- a/src/Cdn/Cdn.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -215,7 +215,7 @@ begin { } if (('Purge1', 'PurgeExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -482,7 +482,7 @@ begin { } if (('Purge', 'PurgeExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -707,7 +707,7 @@ begin { } if (('Disable') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -947,7 +947,7 @@ begin { } if (('Enable') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1170,7 +1170,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1492,7 +1492,7 @@ begin { } if (('List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1713,7 +1713,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1938,7 +1938,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2161,7 +2161,7 @@ begin { } if (('Get1', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2333,7 +2333,7 @@ begin { } if (('List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2507,7 +2507,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2667,7 +2667,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2882,7 +2882,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3060,7 +3060,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3276,7 +3276,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3454,7 +3454,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3671,7 +3671,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3893,7 +3893,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -4065,7 +4065,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -4295,7 +4295,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -4473,7 +4473,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -4689,7 +4689,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -4926,7 +4926,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -5144,7 +5144,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -5367,7 +5367,7 @@ begin { } if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -5627,7 +5627,7 @@ begin { } if (('Load', 'LoadExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -5831,7 +5831,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -6228,7 +6228,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -6478,7 +6478,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -6752,7 +6752,7 @@ begin { } if (('CreateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -6989,7 +6989,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -7208,7 +7208,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -7445,7 +7445,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -7737,7 +7737,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -8057,7 +8057,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -8236,7 +8236,7 @@ begin { } if (('Create') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -8491,7 +8491,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -8698,7 +8698,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -8900,7 +8900,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -9134,7 +9134,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -9362,7 +9362,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -9596,7 +9596,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -9830,7 +9830,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -10057,7 +10057,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -10284,7 +10284,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -10511,7 +10511,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -10744,7 +10744,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -10978,7 +10978,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -11206,7 +11206,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -11441,7 +11441,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -11669,7 +11669,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -11898,7 +11898,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -12120,7 +12120,7 @@ begin { } if (('Start') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -12342,7 +12342,7 @@ begin { } if (('Stop') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -12558,7 +12558,7 @@ begin { } if (('ValidateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -12734,7 +12734,7 @@ begin { } if (('CheckExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -12904,7 +12904,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -13120,7 +13120,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -13309,7 +13309,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -13518,7 +13518,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -13903,7 +13903,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -14180,7 +14180,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -14487,7 +14487,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -14714,7 +14714,7 @@ begin { } if (('Refresh') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -14967,7 +14967,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -15211,7 +15211,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -15475,7 +15475,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -15800,7 +15800,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -16141,7 +16141,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -16410,7 +16410,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -16653,7 +16653,7 @@ begin { } if (('PatchExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -16844,7 +16844,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -17056,7 +17056,7 @@ begin { } if (('List', 'Get', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -17268,7 +17268,7 @@ begin { } if (('List', 'Get', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -20356,7 +20356,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -22061,7 +22061,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -26649,7 +26649,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -26872,7 +26872,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -27128,7 +27128,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -27317,7 +27317,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -27502,7 +27502,7 @@ begin { } if (('CanExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -27739,7 +27739,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -27997,7 +27997,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -28215,7 +28215,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnCustomDomain.ps1 index 1171ebde814c..06a2c3e7589d 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnCustomDomain.ps1 @@ -191,7 +191,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnEndpoint.ps1 index 56f28c3a7921..53b2d520258a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnEndpoint.ps1 @@ -185,7 +185,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOrigin.ps1 index 77459428f845..6d5dd5440efb 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOrigin.ps1 @@ -191,7 +191,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOriginGroup.ps1 index e9b54f7f2838..c4cc8892bc85 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnOriginGroup.ps1 @@ -191,7 +191,7 @@ begin { } if (('Delete1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnProfile.ps1 index abe3167a721a..8244317b46eb 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzCdnProfile.ps1 @@ -180,7 +180,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnCustomDomain.ps1 index 1ed483109302..058db3f8bd5c 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnCustomDomain.ps1 @@ -184,7 +184,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnEndpoint.ps1 index 3b170b64947b..f2fa16d9d672 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnEndpoint.ps1 @@ -184,7 +184,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOrigin.ps1 index b242644986a3..c5ba22b0174a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOrigin.ps1 @@ -190,7 +190,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOriginGroup.ps1 index 0e0f305c8d94..51eebe8fb91e 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnOriginGroup.ps1 @@ -184,7 +184,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnProfile.ps1 index 33c529e2c522..b7757ea2b179 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnProfile.ps1 @@ -180,7 +180,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRoute.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRoute.ps1 index 1b106815634e..9df2a69ccf82 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRoute.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRoute.ps1 @@ -191,7 +191,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRule.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRule.ps1 index 1f46df942f90..7b460d61baaa 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRule.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRule.ps1 @@ -192,7 +192,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRuleSet.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRuleSet.ps1 index 5aa0e2bacefb..e717d136ebb0 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRuleSet.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnRuleSet.ps1 @@ -185,7 +185,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecret.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecret.ps1 index 411180acd196..cb0c642922fa 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecret.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecret.ps1 @@ -185,7 +185,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecurityPolicy.ps1 b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecurityPolicy.ps1 index d91012f20e33..4ab141e53741 100644 --- a/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecurityPolicy.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Remove-AzFrontDoorCdnSecurityPolicy.ps1 @@ -186,7 +186,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Start-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Start-AzCdnEndpoint.ps1 index 246cf4a7502e..59aa70046779 100644 --- a/src/Cdn/Cdn.Autorest/exports/Start-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Start-AzCdnEndpoint.ps1 @@ -179,7 +179,7 @@ begin { } if (('Start') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Start-AzFrontDoorCdnProfilePrepareMigration.ps1 b/src/Cdn/Cdn.Autorest/exports/Start-AzFrontDoorCdnProfilePrepareMigration.ps1 index a82f79e679c6..0b9ae152b344 100644 --- a/src/Cdn/Cdn.Autorest/exports/Start-AzFrontDoorCdnProfilePrepareMigration.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Start-AzFrontDoorCdnProfilePrepareMigration.ps1 @@ -213,7 +213,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Stop-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Stop-AzCdnEndpoint.ps1 index 03734dd16785..b5506f089c46 100644 --- a/src/Cdn/Cdn.Autorest/exports/Stop-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Stop-AzCdnEndpoint.ps1 @@ -179,7 +179,7 @@ begin { } if (('Stop') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Stop-AzFrontDoorCdnProfileMigration.ps1 b/src/Cdn/Cdn.Autorest/exports/Stop-AzFrontDoorCdnProfileMigration.ps1 index 38f9872b5068..81c4439e55de 100644 --- a/src/Cdn/Cdn.Autorest/exports/Stop-AzFrontDoorCdnProfileMigration.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Stop-AzFrontDoorCdnProfileMigration.ps1 @@ -146,7 +146,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnEndpointCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnEndpointCustomDomain.ps1 index d1443c811399..57a35b5a2841 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnEndpointCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnEndpointCustomDomain.ps1 @@ -173,7 +173,7 @@ begin { } if (('ValidateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnNameAvailability.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnNameAvailability.ps1 index a9f2ca7ac279..4832f2d8d856 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnNameAvailability.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnNameAvailability.ps1 @@ -133,7 +133,7 @@ begin { } if (('CheckExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnProbe.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnProbe.ps1 index 194f1eb79eff..9f62231156b9 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzCdnProbe.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzCdnProbe.ps1 @@ -127,7 +127,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointCustomDomain.ps1 index ee30b7f907bc..d5d1aa78cfe9 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointCustomDomain.ps1 @@ -173,7 +173,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointNameAvailability.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointNameAvailability.ps1 index ac6a3a356123..935b0ab6515a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointNameAvailability.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnEndpointNameAvailability.ps1 @@ -146,7 +146,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileHostNameAvailability.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileHostNameAvailability.ps1 index e330756fbe81..ad0605b4262b 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileHostNameAvailability.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileHostNameAvailability.ps1 @@ -166,7 +166,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileMigration.ps1 b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileMigration.ps1 index d40f7e76621b..259e5fdfad90 100644 --- a/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileMigration.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Test-AzFrontDoorCdnProfileMigration.ps1 @@ -142,7 +142,7 @@ begin { } if (('CanExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnEndpoint.ps1 index 84eb11cbfad4..041c557fe9bc 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnEndpoint.ps1 @@ -342,7 +342,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOrigin.ps1 index 5a50845337c6..7ddc684302bd 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOrigin.ps1 @@ -264,7 +264,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOriginGroup.ps1 index 39170e0d849e..c3aa217ef34a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnOriginGroup.ps1 @@ -234,7 +234,7 @@ begin { } if (('UpdateExpanded1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnProfile.ps1 index 0b28435e586a..383703697aee 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzCdnProfile.ps1 @@ -194,7 +194,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomain.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomain.ps1 index 675ba045c625..09896ba24a67 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomain.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomain.ps1 @@ -210,7 +210,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomainValidationToken.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomainValidationToken.ps1 index affe9700d02b..5a2f39d858fc 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomainValidationToken.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnCustomDomainValidationToken.ps1 @@ -184,7 +184,7 @@ begin { } if (('Refresh') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnEndpoint.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnEndpoint.ps1 index 40e8392659a4..b01a6b2b0fe3 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnEndpoint.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnEndpoint.ps1 @@ -201,7 +201,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOrigin.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOrigin.ps1 index 3fecab30056b..5f9b037a00fd 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOrigin.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOrigin.ps1 @@ -282,7 +282,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOriginGroup.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOriginGroup.ps1 index 62803f22a0d1..3df720dbe4ab 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOriginGroup.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnOriginGroup.ps1 @@ -221,7 +221,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfile.ps1 index 6481d5178272..3802b91886ae 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfile.ps1 @@ -215,7 +215,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfileSku.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfileSku.ps1 index 97de02adcd72..6064c5cbaf0a 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfileSku.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnProfileSku.ps1 @@ -175,7 +175,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRoute.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRoute.ps1 index 9b64c33cbd67..337c8882a547 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRoute.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRoute.ps1 @@ -298,7 +298,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRule.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRule.ps1 index fba1ea8770dd..85d1752fd597 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRule.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnRule.ps1 @@ -226,7 +226,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnSecurityPolicy.ps1 b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnSecurityPolicy.ps1 index 4c090ec7ce9a..92e1ace7cca6 100644 --- a/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnSecurityPolicy.ps1 +++ b/src/Cdn/Cdn.Autorest/exports/Update-AzFrontDoorCdnSecurityPolicy.ps1 @@ -200,7 +200,7 @@ begin { } if (('PatchExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/Cdn/Cdn.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs index dc492e1fb1c8..cfaeb276a23a 100644 --- a/src/Cdn/Cdn.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs +++ b/src/Cdn/Cdn.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs @@ -275,7 +275,7 @@ private string GetDefaultValuesStatements() { sb.AppendLine($"{Indent}{Indent}if (({variantListString}) -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('{parameterName}')) {{"); sb.AppendLine($"{Indent}{Indent}{Indent}$testPlayback = $false"); - sb.AppendLine($"{Indent}{Indent}{Indent}$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object {{ $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) }}"); + sb.AppendLine($"{Indent}{Indent}{Indent}$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object {{ if ($_) {{ $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) }} }}"); sb.AppendLine($"{Indent}{Indent}{Indent}if ($testPlayback) {{"); sb.AppendLine($"{Indent}{Indent}{Indent}{Indent}$PSBoundParameters['{parameterName}'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')"); sb.AppendLine($"{Indent}{Indent}{Indent}}} else {{"); diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticLocation.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticLocation.ps1 index 56aa87a22905..d8df1e89ad84 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticLocation.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticLocation.ps1 @@ -144,7 +144,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticMetric.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticMetric.ps1 index 53312f3ab545..99b0d3a1ce07 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticMetric.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticMetric.ps1 @@ -207,7 +207,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticRanking.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticRanking.ps1 index ff2a1c5cbd8d..c5025b3dc210 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticRanking.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticRanking.ps1 @@ -185,7 +185,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticResource.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticResource.ps1 index 636b9d96cc09..c78fa703019c 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticResource.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticResource.ps1 @@ -144,7 +144,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticMetric.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticMetric.ps1 index 629e2e066e85..9fb6eff5252c 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticMetric.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticMetric.ps1 @@ -195,7 +195,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticRanking.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticRanking.ps1 index e02d06d00e5e..76a6cc7a5d91 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticRanking.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnLogAnalyticWafLogAnalyticRanking.ps1 @@ -194,7 +194,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnProfile.ps1 index 9b1b0392a1e6..473ee695ee35 100644 --- a/src/Cdn/Cdn.Autorest/internal/Get-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Get-AzCdnProfile.ps1 @@ -153,7 +153,7 @@ begin { } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCanProfileMigrate.ps1 b/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCanProfileMigrate.ps1 index fd99de69ee0d..bd15290f25bc 100644 --- a/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCanProfileMigrate.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCanProfileMigrate.ps1 @@ -174,7 +174,7 @@ begin { } if (('Can', 'CanExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCommitProfileMigration.ps1 b/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCommitProfileMigration.ps1 index ed28c3efd578..9eec1100a2ac 100644 --- a/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCommitProfileMigration.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Invoke-AzCdnCommitProfileMigration.ps1 @@ -161,7 +161,7 @@ begin { } if (('Commit') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Move-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/internal/Move-AzCdnProfile.ps1 index 0764fb61f08a..3b57a83320cc 100644 --- a/src/Cdn/Cdn.Autorest/internal/Move-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Move-AzCdnProfile.ps1 @@ -209,7 +209,7 @@ begin { } if (('Migrate', 'MigrateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfile.ps1 index c7ef1def9160..a672031622de 100644 --- a/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfile.ps1 @@ -168,7 +168,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfileSsoUri.ps1 b/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfileSsoUri.ps1 index 902fa1f06f9b..c133e1306e74 100644 --- a/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfileSsoUri.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/New-AzCdnProfileSsoUri.ps1 @@ -147,7 +147,7 @@ begin { } if (('Generate') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/Cdn/Cdn.Autorest/internal/ProxyCmdletDefinitions.ps1 index 9f4904991616..9125717201bd 100644 --- a/src/Cdn/Cdn.Autorest/internal/ProxyCmdletDefinitions.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/ProxyCmdletDefinitions.ps1 @@ -144,7 +144,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -375,7 +375,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -584,7 +584,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -752,7 +752,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -971,7 +971,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1189,7 +1189,7 @@ begin { } if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1476,7 +1476,7 @@ begin { } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1674,7 +1674,7 @@ begin { } if (('Can', 'CanExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -1859,7 +1859,7 @@ begin { } if (('Commit') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2092,7 +2092,7 @@ begin { } if (('Migrate', 'MigrateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2263,7 +2263,7 @@ begin { } if (('Generate') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2455,7 +2455,7 @@ begin { } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2643,7 +2643,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -2831,7 +2831,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3017,7 +3017,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3235,7 +3235,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -3458,7 +3458,7 @@ begin { } if (('Upgrade') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Remove-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/internal/Remove-AzCdnProfile.ps1 index a3451c2f8ccd..3b1282cc3853 100644 --- a/src/Cdn/Cdn.Autorest/internal/Remove-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Remove-AzCdnProfile.ps1 @@ -164,7 +164,7 @@ begin { } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileEndpointNameAvailability.ps1 b/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileEndpointNameAvailability.ps1 index f2ee8bfe7801..12b711304466 100644 --- a/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileEndpointNameAvailability.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileEndpointNameAvailability.ps1 @@ -164,7 +164,7 @@ begin { } if (('CheckExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileSecret.ps1 b/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileSecret.ps1 index d9da929231c1..2e740e24b620 100644 --- a/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileSecret.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Test-AzFrontDoorCdnProfileSecret.ps1 @@ -162,7 +162,7 @@ begin { } if (('ValidateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Update-AzCdnProfile.ps1 b/src/Cdn/Cdn.Autorest/internal/Update-AzCdnProfile.ps1 index 2da38b7425f5..d7f5066c7c75 100644 --- a/src/Cdn/Cdn.Autorest/internal/Update-AzCdnProfile.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Update-AzCdnProfile.ps1 @@ -194,7 +194,7 @@ begin { } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn.Autorest/internal/Update-AzFrontDoorCdnProfileSku.ps1 b/src/Cdn/Cdn.Autorest/internal/Update-AzFrontDoorCdnProfileSku.ps1 index c732128a25f2..04f6abba0a5d 100644 --- a/src/Cdn/Cdn.Autorest/internal/Update-AzFrontDoorCdnProfileSku.ps1 +++ b/src/Cdn/Cdn.Autorest/internal/Update-AzFrontDoorCdnProfileSku.ps1 @@ -199,7 +199,7 @@ begin { } if (('Upgrade') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index bd21fc9f3538..0a2acb4285b9 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/25/2024 +# Generated on: 3/26/2024 # @{ diff --git a/src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md b/src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md index 159943121c50..c6f7adf790ca 100644 --- a/src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md +++ b/src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md @@ -16,26 +16,26 @@ Removes a content from CDN. ``` Clear-AzCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -ContentPath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Purge1 ``` Clear-AzCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -ContentFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PurgeViaIdentityExpanded1 ``` Clear-AzCdnEndpointContent -InputObject -ContentPath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PurgeViaIdentity1 ``` Clear-AzCdnEndpointContent -InputObject -ContentFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -201,6 +201,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md b/src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md index d57ba86143bb..482c5cf2eea4 100644 --- a/src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md +++ b/src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md @@ -16,27 +16,27 @@ Removes a content from AzureFrontDoor. ``` Clear-AzFrontDoorCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -ContentPath [-Domain ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Purge ``` Clear-AzFrontDoorCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -Content [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PurgeViaIdentityExpanded ``` Clear-AzFrontDoorCdnEndpointContent -InputObject -ContentPath [-Domain ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PurgeViaIdentity ``` Clear-AzFrontDoorCdnEndpointContent -InputObject -Content - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -217,6 +217,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Disable-AzCdnCustomDomainCustomHttps.md b/src/Cdn/Cdn/help/Disable-AzCdnCustomDomainCustomHttps.md index 16b52961e5ef..eb05474ef80e 100644 --- a/src/Cdn/Cdn/help/Disable-AzCdnCustomDomainCustomHttps.md +++ b/src/Cdn/Cdn/help/Disable-AzCdnCustomDomainCustomHttps.md @@ -16,13 +16,13 @@ Disable https delivery of the custom domain. ``` Disable-AzCdnCustomDomainCustomHttps -CustomDomainName -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisableViaIdentity ``` Disable-AzCdnCustomDomainCustomHttps -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -146,6 +146,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Enable-AzCdnCustomDomainCustomHttps.md b/src/Cdn/Cdn/help/Enable-AzCdnCustomDomainCustomHttps.md index e3b54ca61be6..00041a6e82fe 100644 --- a/src/Cdn/Cdn/help/Enable-AzCdnCustomDomainCustomHttps.md +++ b/src/Cdn/Cdn/help/Enable-AzCdnCustomDomainCustomHttps.md @@ -16,7 +16,7 @@ Enable https delivery of the custom domain. ``` Enable-AzCdnCustomDomainCustomHttps -InputObject -CustomDomainHttpsParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Enable @@ -24,7 +24,7 @@ Enable-AzCdnCustomDomainCustomHttps -InputObject Enable-AzCdnCustomDomainCustomHttps -CustomDomainName -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -CustomDomainHttpsParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -171,6 +171,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md b/src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md index 236573cd7abf..a07a24f0455b 100644 --- a/src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md +++ b/src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md @@ -15,7 +15,7 @@ Commit the migrated Azure Front Door(Standard/Premium) profile.. ``` Enable-AzFrontDoorCdnProfileMigration -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnCustomDomain.md b/src/Cdn/Cdn/help/Get-AzCdnCustomDomain.md index cf4a7cdb34a8..384793b8b4cb 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/Get-AzCdnCustomDomain.md @@ -15,21 +15,21 @@ Gets an existing custom domain within an endpoint. ### List1 (Default) ``` Get-AzCdnCustomDomain -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get1 ``` Get-AzCdnCustomDomain -EndpointName -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity1 ``` Get-AzCdnCustomDomain -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -156,6 +156,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnEdgeNode.md b/src/Cdn/Cdn/help/Get-AzCdnEdgeNode.md index ddd5cdd1ee28..266a55319392 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnEdgeNode.md +++ b/src/Cdn/Cdn/help/Get-AzCdnEdgeNode.md @@ -13,7 +13,7 @@ Edgenodes are the global Point of Presence (POP) locations used to deliver CDN c ## SYNTAX ``` -Get-AzCdnEdgeNode [-DefaultProfile ] [] +Get-AzCdnEdgeNode [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -54,6 +54,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/Get-AzCdnEndpoint.md b/src/Cdn/Cdn/help/Get-AzCdnEndpoint.md index 6ad644b14361..70495b17d302 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Get-AzCdnEndpoint.md @@ -15,18 +15,18 @@ Gets an existing CDN endpoint with the specified endpoint name under the specifi ### List1 (Default) ``` Get-AzCdnEndpoint -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get1 ``` Get-AzCdnEndpoint -Name -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity1 ``` -Get-AzCdnEndpoint -InputObject [-DefaultProfile ] +Get-AzCdnEndpoint -InputObject [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -144,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md b/src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md index 0ede6c35f672..f370a81f545d 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md @@ -14,7 +14,7 @@ Checks the quota and usage of geo filters and custom domains under the given end ``` Get-AzCdnEndpointResourceUsage -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -91,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnOrigin.md b/src/Cdn/Cdn/help/Get-AzCdnOrigin.md index 554c513ea682..eb6cb0ee8603 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnOrigin.md +++ b/src/Cdn/Cdn/help/Get-AzCdnOrigin.md @@ -15,20 +15,20 @@ Gets an existing origin within an endpoint. ### List1 (Default) ``` Get-AzCdnOrigin -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get1 ``` Get-AzCdnOrigin -EndpointName -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity1 ``` -Get-AzCdnOrigin -InputObject [-DefaultProfile ] +Get-AzCdnOrigin -InputObject [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -156,6 +156,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnOriginGroup.md b/src/Cdn/Cdn/help/Get-AzCdnOriginGroup.md index cb6f06d645d4..f7a616388cdc 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Get-AzCdnOriginGroup.md @@ -15,21 +15,21 @@ Gets an existing origin group within an endpoint. ### List1 (Default) ``` Get-AzCdnOriginGroup -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get1 ``` Get-AzCdnOriginGroup -EndpointName -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity1 ``` Get-AzCdnOriginGroup -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -158,6 +158,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnProfile.md b/src/Cdn/Cdn/help/Get-AzCdnProfile.md index dd948969844d..76c4b6d3f298 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnProfile.md +++ b/src/Cdn/Cdn/help/Get-AzCdnProfile.md @@ -14,25 +14,25 @@ Gets an CDN profile with the specified profile name under the specified subscrip ### List (Default) ``` -Get-AzCdnProfile [-SubscriptionId ] [-DefaultProfile ] +Get-AzCdnProfile [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzCdnProfile [-SubscriptionId ] -ResourceGroupName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzCdnProfile [-SubscriptionId ] -Name -ResourceGroupName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` -Get-AzCdnProfile -InputObject [-DefaultProfile ] +Get-AzCdnProfile -InputObject [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -144,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnProfileResourceUsage.md b/src/Cdn/Cdn/help/Get-AzCdnProfileResourceUsage.md index 4ba353ebcc2b..13be91c84082 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnProfileResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzCdnProfileResourceUsage.md @@ -14,7 +14,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door ``` Get-AzCdnProfileResourceUsage -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -68,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnProfileSupportedOptimizationType.md b/src/Cdn/Cdn/help/Get-AzCdnProfileSupportedOptimizationType.md index bd5646e816e9..dac4e959bbda 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnProfileSupportedOptimizationType.md +++ b/src/Cdn/Cdn/help/Get-AzCdnProfileSupportedOptimizationType.md @@ -15,7 +15,7 @@ A user can create an endpoint with an optimization type from the listed values. ``` Get-AzCdnProfileSupportedOptimizationType -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzCdnSubscriptionResourceUsage.md b/src/Cdn/Cdn/help/Get-AzCdnSubscriptionResourceUsage.md index d114e633e3b1..88f59e7ea95e 100644 --- a/src/Cdn/Cdn/help/Get-AzCdnSubscriptionResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzCdnSubscriptionResourceUsage.md @@ -14,7 +14,7 @@ Check the quota and actual usage of the CDN profiles under the given subscriptio ``` Get-AzCdnSubscriptionResourceUsage [-SubscriptionId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -54,6 +54,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Azure Subscription ID. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnCustomDomain.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnCustomDomain.md index b7c57ae09098..96cf15bafc80 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnCustomDomain.md @@ -15,20 +15,20 @@ Gets an existing AzureFrontDoor domain with the specified domain name under the ### List (Default) ``` Get-AzFrontDoorCdnCustomDomain -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnCustomDomain -CustomDomainName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnCustomDomain -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -140,6 +140,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpoint.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpoint.md index 0104eb7ab506..5b84787c2b5d 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpoint.md @@ -15,20 +15,20 @@ Gets an existing AzureFrontDoor endpoint with the specified endpoint name under ### List (Default) ``` Get-AzFrontDoorCdnEndpoint -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnEndpoint -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnEndpoint -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -141,6 +141,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md index bd1eab8384ab..f1a4721d7d62 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md @@ -15,7 +15,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door ``` Get-AzFrontDoorCdnEndpointResourceUsage -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOrigin.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOrigin.md index 103d6f923762..94f5d54b3c4d 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOrigin.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOrigin.md @@ -15,7 +15,7 @@ Gets an existing origin within an origin group. ### List (Default) ``` Get-AzFrontDoorCdnOrigin -OriginGroupName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -23,13 +23,13 @@ Get-AzFrontDoorCdnOrigin -OriginGroupName -ProfileName -Resour ``` Get-AzFrontDoorCdnOrigin -OriginGroupName -OriginName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnOrigin -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -156,6 +156,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroup.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroup.md index e94cf3056405..d7fd029ae194 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroup.md @@ -15,20 +15,20 @@ Gets an existing origin group within a profile. ### List (Default) ``` Get-AzFrontDoorCdnOriginGroup -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnOriginGroup -OriginGroupName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnOriginGroup -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -142,6 +142,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md index 6e449f984875..58ce4a679aa8 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md @@ -15,7 +15,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door ``` Get-AzFrontDoorCdnOriginGroupResourceUsage -OriginGroupName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfile.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfile.md index 2e300796c8a7..07d35ef98d91 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfile.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfile.md @@ -15,25 +15,25 @@ Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile wit ### List (Default) ``` Get-AzFrontDoorCdnProfile [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzFrontDoorCdnProfile [-SubscriptionId ] -ResourceGroupName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnProfile [-SubscriptionId ] -Name -ResourceGroupName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnProfile -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -144,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfileResourceUsage.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfileResourceUsage.md index ec2e9ec11758..46297b34cb58 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfileResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnProfileResourceUsage.md @@ -14,7 +14,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door ``` Get-AzFrontDoorCdnProfileResourceUsage -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -74,6 +74,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md index 041b13d62ba2..1bdf0684b9f8 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md @@ -15,21 +15,21 @@ Gets an existing route with the specified route name under the specified subscri ### List (Default) ``` Get-AzFrontDoorCdnRoute -EndpointName -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnRoute -EndpointName -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnRoute -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRule.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRule.md index db9b35107875..3bc324969bc9 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRule.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRule.md @@ -15,21 +15,21 @@ Gets an existing delivery rule within a rule set. ### List (Default) ``` Get-AzFrontDoorCdnRule -ProfileName -ResourceGroupName -SetName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnRule -Name -ProfileName -ResourceGroupName -SetName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnRule -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -155,6 +155,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSet.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSet.md index dd862f690049..abdc56b16c13 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSet.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSet.md @@ -15,20 +15,20 @@ Gets an existing AzureFrontDoor rule set with the specified rule set name under ### List (Default) ``` Get-AzFrontDoorCdnRuleSet -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnRuleSet -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnRuleSet -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -140,6 +140,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSetResourceUsage.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSetResourceUsage.md index 33ee42e9adf7..f041d85e5f19 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSetResourceUsage.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnRuleSetResourceUsage.md @@ -14,7 +14,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door ``` Get-AzFrontDoorCdnRuleSetResourceUsage -ProfileName -ResourceGroupName -RuleSetName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecret.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecret.md index 735499d524b9..078594355dfe 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecret.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecret.md @@ -15,20 +15,20 @@ Gets an existing Secret within a profile. ### List (Default) ``` Get-AzFrontDoorCdnSecret -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnSecret -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnSecret -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -142,6 +142,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecurityPolicy.md b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecurityPolicy.md index 18eb91148b6b..f993dc2d7eb4 100644 --- a/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecurityPolicy.md +++ b/src/Cdn/Cdn/help/Get-AzFrontDoorCdnSecurityPolicy.md @@ -15,20 +15,20 @@ Gets an existing security policy within a profile. ### List (Default) ``` Get-AzFrontDoorCdnSecurityPolicy -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzFrontDoorCdnSecurityPolicy -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -146,6 +146,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Import-AzCdnEndpointContent.md b/src/Cdn/Cdn/help/Import-AzCdnEndpointContent.md index ecef8bf829c4..c6834818230f 100644 --- a/src/Cdn/Cdn/help/Import-AzCdnEndpointContent.md +++ b/src/Cdn/Cdn/help/Import-AzCdnEndpointContent.md @@ -17,26 +17,26 @@ Available for Verizon Profiles. ``` Import-AzCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -ContentPath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Load ``` Import-AzCdnEndpointContent -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -ContentFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### LoadViaIdentityExpanded ``` Import-AzCdnEndpointContent -InputObject -ContentPath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### LoadViaIdentity ``` Import-AzCdnEndpointContent -InputObject -ContentFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -203,6 +203,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzCdnCustomDomain.md b/src/Cdn/Cdn/help/New-AzCdnCustomDomain.md index 9abd475bcb1e..20f4a43f3338 100644 --- a/src/Cdn/Cdn/help/New-AzCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/New-AzCdnCustomDomain.md @@ -15,7 +15,7 @@ Creates a new custom domain within an endpoint. ``` New-AzCdnCustomDomain -EndpointName -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-HostName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -145,6 +145,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheExpirationActionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheExpirationActionObject.md index 61a9b3def232..b1db510a8472 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheExpirationActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheExpirationActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleCacheExpirationAction. ``` New-AzCdnDeliveryRuleCacheExpirationActionObject -ParameterCacheBehavior - -Name [-ParameterCacheDuration ] + -Name [-ParameterCacheDuration ] [-ProgressAction ] [] ``` @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject.md index 18d28a597d8d..113744ba8e32 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleCacheKeyQueryStringAction. ``` New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject -ParameterQueryStringBehavior - -Name [-ParameterQueryParameter ] + -Name [-ParameterQueryParameter ] [-ProgressAction ] [] ``` @@ -83,6 +83,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCookiesConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCookiesConditionObject.md index 4396818f54f7..452c9cf85e05 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCookiesConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleCookiesConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleCookiesCondition. ``` New-AzCdnDeliveryRuleCookiesConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterSelector ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleHttpVersionConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleHttpVersionConditionObject.md index c42751cc6fb6..df8dedc3a3f0 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleHttpVersionConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleHttpVersionConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleHttpVersionCondition. ``` New-AzCdnDeliveryRuleHttpVersionConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleIsDeviceConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleIsDeviceConditionObject.md index cc5056c161ba..e9373dfe2044 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleIsDeviceConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleIsDeviceConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleIsDeviceCondition. ``` New-AzCdnDeliveryRuleIsDeviceConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleObject.md index 5a2b7aacfa8e..747f9493c20f 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRule. ``` New-AzCdnDeliveryRuleObject -Action -Order - [-Condition ] [-Name ] + [-Condition ] [-Name ] [-ProgressAction ] [] ``` @@ -111,6 +111,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRulePostArgsConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRulePostArgsConditionObject.md index 5cb1fd18980a..c6c74adbf9b1 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRulePostArgsConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRulePostArgsConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRulePostArgsCondition. ``` New-AzCdnDeliveryRulePostArgsConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterSelector ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleQueryStringConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleQueryStringConditionObject.md index e215df0cf1ec..35dceb74d52e 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleQueryStringConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleQueryStringConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleQueryStringCondition. ``` New-AzCdnDeliveryRuleQueryStringConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRemoteAddressConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRemoteAddressConditionObject.md index 919dc7a87d35..1130bdff1ada 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRemoteAddressConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRemoteAddressConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRemoteAddressCondition. ``` New-AzCdnDeliveryRuleRemoteAddressConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestBodyConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestBodyConditionObject.md index 57c0f063c4e4..cdee7455001b 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestBodyConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestBodyConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestBodyCondition. ``` New-AzCdnDeliveryRuleRequestBodyConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderActionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderActionObject.md index 8fcf84a6c828..37dd2c633d43 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderActionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestHeaderAction. ``` New-AzCdnDeliveryRuleRequestHeaderActionObject -ParameterHeaderAction -ParameterHeaderName -Name [-ParameterValue ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderConditionObject.md index 818dd005d84f..be15f3000a39 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestHeaderConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestHeaderCondition. ``` New-AzCdnDeliveryRuleRequestHeaderConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterSelector ] [-ParameterTransform ] + [-ParameterSelector ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestMethodConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestMethodConditionObject.md index ad79d35b6859..a334efa43508 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestMethodConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestMethodConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleRequestMethodCondition. ``` New-AzCdnDeliveryRuleRequestMethodConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestSchemeConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestSchemeConditionObject.md index 05e94b1ea3e7..ad5ce991c88b 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestSchemeConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestSchemeConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleRequestSchemeCondition. ``` New-AzCdnDeliveryRuleRequestSchemeConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestUriConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestUriConditionObject.md index fe5b82c3464d..949a7deecdfb 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestUriConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleRequestUriConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestUriCondition. ``` New-AzCdnDeliveryRuleRequestUriConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleResponseHeaderActionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleResponseHeaderActionObject.md index d0aa1f169350..d05fef1a2056 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleResponseHeaderActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleResponseHeaderActionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleResponseHeaderAction. ``` New-AzCdnDeliveryRuleResponseHeaderActionObject -ParameterHeaderAction -ParameterHeaderName -Name [-ParameterValue ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileExtensionConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileExtensionConditionObject.md index f2344152de3b..e83d678afbd7 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileExtensionConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileExtensionConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlFileExtensionCondition. ``` New-AzCdnDeliveryRuleUrlFileExtensionConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileNameConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileNameConditionObject.md index 54babc42f3fc..3a96fbf859b8 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileNameConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlFileNameConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlFileNameCondition. ``` New-AzCdnDeliveryRuleUrlFileNameConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlPathConditionObject.md b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlPathConditionObject.md index c7e5b284cce6..5e1843c5108b 100644 --- a/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlPathConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnDeliveryRuleUrlPathConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlPathCondition. ``` New-AzCdnDeliveryRuleUrlPathConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnEndpoint.md b/src/Cdn/Cdn/help/New-AzCdnEndpoint.md index 83924b5d6b16..7069464f834b 100644 --- a/src/Cdn/Cdn/help/New-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/New-AzCdnEndpoint.md @@ -20,7 +20,7 @@ New-AzCdnEndpoint -Name -ProfileName -ResourceGroupName ] [-OriginGroup ] [-OriginHostHeader ] [-OriginPath ] [-ProbePath ] [-QueryStringCachingBehavior ] [-Tag ] [-UrlSigningKey ] [-WebApplicationFirewallPolicyLinkId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -370,6 +370,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryStringCachingBehavior Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. diff --git a/src/Cdn/Cdn/help/New-AzCdnHealthProbeParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnHealthProbeParametersObject.md index a2c6a70c7b90..98134c679cb8 100644 --- a/src/Cdn/Cdn/help/New-AzCdnHealthProbeParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnHealthProbeParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for HealthProbeParameters. ``` New-AzCdnHealthProbeParametersObject [-ProbeIntervalInSecond ] [-ProbePath ] [-ProbeProtocol ] [-ProbeRequestType ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnLoadParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnLoadParametersObject.md index 5c6fc89568a7..2b90387c903e 100644 --- a/src/Cdn/Cdn/help/New-AzCdnLoadParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnLoadParametersObject.md @@ -13,7 +13,7 @@ Create an in-memory object for LoadParameters. ## SYNTAX ``` -New-AzCdnLoadParametersObject -ContentPath [] +New-AzCdnLoadParametersObject -ContentPath [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnManagedHttpsParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnManagedHttpsParametersObject.md index 3e3af4ffc211..f6d8b3447e15 100644 --- a/src/Cdn/Cdn/help/New-AzCdnManagedHttpsParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnManagedHttpsParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for CdnManagedHttpsParameters. ``` New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType -CertificateSource -ProtocolType [-MinimumTlsVersion ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -83,6 +83,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtocolType Defines the TLS extension protocol that is used for secure delivery. diff --git a/src/Cdn/Cdn/help/New-AzCdnOrigin.md b/src/Cdn/Cdn/help/New-AzCdnOrigin.md index ba469f4d70ad..7f1bdb91cb7a 100644 --- a/src/Cdn/Cdn/help/New-AzCdnOrigin.md +++ b/src/Cdn/Cdn/help/New-AzCdnOrigin.md @@ -17,7 +17,7 @@ New-AzCdnOrigin -EndpointName -Name -ProfileName -Res [-SubscriptionId ] [-Enabled] [-HostName ] [-HttpPort ] [-HttpsPort ] [-OriginHostHeader ] [-Priority ] [-PrivateLinkAlias ] [-PrivateLinkApprovalMessage ] [-PrivateLinkLocation ] [-PrivateLinkResourceId ] - [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -292,6 +292,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzCdnOriginGroup.md b/src/Cdn/Cdn/help/New-AzCdnOriginGroup.md index 3f4d1231aef1..f2bfee21d245 100644 --- a/src/Cdn/Cdn/help/New-AzCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/New-AzCdnOriginGroup.md @@ -17,7 +17,7 @@ New-AzCdnOriginGroup -EndpointName -Name -ProfileName [-SubscriptionId ] [-HealthProbeSetting ] [-Origin ] [-ResponseBasedOriginErrorDetectionSetting ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzCdnOriginGroupOverrideActionObject.md b/src/Cdn/Cdn/help/New-AzCdnOriginGroupOverrideActionObject.md index a1013e9af01e..56e2ef1da783 100644 --- a/src/Cdn/Cdn/help/New-AzCdnOriginGroupOverrideActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnOriginGroupOverrideActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for OriginGroupOverrideAction. ``` New-AzCdnOriginGroupOverrideActionObject -Name [-OriginGroupId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -67,6 +67,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnProfile.md b/src/Cdn/Cdn/help/New-AzCdnProfile.md index edcddda65a62..ab15b1b7ead6 100644 --- a/src/Cdn/Cdn/help/New-AzCdnProfile.md +++ b/src/Cdn/Cdn/help/New-AzCdnProfile.md @@ -15,7 +15,7 @@ Creates an CDN profile with the specified profile name under the specified subsc ``` New-AzCdnProfile -Name -ResourceGroupName [-SubscriptionId ] -Location [-OriginResponseTimeoutSecond ] [-SkuName ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzCdnPurgeParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnPurgeParametersObject.md index 248cc4122f23..8faf37251147 100644 --- a/src/Cdn/Cdn/help/New-AzCdnPurgeParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnPurgeParametersObject.md @@ -13,7 +13,7 @@ Create an in-memory object for PurgeParameters. ## SYNTAX ``` -New-AzCdnPurgeParametersObject -ContentPath +New-AzCdnPurgeParametersObject -ContentPath [-ProgressAction ] [] ``` @@ -54,6 +54,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnResourceReferenceObject.md b/src/Cdn/Cdn/help/New-AzCdnResourceReferenceObject.md index 15464449ece8..75459bd62e09 100644 --- a/src/Cdn/Cdn/help/New-AzCdnResourceReferenceObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnResourceReferenceObject.md @@ -13,7 +13,7 @@ Create an in-memory object for ResourceReference. ## SYNTAX ``` -New-AzCdnResourceReferenceObject [-Id ] [] +New-AzCdnResourceReferenceObject [-Id ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -51,6 +51,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnResponseBasedOriginErrorDetectionParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnResponseBasedOriginErrorDetectionParametersObject.md index 374c8803c1c2..8e4451e95ce8 100644 --- a/src/Cdn/Cdn/help/New-AzCdnResponseBasedOriginErrorDetectionParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnResponseBasedOriginErrorDetectionParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for ResponseBasedOriginErrorDetectionParameters. ``` New-AzCdnResponseBasedOriginErrorDetectionParametersObject [-HttpErrorRange ] [-ResponseBasedDetectedErrorType ] - [-ResponseBasedFailoverThresholdPercentage ] [] + [-ResponseBasedFailoverThresholdPercentage ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -54,6 +54,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResponseBasedDetectedErrorType Type of response errors for real user requests for which origin will be deemed unhealthy. diff --git a/src/Cdn/Cdn/help/New-AzCdnUrlRedirectActionObject.md b/src/Cdn/Cdn/help/New-AzCdnUrlRedirectActionObject.md index 8f0b365b7f4c..381238ce3174 100644 --- a/src/Cdn/Cdn/help/New-AzCdnUrlRedirectActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnUrlRedirectActionObject.md @@ -16,7 +16,7 @@ Create an in-memory object for UrlRedirectAction. New-AzCdnUrlRedirectActionObject -ParameterRedirectType -Name [-ParameterCustomFragment ] [-ParameterCustomHostname ] [-ParameterCustomPath ] [-ParameterCustomQueryString ] [-ParameterDestinationProtocol ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnUrlRewriteActionObject.md b/src/Cdn/Cdn/help/New-AzCdnUrlRewriteActionObject.md index 9a370d193bcf..1e0ce87d7b81 100644 --- a/src/Cdn/Cdn/help/New-AzCdnUrlRewriteActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnUrlRewriteActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for UrlRewriteAction. ``` New-AzCdnUrlRewriteActionObject -ParameterDestination -ParameterSourcePattern - -Name [-ParameterPreserveUnmatchedPath ] + -Name [-ParameterPreserveUnmatchedPath ] [-ProgressAction ] [] ``` @@ -100,6 +100,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnUrlSigningActionObject.md b/src/Cdn/Cdn/help/New-AzCdnUrlSigningActionObject.md index c75a5c31e9ff..31ddb559d941 100644 --- a/src/Cdn/Cdn/help/New-AzCdnUrlSigningActionObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnUrlSigningActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for UrlSigningAction. ``` New-AzCdnUrlSigningActionObject -Name [-ParameterAlgorithm ] - [-ParameterNameOverride ] + [-ParameterNameOverride ] [-ProgressAction ] [] ``` @@ -85,6 +85,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzCdnUserManagedHttpsParametersObject.md b/src/Cdn/Cdn/help/New-AzCdnUserManagedHttpsParametersObject.md index 4b487a38c292..a57ae6c47a65 100644 --- a/src/Cdn/Cdn/help/New-AzCdnUserManagedHttpsParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzCdnUserManagedHttpsParametersObject.md @@ -17,7 +17,7 @@ New-AzCdnUserManagedHttpsParametersObject -CertificateSourceParameterResourceGro -CertificateSourceParameterSecretName -CertificateSourceParameterSubscriptionId -CertificateSourceParameterVaultName -CertificateSource -ProtocolType [-CertificateSourceParameterSecretVersion ] - [-MinimumTlsVersion ] [] + [-MinimumTlsVersion ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -145,6 +145,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtocolType Defines the TLS extension protocol that is used for secure delivery. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md index d2d5f6a8debf..a2808adaa162 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md @@ -16,7 +16,7 @@ Creates a new domain within the specified profile. New-AzFrontDoorCdnCustomDomain -CustomDomainName -ProfileName -ResourceGroupName [-SubscriptionId ] [-AzureDnsZoneId ] [-ExtendedProperty ] [-HostName ] [-PropertiesPreValidatedCustomDomainResourceId ] [-TlsSetting ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PropertiesPreValidatedCustomDomainResourceId Resource ID. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md index 3a70b9bc2333..a95bd6b967dd 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for AFDDomainHttpsParameters. ``` New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType [-MinimumTlsVersion ] [-Secret ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -70,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Secret Resource reference to the secret. ie. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnEndpoint.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnEndpoint.md index fe1d4f39904b..427d53fde790 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnEndpoint.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnEndpoint.md @@ -16,7 +16,7 @@ Creates a new AzureFrontDoor endpoint with the specified endpoint name under the New-AzFrontDoorCdnEndpoint -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -Location [-AutoGeneratedDomainNameLabelScope ] [-EnabledState ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -163,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationParametersObject.md index 0cb2de07adc6..6efbfb4fb3ed 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for MigrationParameters. ``` New-AzFrontDoorCdnMigrationParametersObject -ProfileName [-ClassicResourceReferenceId ] [-MigrationWebApplicationFirewallMapping ] [-SkuName ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SkuName Name of the pricing tier. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject.md index ec07c47f0a05..7b493040d3d5 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject.md @@ -14,7 +14,7 @@ Create an in-memory object for MigrationWebApplicationFirewallMapping. ``` New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject [-MigratedFromId ] - [-MigratedToId ] [] + [-MigratedToId ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -67,6 +67,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOrigin.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOrigin.md index 2bd17c9f7190..e724e1381b40 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOrigin.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOrigin.md @@ -20,7 +20,7 @@ New-AzFrontDoorCdnOrigin -OriginGroupName -OriginName -Profile [-SharedPrivateLinkResourceGroupId ] [-SharedPrivateLinkResourcePrivateLinkLocation ] [-SharedPrivateLinkResourceRequestMessage ] [-SharedPrivateLinkResourceStatus ] [-Weight ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -278,6 +278,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroup.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroup.md index d69e17eb6f85..bdd06c4e3158 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroup.md @@ -17,7 +17,7 @@ New-AzFrontDoorCdnOriginGroup -OriginGroupName -ProfileName -R [-SubscriptionId ] [-HealthProbeSetting ] [-LoadBalancingSetting ] [-SessionAffinityState ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -150,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject.md index 5f5ce0b552c5..784b5dee5c07 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject.md @@ -15,7 +15,7 @@ Create an in-memory object for HealthProbeParameters. ``` New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject [-ProbeIntervalInSecond ] [-ProbePath ] [-ProbeProtocol ] [-ProbeRequestType ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject.md index 8bced3ec1af7..adcb9a26d218 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject.md @@ -14,7 +14,7 @@ Create an in-memory object for LoadBalancingSettingsParameters. ``` New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject [-AdditionalLatencyInMillisecond ] - [-SampleSize ] [-SuccessfulSamplesRequired ] + [-SampleSize ] [-SuccessfulSamplesRequired ] [-ProgressAction ] [] ``` @@ -53,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SampleSize The number of samples to consider for load balancing decisions. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfile.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfile.md index 018b947a4ff7..f9d6213bad99 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfile.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfile.md @@ -16,7 +16,7 @@ Creates a new Azure Front Door Standard or Azure Front Door Premium or CDN profi New-AzFrontDoorCdnProfile -Name -ResourceGroupName [-SubscriptionId ] -Location [-OriginResponseTimeoutSecond ] [-SkuName ] [-Tag ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -163,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileChangeSkuWafMappingObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileChangeSkuWafMappingObject.md index 50a2eeec022c..46c02830bb2e 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileChangeSkuWafMappingObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileChangeSkuWafMappingObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ProfileChangeSkuWafMapping. ``` New-AzFrontDoorCdnProfileChangeSkuWafMappingObject -SecurityPolicyName [-ChangeToWafPolicyId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SecurityPolicyName The security policy name. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileUpgradeParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileUpgradeParametersObject.md index 70db58ed975f..e1ff730232e7 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileUpgradeParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileUpgradeParametersObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ProfileUpgradeParameters. ``` New-AzFrontDoorCdnProfileUpgradeParametersObject -WafMappingList - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -60,6 +60,21 @@ Create an in-memory object for ProfileUpgradeParameters, show the details of the ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WafMappingList Web Application Firewall (WAF) and security policy mapping for the profile upgrade. To construct, see NOTES section for WAFMAPPINGLIST properties and create a hash table. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnPurgeParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnPurgeParametersObject.md index 63d1e12cf5c9..cc8a39d255fd 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnPurgeParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnPurgeParametersObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AfdPurgeParameters. ``` New-AzFrontDoorCdnPurgeParametersObject -ContentPath [-Domain ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnResourceReferenceObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnResourceReferenceObject.md index 1ae275968e44..e4a8b3b1716e 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnResourceReferenceObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnResourceReferenceObject.md @@ -13,7 +13,7 @@ Create an in-memory object for ResourceReference. ## SYNTAX ``` -New-AzFrontDoorCdnResourceReferenceObject [-Id ] +New-AzFrontDoorCdnResourceReferenceObject [-Id ] [-ProgressAction ] [] ``` @@ -53,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md index 5ed93a576068..1ca5ca322c5b 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md @@ -21,7 +21,7 @@ New-AzFrontDoorCdnRoute -EndpointName -Name -ProfileName ] [-HttpsRedirect ] [-LinkToDefaultDomain ] [-OriginGroupId ] [-OriginPath ] [-PatternsToMatch ] [-RuleSet ] [-SupportedProtocol ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -332,6 +332,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRule.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRule.md index 300043f55a02..e2d6779d8ae2 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRule.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRule.md @@ -16,7 +16,7 @@ Creates a new delivery rule within the specified rule set. New-AzFrontDoorCdnRule -Name -ProfileName -ResourceGroupName -SetName [-SubscriptionId ] [-Action ] [-Condition ] [-MatchProcessingBehavior ] [-Order ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -195,6 +195,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleClientPortConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleClientPortConditionObject.md index 207c76b32507..cbd3f2ad5bbb 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleClientPortConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleClientPortConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleClientPortCondition. ``` New-AzFrontDoorCdnRuleClientPortConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleCookiesConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleCookiesConditionObject.md index bcab0e4e9e74..a85484bb75de 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleCookiesConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleCookiesConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleCookiesCondition. ``` New-AzFrontDoorCdnRuleCookiesConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterSelector ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHostNameConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHostNameConditionObject.md index 8e2c9211a384..ae2e52f76c30 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHostNameConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHostNameConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleHostNameCondition. ``` New-AzFrontDoorCdnRuleHostNameConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHttpVersionConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHttpVersionConditionObject.md index b70a45bbfa09..2e8ada9c1509 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHttpVersionConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleHttpVersionConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleHttpVersionCondition. ``` New-AzFrontDoorCdnRuleHttpVersionConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleIsDeviceConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleIsDeviceConditionObject.md index 36d18624264b..b5153a32a3c8 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleIsDeviceConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleIsDeviceConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleIsDeviceCondition. ``` New-AzFrontDoorCdnRuleIsDeviceConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRulePostArgsConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRulePostArgsConditionObject.md index 324f31ec96f2..f1f9604cecec 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRulePostArgsConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRulePostArgsConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRulePostArgsCondition. ``` New-AzFrontDoorCdnRulePostArgsConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterSelector ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleQueryStringConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleQueryStringConditionObject.md index 9edbd90c8b32..24a4d9bad146 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleQueryStringConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleQueryStringConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleQueryStringCondition. ``` New-AzFrontDoorCdnRuleQueryStringConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRemoteAddressConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRemoteAddressConditionObject.md index 1d5a2f130a05..b6bbb845b298 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRemoteAddressConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRemoteAddressConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRemoteAddressCondition. ``` New-AzFrontDoorCdnRuleRemoteAddressConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestBodyConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestBodyConditionObject.md index c67eed8025b0..a2f5786489b1 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestBodyConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestBodyConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestBodyCondition. ``` New-AzFrontDoorCdnRuleRequestBodyConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderActionObject.md index c60c0ac6e732..583360b1eada 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderActionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestHeaderAction. ``` New-AzFrontDoorCdnRuleRequestHeaderActionObject -ParameterHeaderAction -ParameterHeaderName -Name [-ParameterValue ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderConditionObject.md index a7c300620ddd..35a2e7ba926b 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestHeaderConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestHeaderCondition. ``` New-AzFrontDoorCdnRuleRequestHeaderConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterSelector ] [-ParameterTransform ] + [-ParameterSelector ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestMethodConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestMethodConditionObject.md index f69f81ac9bfc..927c6fc97278 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestMethodConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestMethodConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleRequestMethodCondition. ``` New-AzFrontDoorCdnRuleRequestMethodConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestSchemeConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestSchemeConditionObject.md index 68c1e73e8106..a3cf03f9947c 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestSchemeConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestSchemeConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleRequestSchemeCondition. ``` New-AzFrontDoorCdnRuleRequestSchemeConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestUriConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestUriConditionObject.md index 94187671f44d..a17da06a5279 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestUriConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRequestUriConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleRequestUriCondition. ``` New-AzFrontDoorCdnRuleRequestUriConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleResponseHeaderActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleResponseHeaderActionObject.md index 51f4d543960e..2b4e08b7666a 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleResponseHeaderActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleResponseHeaderActionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleResponseHeaderAction. ``` New-AzFrontDoorCdnRuleResponseHeaderActionObject -ParameterHeaderAction -ParameterHeaderName -Name [-ParameterValue ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject.md index 3414afacbe2e..215b07aa312f 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject.md @@ -18,7 +18,7 @@ New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject -Name ] [-CacheConfigurationQueryParameter ] [-CacheConfigurationQueryStringCachingBehavior ] [-OriginGroupId ] - [-OriginGroupOverrideForwardingProtocol ] + [-OriginGroupOverrideForwardingProtocol ] [-ProgressAction ] [] ``` @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleServerPortConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleServerPortConditionObject.md index 210bbaba5978..d7dbe4a0e66b 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleServerPortConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleServerPortConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleServerPortCondition. ``` New-AzFrontDoorCdnRuleServerPortConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSet.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSet.md index f1d8201bd5cc..ca035c49e854 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSet.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSet.md @@ -14,7 +14,7 @@ Creates a new rule set within the specified profile. ``` New-AzFrontDoorCdnRuleSet -Name -ProfileName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSocketAddrConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSocketAddrConditionObject.md index 452933cdde02..cdf255eba20f 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSocketAddrConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSocketAddrConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleSocketAddrCondition. ``` New-AzFrontDoorCdnRuleSocketAddrConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSslProtocolConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSslProtocolConditionObject.md index 0f4405ebb6e6..ce817daeb0b3 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSslProtocolConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleSslProtocolConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DeliveryRuleSslProtocolCondition. ``` New-AzFrontDoorCdnRuleSslProtocolConditionObject -Name [-ParameterMatchValue ] - [-ParameterNegateCondition ] [-ParameterTransform ] + [-ParameterNegateCondition ] [-ParameterTransform ] [-ProgressAction ] [] ``` @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject.md index 64aa08e9c5ea..be05c1ea6970 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlFileExtensionCondition. ``` New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] - [-ParameterTransform ] [] + [-ParameterTransform ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileNameConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileNameConditionObject.md index 141eea758d56..73b2a4c4fd1d 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileNameConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlFileNameConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlFileNameCondition. ``` New-AzFrontDoorCdnRuleUrlFileNameConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlPathConditionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlPathConditionObject.md index 81a4fe20be65..11a12ac22241 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlPathConditionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlPathConditionObject.md @@ -15,7 +15,7 @@ Create an in-memory object for DeliveryRuleUrlPathCondition. ``` New-AzFrontDoorCdnRuleUrlPathConditionObject -ParameterOperator -Name [-ParameterMatchValue ] [-ParameterNegateCondition ] [-ParameterTransform ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRedirectActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRedirectActionObject.md index 65474c2ba7c3..fd80af2b6c39 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRedirectActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRedirectActionObject.md @@ -16,7 +16,7 @@ Create an in-memory object for UrlRedirectAction. New-AzFrontDoorCdnRuleUrlRedirectActionObject -ParameterRedirectType -Name [-ParameterCustomFragment ] [-ParameterCustomHostname ] [-ParameterCustomPath ] [-ParameterCustomQueryString ] [-ParameterDestinationProtocol ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRewriteActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRewriteActionObject.md index d4da8f5a7784..bb91d07205d7 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRewriteActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlRewriteActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for UrlRewriteAction. ``` New-AzFrontDoorCdnRuleUrlRewriteActionObject -ParameterDestination -ParameterSourcePattern - -Name [-ParameterPreserveUnmatchedPath ] + -Name [-ParameterPreserveUnmatchedPath ] [-ProgressAction ] [] ``` @@ -100,6 +100,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlSigningActionObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlSigningActionObject.md index 388fb936dfa1..1265fec4682a 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlSigningActionObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnRuleUrlSigningActionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for UrlSigningAction. ``` New-AzFrontDoorCdnRuleUrlSigningActionObject -Name [-ParameterAlgorithm ] - [-ParameterNameOverride ] + [-ParameterNameOverride ] [-ProgressAction ] [] ``` @@ -85,6 +85,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecret.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecret.md index 06a4f4600391..83ff151e3055 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecret.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecret.md @@ -15,7 +15,7 @@ Creates a new Secret within the specified profile. ``` New-AzFrontDoorCdnSecret -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-Parameter ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -132,6 +132,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretCustomerCertificateParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretCustomerCertificateParametersObject.md index 3d03623d7105..d4bb3ecbc049 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretCustomerCertificateParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretCustomerCertificateParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for CustomerCertificateParameters. ``` New-AzFrontDoorCdnSecretCustomerCertificateParametersObject -Type [-SecretSourceId ] [-SecretVersion ] [-SubjectAlternativeName ] [-UseLatestVersion ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -39,6 +39,21 @@ Create an in-memory object for AzureFrontDoor CustomerCertificateParameters ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SecretSourceId Resource ID. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject.md index 0b2c9b7c702e..e7eac89dd89b 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AzureFirstPartyManagedCertificateParameters. ``` New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject -Type - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -37,6 +37,21 @@ Create an in-memory object for AzureFirstPartyManagedCertificateParameters ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Type The type of the secret resource. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretManagedCertificateParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretManagedCertificateParametersObject.md index 47cf24a994fc..cdace5cbb44d 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretManagedCertificateParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretManagedCertificateParametersObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ManagedCertificateParameters. ``` New-AzFrontDoorCdnSecretManagedCertificateParametersObject -Type - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -36,6 +36,21 @@ Create an in-memory object for ManagedCertificateParameters. ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Type The type of the secret resource. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject.md index 3aa797dc2ffd..4fcd12c8a83c 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject.md @@ -14,7 +14,7 @@ Create an in-memory object for UrlSigningKeyParameters. ``` New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject -KeyId -Type - [-SecretSourceId ] [-SecretVersion ] [] + [-SecretSourceId ] [-SecretVersion ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SecretSourceId Resource ID. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicy.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicy.md index e0ae475c795d..22859da9cadf 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicy.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicy.md @@ -15,7 +15,7 @@ Creates a new security policy within the specified profile. ``` New-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-Parameter ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -134,6 +134,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject.md index 20faa68e7eb7..cb150ae3874f 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for SecurityPolicyWebApplicationFirewallAssociation. ``` New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject - [-Domain ] [-PatternsToMatch ] + [-Domain ] [-PatternsToMatch ] [-ProgressAction ] [] ``` @@ -70,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +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). diff --git a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject.md b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject.md index a2d131504dcb..a23841fde4cf 100644 --- a/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject.md +++ b/src/Cdn/Cdn/help/New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject.md @@ -15,7 +15,7 @@ Create an in-memory object for SecurityPolicyWebApplicationFirewallParameters. ``` New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject [-Association ] [-WafPolicyId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -57,6 +57,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WafPolicyId Resource ID. diff --git a/src/Cdn/Cdn/help/Remove-AzCdnCustomDomain.md b/src/Cdn/Cdn/help/Remove-AzCdnCustomDomain.md index b04684019460..ce11e9e2753a 100644 --- a/src/Cdn/Cdn/help/Remove-AzCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/Remove-AzCdnCustomDomain.md @@ -16,13 +16,13 @@ Deletes an existing custom domain within an endpoint. ``` Remove-AzCdnCustomDomain -EndpointName -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity1 ``` Remove-AzCdnCustomDomain -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzCdnEndpoint.md b/src/Cdn/Cdn/help/Remove-AzCdnEndpoint.md index b065492dfac7..744cb5963a66 100644 --- a/src/Cdn/Cdn/help/Remove-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Remove-AzCdnEndpoint.md @@ -16,13 +16,13 @@ Deletes an existing CDN endpoint with the specified endpoint name under the spec ``` Remove-AzCdnEndpoint -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity1 ``` Remove-AzCdnEndpoint -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzCdnOrigin.md b/src/Cdn/Cdn/help/Remove-AzCdnOrigin.md index 73a5c08fac50..683de656eac0 100644 --- a/src/Cdn/Cdn/help/Remove-AzCdnOrigin.md +++ b/src/Cdn/Cdn/help/Remove-AzCdnOrigin.md @@ -16,13 +16,13 @@ Deletes an existing origin within an endpoint. ``` Remove-AzCdnOrigin -EndpointName -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity1 ``` Remove-AzCdnOrigin -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzCdnOriginGroup.md b/src/Cdn/Cdn/help/Remove-AzCdnOriginGroup.md index 17e06fb16cbc..4686e03eede4 100644 --- a/src/Cdn/Cdn/help/Remove-AzCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Remove-AzCdnOriginGroup.md @@ -16,13 +16,13 @@ Deletes an existing origin group within an endpoint. ``` Remove-AzCdnOriginGroup -EndpointName -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity1 ``` Remove-AzCdnOriginGroup -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzCdnProfile.md b/src/Cdn/Cdn/help/Remove-AzCdnProfile.md index 4278b908211b..125377cc3a17 100644 --- a/src/Cdn/Cdn/help/Remove-AzCdnProfile.md +++ b/src/Cdn/Cdn/help/Remove-AzCdnProfile.md @@ -16,14 +16,14 @@ Deleting a profile will result in the deletion of all of the sub-resources inclu ### Delete (Default) ``` Remove-AzCdnProfile -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzCdnProfile -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -139,6 +139,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnCustomDomain.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnCustomDomain.md index a7fcb7bfd19f..ca182d227b33 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnCustomDomain.md @@ -16,13 +16,13 @@ Deletes an existing AzureFrontDoor domain with the specified domain name under t ``` Remove-AzFrontDoorCdnCustomDomain -CustomDomainName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnCustomDomain -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnEndpoint.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnEndpoint.md index 0a17916f96ca..6d21ca7ab70b 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnEndpoint.md @@ -16,13 +16,13 @@ Deletes an existing AzureFrontDoor endpoint with the specified endpoint name und ``` Remove-AzFrontDoorCdnEndpoint -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnEndpoint -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOrigin.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOrigin.md index a5716784640c..c3622f1c7766 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOrigin.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOrigin.md @@ -16,13 +16,13 @@ Deletes an existing origin within an origin group. ``` Remove-AzFrontDoorCdnOrigin -OriginGroupName -OriginName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnOrigin -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOriginGroup.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOriginGroup.md index 5a0229675a89..585d5d083512 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnOriginGroup.md @@ -16,13 +16,13 @@ Deletes an existing origin group within a profile. ``` Remove-AzFrontDoorCdnOriginGroup -OriginGroupName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnOriginGroup -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnProfile.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnProfile.md index 4033a75ec894..557eb615e858 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnProfile.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnProfile.md @@ -16,14 +16,14 @@ Deleting a profile will result in the deletion of all of the sub-resources inclu ### Delete (Default) ``` Remove-AzFrontDoorCdnProfile -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnProfile -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -139,6 +139,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRoute.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRoute.md index d2efa4e66d2c..e8def761686b 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRoute.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRoute.md @@ -16,13 +16,13 @@ Deletes an existing route with the specified route name under the specified subs ``` Remove-AzFrontDoorCdnRoute -EndpointName -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnRoute -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRule.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRule.md index bcf6ec8c3145..df382bf32915 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRule.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRule.md @@ -16,13 +16,13 @@ Deletes an existing delivery rule within a rule set. ``` Remove-AzFrontDoorCdnRule -Name -ProfileName -ResourceGroupName -SetName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnRule -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRuleSet.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRuleSet.md index b3d82a810751..10bf952776dc 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRuleSet.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnRuleSet.md @@ -16,13 +16,13 @@ Deletes an existing AzureFrontDoor rule set with the specified rule set name und ``` Remove-AzFrontDoorCdnRuleSet -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnRuleSet -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecret.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecret.md index 1cd2b6febba4..5747ec9f598c 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecret.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecret.md @@ -16,13 +16,13 @@ Deletes an existing Secret within profile. ``` Remove-AzFrontDoorCdnSecret -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnSecret -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecurityPolicy.md b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecurityPolicy.md index 24f6158d6c9f..ea6084c5e748 100644 --- a/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecurityPolicy.md +++ b/src/Cdn/Cdn/help/Remove-AzFrontDoorCdnSecurityPolicy.md @@ -16,13 +16,13 @@ Deletes an existing security policy within profile. ``` Remove-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzFrontDoorCdnSecurityPolicy -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Start-AzCdnEndpoint.md b/src/Cdn/Cdn/help/Start-AzCdnEndpoint.md index e82f7d43d5ff..064576337af8 100644 --- a/src/Cdn/Cdn/help/Start-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Start-AzCdnEndpoint.md @@ -15,14 +15,14 @@ Starts an existing CDN endpoint that is on a stopped state. ### Start (Default) ``` Start-AzCdnEndpoint -Name -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StartViaIdentity ``` Start-AzCdnEndpoint -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -150,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md b/src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md index fdbdf54f19b4..1a6d74d430c0 100644 --- a/src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md +++ b/src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md @@ -20,7 +20,7 @@ Start-AzFrontDoorCdnProfilePrepareMigration -ResourceGroupName [-Subscr -ClassicResourceReferenceId -ProfileName -SkuName [-MigrationWebApplicationFirewallMapping ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -247,6 +247,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Stop-AzCdnEndpoint.md b/src/Cdn/Cdn/help/Stop-AzCdnEndpoint.md index cb43d9dc3f1c..142b4e65b91b 100644 --- a/src/Cdn/Cdn/help/Stop-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Stop-AzCdnEndpoint.md @@ -15,14 +15,14 @@ Stops an existing running CDN endpoint. ### Stop (Default) ``` Stop-AzCdnEndpoint -Name -ProfileName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopViaIdentity ``` Stop-AzCdnEndpoint -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -150,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md b/src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md index 4c5f29c0607c..bf5669666a2d 100644 --- a/src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md +++ b/src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md @@ -17,7 +17,7 @@ WAF policies will not be deleted. ``` Stop-AzFrontDoorCdnProfileMigration -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -106,6 +106,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Test-AzCdnEndpointCustomDomain.md b/src/Cdn/Cdn/help/Test-AzCdnEndpointCustomDomain.md index 821ab5ccd548..0ee0e9525f9e 100644 --- a/src/Cdn/Cdn/help/Test-AzCdnEndpointCustomDomain.md +++ b/src/Cdn/Cdn/help/Test-AzCdnEndpointCustomDomain.md @@ -16,13 +16,13 @@ Validates the custom domain mapping to ensure it maps to the correct CDN endpoin ``` Test-AzCdnEndpointCustomDomain -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -HostName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ValidateViaIdentityExpanded1 ``` Test-AzCdnEndpointCustomDomain -InputObject -HostName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md b/src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md index 92f2c379221f..195e9ca87f09 100644 --- a/src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md +++ b/src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md @@ -16,13 +16,13 @@ This is needed for resources where name is globally unique, such as a CDN endpoi ### CheckExpanded (Default) ``` Test-AzCdnNameAvailability -Name -Type [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckExpanded1 ``` Test-AzCdnNameAvailability [-SubscriptionId ] -Name -Type - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -77,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Azure Subscription ID. diff --git a/src/Cdn/Cdn/help/Test-AzCdnProbe.md b/src/Cdn/Cdn/help/Test-AzCdnProbe.md index 5440c881d90c..90272dfb88fd 100644 --- a/src/Cdn/Cdn/help/Test-AzCdnProbe.md +++ b/src/Cdn/Cdn/help/Test-AzCdnProbe.md @@ -16,7 +16,7 @@ This path is relative to the origin path specified in the endpoint configuration ``` Test-AzCdnProbe [-SubscriptionId ] -ProbeUrl [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -72,6 +72,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Azure Subscription ID. diff --git a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointCustomDomain.md b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointCustomDomain.md index b21ad406d1d2..acfb3244f2cc 100644 --- a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointCustomDomain.md +++ b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointCustomDomain.md @@ -16,13 +16,13 @@ Validates the custom domain mapping to ensure it maps to the correct Azure Front ``` Test-AzFrontDoorCdnEndpointCustomDomain -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] -HostName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ValidateViaIdentityExpanded ``` Test-AzFrontDoorCdnEndpointCustomDomain -InputObject -HostName - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -136,6 +136,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointNameAvailability.md b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointNameAvailability.md index f0ddab700bfc..77bae6e066ab 100644 --- a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointNameAvailability.md +++ b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnEndpointNameAvailability.md @@ -16,7 +16,7 @@ This is needed for resources where name is globally unique, such as a afdx endpo ``` Test-AzFrontDoorCdnEndpointNameAvailability -ResourceGroupName [-SubscriptionId ] -Name -Type [-AutoGeneratedDomainNameLabelScope ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -87,6 +87,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileHostNameAvailability.md b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileHostNameAvailability.md index 3e406d289973..52fda0f65964 100644 --- a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileHostNameAvailability.md +++ b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileHostNameAvailability.md @@ -16,13 +16,13 @@ Validates the custom domain mapping to ensure it maps to the correct Azure Front ``` Test-AzFrontDoorCdnProfileHostNameAvailability -ProfileName -ResourceGroupName [-SubscriptionId ] -HostName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckViaIdentityExpanded ``` Test-AzFrontDoorCdnProfileHostNameAvailability -InputObject -HostName - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -120,6 +120,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md index 589d5a9987ae..1efd1d98eefc 100644 --- a/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md +++ b/src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md @@ -15,7 +15,7 @@ Check if a classic AFD instance can be migrated to Azure Front Door(Standard/Pre ``` Test-AzFrontDoorCdnProfileMigration -ResourceGroupName [-SubscriptionId ] -ClassicResourceReferenceId [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzCdnEndpoint.md b/src/Cdn/Cdn/help/Update-AzCdnEndpoint.md index 7c1822244872..3b9783201962 100644 --- a/src/Cdn/Cdn/help/Update-AzCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Update-AzCdnEndpoint.md @@ -25,7 +25,7 @@ Update-AzCdnEndpoint -Name -ProfileName -ResourceGroupName ] [-OriginPath ] [-ProbePath ] [-QueryStringCachingBehavior ] [-Tag ] [-UrlSigningKey ] [-WebApplicationFirewallPolicyLinkId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ Update-AzCdnEndpoint -InputObject [-ContentTypesToCompress ] [-OriginHostHeader ] [-OriginPath ] [-ProbePath ] [-QueryStringCachingBehavior ] [-Tag ] [-UrlSigningKey ] [-WebApplicationFirewallPolicyLinkId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -390,6 +390,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryStringCachingBehavior Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. diff --git a/src/Cdn/Cdn/help/Update-AzCdnOrigin.md b/src/Cdn/Cdn/help/Update-AzCdnOrigin.md index fe5dac5d5e2a..d533a4864310 100644 --- a/src/Cdn/Cdn/help/Update-AzCdnOrigin.md +++ b/src/Cdn/Cdn/help/Update-AzCdnOrigin.md @@ -18,7 +18,7 @@ Update-AzCdnOrigin -EndpointName -Name -ProfileName - [-SubscriptionId ] [-Enabled] [-HostName ] [-HttpPort ] [-HttpsPort ] [-OriginHostHeader ] [-Priority ] [-PrivateLinkAlias ] [-PrivateLinkApprovalMessage ] [-PrivateLinkLocation ] [-PrivateLinkResourceId ] - [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -27,7 +27,7 @@ Update-AzCdnOrigin -EndpointName -Name -ProfileName - Update-AzCdnOrigin -InputObject [-Enabled] [-HostName ] [-HttpPort ] [-HttpsPort ] [-OriginHostHeader ] [-Priority ] [-PrivateLinkAlias ] [-PrivateLinkApprovalMessage ] [-PrivateLinkLocation ] [-PrivateLinkResourceId ] - [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Weight ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -344,6 +344,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzCdnOriginGroup.md b/src/Cdn/Cdn/help/Update-AzCdnOriginGroup.md index 03eea2d83f1e..db6842d0e084 100644 --- a/src/Cdn/Cdn/help/Update-AzCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Update-AzCdnOriginGroup.md @@ -18,7 +18,7 @@ Update-AzCdnOriginGroup -EndpointName -Name -ProfileName ] [-HealthProbeSetting ] [-Origin ] [-ResponseBasedOriginErrorDetectionSetting ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded1 @@ -27,7 +27,7 @@ Update-AzCdnOriginGroup -InputObject [-HealthProbeSetting ] [-ResponseBasedOriginErrorDetectionSetting ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -204,6 +204,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzCdnProfile.md b/src/Cdn/Cdn/help/Update-AzCdnProfile.md index ba60df5f3910..d523b2fd3d89 100644 --- a/src/Cdn/Cdn/help/Update-AzCdnProfile.md +++ b/src/Cdn/Cdn/help/Update-AzCdnProfile.md @@ -16,13 +16,13 @@ Updates an existing CDN profile with the specified profile name under the specif ``` Update-AzCdnProfile -Name -ResourceGroupName [-SubscriptionId ] [-OriginResponseTimeoutSecond ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzCdnProfile -InputObject [-OriginResponseTimeoutSecond ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -159,6 +159,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomain.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomain.md index b47f29511351..4325ba450b31 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomain.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomain.md @@ -17,14 +17,14 @@ Updates an existing domain within a profile. Update-AzFrontDoorCdnCustomDomain -CustomDomainName -ProfileName -ResourceGroupName [-SubscriptionId ] [-AzureDnsZoneId ] [-PropertiesPreValidatedCustomDomainResourceId ] [-TlsSetting ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzFrontDoorCdnCustomDomain -InputObject [-AzureDnsZoneId ] [-PropertiesPreValidatedCustomDomainResourceId ] [-TlsSetting ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -174,6 +174,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PropertiesPreValidatedCustomDomainResourceId Resource ID. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomainValidationToken.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomainValidationToken.md index 1b0acfe8c181..6cc146f972a8 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomainValidationToken.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnCustomDomainValidationToken.md @@ -16,13 +16,13 @@ Updates the domain validation token. ``` Update-AzFrontDoorCdnCustomDomainValidationToken -CustomDomainName -ProfileName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RefreshViaIdentity ``` Update-AzFrontDoorCdnCustomDomainValidationToken -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnEndpoint.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnEndpoint.md index 2a0cec0be01b..e43d8ab9158b 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnEndpoint.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnEndpoint.md @@ -20,13 +20,13 @@ To update domains, use the Update Custom Domain operation. ``` Update-AzFrontDoorCdnEndpoint -EndpointName -ProfileName -ResourceGroupName [-SubscriptionId ] [-EnabledState ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzFrontDoorCdnEndpoint -InputObject [-EnabledState ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -175,6 +175,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOrigin.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOrigin.md index de5e65f02806..e46c412d61ce 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOrigin.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOrigin.md @@ -21,7 +21,7 @@ Update-AzFrontDoorCdnOrigin -OriginGroupName -OriginName -Prof [-SharedPrivateLinkResourceGroupId ] [-SharedPrivateLinkResourcePrivateLinkLocation ] [-SharedPrivateLinkResourceRequestMessage ] [-SharedPrivateLinkResourceStatus ] [-Weight ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -33,7 +33,7 @@ Update-AzFrontDoorCdnOrigin -InputObject [-AzureOriginId [-SharedPrivateLinkResourceGroupId ] [-SharedPrivateLinkResourcePrivateLinkLocation ] [-SharedPrivateLinkResourceRequestMessage ] [-SharedPrivateLinkResourceStatus ] [-Weight ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -333,6 +333,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOriginGroup.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOriginGroup.md index 18e87f144f7b..16a7c69a87fc 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOriginGroup.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnOriginGroup.md @@ -18,7 +18,7 @@ Update-AzFrontDoorCdnOriginGroup -OriginGroupName -ProfileName [-SubscriptionId ] [-HealthProbeSetting ] [-LoadBalancingSetting ] [-SessionAffinityState ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -26,7 +26,7 @@ Update-AzFrontDoorCdnOriginGroup -OriginGroupName -ProfileName Update-AzFrontDoorCdnOriginGroup -InputObject [-HealthProbeSetting ] [-LoadBalancingSetting ] [-SessionAffinityState ] [-TrafficRestorationTimeToHealedOrNewEndpointsInMinute ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -188,6 +188,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfile.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfile.md index 0c28c6f72e44..eacb260a0d42 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfile.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfile.md @@ -17,14 +17,14 @@ Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN Update-AzFrontDoorCdnProfile -Name -ResourceGroupName [-SubscriptionId ] [-OriginResponseTimeoutSecond ] [-Tag ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzFrontDoorCdnProfile -InputObject [-OriginResponseTimeoutSecond ] [-Tag ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -220,6 +220,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfileSku.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfileSku.md index f8ea9dedcdb2..5653c3a3ba7b 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfileSku.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnProfileSku.md @@ -15,7 +15,7 @@ Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor. ``` Update-AzFrontDoorCdnProfileSku -ProfileName -ResourceGroupName [-SubscriptionId ] -ProfileUpgradeParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRoute.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRoute.md index 1891bc9eba75..a1ed5d1d17e8 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRoute.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRoute.md @@ -22,7 +22,7 @@ Update-AzFrontDoorCdnRoute -EndpointName -Name -ProfileName ] [-HttpsRedirect ] [-LinkToDefaultDomain ] [-OriginGroupId ] [-OriginPath ] [-PatternsToMatch ] [-RuleSet ] [-SupportedProtocol ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ Update-AzFrontDoorCdnRoute -InputObject [-CacheConfigurationQuery [-ForwardingProtocol ] [-HttpsRedirect ] [-LinkToDefaultDomain ] [-OriginGroupId ] [-OriginPath ] [-PatternsToMatch ] [-RuleSet ] [-SupportedProtocol ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -381,6 +381,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRule.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRule.md index a9f6ff5f28cb..29f712230858 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRule.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnRule.md @@ -17,14 +17,14 @@ Updates an existing delivery rule within a rule set. Update-AzFrontDoorCdnRule -Name -ProfileName -ResourceGroupName -SetName [-SubscriptionId ] [-Action ] [-Condition ] [-MatchProcessingBehavior ] [-Order ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzFrontDoorCdnRule -InputObject [-Action ] [-Condition ] [-MatchProcessingBehavior ] [-Order ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -220,6 +220,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription. diff --git a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnSecurityPolicy.md b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnSecurityPolicy.md index 555183e02dfb..037d0df7ea42 100644 --- a/src/Cdn/Cdn/help/Update-AzFrontDoorCdnSecurityPolicy.md +++ b/src/Cdn/Cdn/help/Update-AzFrontDoorCdnSecurityPolicy.md @@ -16,14 +16,14 @@ Updates an existing security policy within a profile. ``` Update-AzFrontDoorCdnSecurityPolicy -Name -ProfileName -ResourceGroupName [-SubscriptionId ] [-Parameter ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PatchViaIdentityExpanded ``` Update-AzFrontDoorCdnSecurityPolicy -InputObject [-Parameter ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -175,6 +175,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the Resource group within the Azure subscription.