Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version and changelog for release-2022-05-24 RC3 #18241

Merged
merged 7 commits into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ApplicationInsights/Az.ApplicationInsights.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './Az.ApplicationInsights.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.3.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
2 changes: 1 addition & 1 deletion src/ApplicationInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->
## Upcoming Release
* Upgraded API version for ApplicationInsights component to 2020-02-02
* Supported Log Analytics workspace based component for `New-AzApplicationInsights` and 'Update-AzApplicationInsights'
* Supported Log Analytics workspace-based component by `New-AzApplicationInsights` and `Update-AzApplicationInsights`

## Version 1.3.1
* Added breaking change warnings for upcoming Az.ApplicationInsights 2.0.0
Expand Down
22 changes: 21 additions & 1 deletion src/Cdn/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,27 @@
-->

## Upcoming Release
* Migrated the cmdlets from SDK based to autorest generated.
* Upgraded API version to 2021-06-01
* Removed deprecated cmdlets
- Disable-AzCdnCustomDomain
- Enable-AzCdnCustomDomain
- Get-AzCdnEdgeNodes
- Get-AzCdnProfileSsoUrl
- New-AzCdnDeliveryPolicy
- Set-AzFrontDoorCdnSecret
* Added new cmdlets
- Clear-AzFrontDoorCdnEndpointContent
- Get-AzFrontDoorCdnEndpointResourceUsage
- Get-AzFrontDoorCdnOriginGroupResourceUsage
- Get-AzFrontDoorCdnProfileResourceUsage
- Get-AzFrontDoorCdnRuleSetResourceUsage
- Test-AzFrontDoorCdnEndpointCustomDomain
- Test-AzFrontDoorCdnEndpointNameAvailability
- Test-AzFrontDoorCdnProfileHostNameAvailability
- Update-AzFrontDoorCdnCustomDomainValidationToken
- Update-AzFrontDoorCdnRule
* Renamed Set cmdlets to Update cmdlets
* Added `Object` suffix to memory object creation cmdlets

## Version 1.8.3
* Added breaking change messages for all cmdlets in Az.CDN module
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Clear-AzCdnEndpointContent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Clear-AzCdnEndpointContent'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Clear-AzCdnEndpointContent' {
Describe 'Clear-AzCdnEndpointContent' -Tag 'LiveOnly' {
It 'PurgeExpanded' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Clear-AzFrontDoorCdnEndpointContent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Clear-AzFrontDoorCdnEndpointC
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Clear-AzFrontDoorCdnEndpointContent' {
Describe 'Clear-AzFrontDoorCdnEndpointContent' -Tag 'LiveOnly' {
It 'PurgeExpanded' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Disable-AzCdnCustomDomainCust
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Disable-AzCdnCustomDomainCustomHttps' {
Describe 'Disable-AzCdnCustomDomainCustomHttps' -Tag 'LiveOnly' {
It 'Disable' -skip {
{ throw [System.NotImplementedException] } | Should -Not -Throw
}
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Enable-AzCdnCustomDomainCustomHttps.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Enable-AzCdnCustomDomainCusto
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Enable-AzCdnCustomDomainCustomHttps' {
Describe 'Enable-AzCdnCustomDomainCustomHttps' -Tag 'LiveOnly' {
It 'Enable' {
{
$subId = "27cafca8-b9a4-4264-b399-45d0c9cca1ab"
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnCustomDomain.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnCustomDomain'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnCustomDomain' {
Describe 'Get-AzCdnCustomDomain' -Tag 'LiveOnly' {
It 'List' {
{
$subId = "27cafca8-b9a4-4264-b399-45d0c9cca1ab"
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnEdgeNode.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnEdgeNode'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnEdgeNode' {
Describe 'Get-AzCdnEdgeNode' -Tag 'LiveOnly' {
It 'List' {
{
$minPrefixLength = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnEndpoint.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnEndpoint'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnEndpoint' {
Describe 'Get-AzCdnEndpoint' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnEndpointResourceUsage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnEndpointResourceUsag
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnEndpointResourceUsage' {
Describe 'Get-AzCdnEndpointResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnOrigin.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnOrigin'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnOrigin' {
Describe 'Get-AzCdnOrigin' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnOriginGroup.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnOriginGroup'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnOriginGroup' {
Describe 'Get-AzCdnOriginGroup' -Tag 'LiveOnly' {
It 'List' {
{
$subId = $env.SubscriptionId
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnProfile.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnProfile'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnProfile' {
Describe 'Get-AzCdnProfile' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnProfileResourceUsage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnProfileResourceUsage
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnProfileResourceUsage' {
Describe 'Get-AzCdnProfileResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnProfileSupportedOpti
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnProfileSupportedOptimizationType' {
Describe 'Get-AzCdnProfileSupportedOptimizationType' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzCdnSubscriptionResourceUsage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnSubscriptionResource
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzCdnSubscriptionResourceUsage' {
Describe 'Get-AzCdnSubscriptionResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$subscriptionResourceUsage = Get-AzCdnSubscriptionResourceUsage
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnCustomDomain.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnCustomDomai
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnCustomDomain' {
Describe 'Get-AzFrontDoorCdnCustomDomain' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnEndpoint.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnEndpoint'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnEndpoint' {
Describe 'Get-AzFrontDoorCdnEndpoint' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnEndpointRes
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnEndpointResourceUsage' {
Describe 'Get-AzFrontDoorCdnEndpointResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnOrigin.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnOrigin'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnOrigin' {
Describe 'Get-AzFrontDoorCdnOrigin' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnOriginGroup.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnOriginGroup
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnOriginGroup' {
Describe 'Get-AzFrontDoorCdnOriginGroup' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnOriginGroup
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnOriginGroupResourceUsage' {
Describe 'Get-AzFrontDoorCdnOriginGroupResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnProfile.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnProfile'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnProfile' {
Describe 'Get-AzFrontDoorCdnProfile' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnProfileReso
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnProfileResourceUsage' {
Describe 'Get-AzFrontDoorCdnProfileResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnRoute.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnRoute'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnRoute' {
Describe 'Get-AzFrontDoorCdnRoute' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnRule.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnRule'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnRule' {
Describe 'Get-AzFrontDoorCdnRule' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnRuleSet.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnRuleSet'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnRuleSet' {
Describe 'Get-AzFrontDoorCdnRuleSet' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnRuleSetReso
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnRuleSetResourceUsage' {
Describe 'Get-AzFrontDoorCdnRuleSetResourceUsage' -Tag 'LiveOnly' {
It 'List' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnSecret.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnSecret'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnSecret' {
Describe 'Get-AzFrontDoorCdnSecret' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Get-AzFrontDoorCdnSecurityPolicy.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnSecurityPol
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Get-AzFrontDoorCdnSecurityPolicy' {
Describe 'Get-AzFrontDoorCdnSecurityPolicy' -Tag 'LiveOnly' {
It 'List' {
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
try
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/Import-AzCdnEndpointContent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Import-AzCdnEndpointContent')
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'Import-AzCdnEndpointContent' {
Describe 'Import-AzCdnEndpointContent' -Tag 'LiveOnly' {
It 'LoadExpanded' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/New-AzCdnCustomDomain.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnCustomDomain'))
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnCustomDomain' {
Describe 'New-AzCdnCustomDomain' -Tag 'LiveOnly' {
It 'CreateExpanded' {
{
$subId = "27cafca8-b9a4-4264-b399-45d0c9cca1ab"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleCookiesC
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleCookiesConditionObject' {
Describe 'New-AzCdnDeliveryRuleCookiesConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleHttpVers
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleHttpVersionConditionObject' {
Describe 'New-AzCdnDeliveryRuleHttpVersionConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleIsDevice
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleIsDeviceConditionObject' {
Describe 'New-AzCdnDeliveryRuleIsDeviceConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
2 changes: 1 addition & 1 deletion src/Cdn/test/New-AzCdnDeliveryRuleObject.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleObject')
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleObject' {
Describe 'New-AzCdnDeliveryRuleObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRulePostArgs
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRulePostArgsConditionObject' {
Describe 'New-AzCdnDeliveryRulePostArgsConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleQueryStr
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleQueryStringConditionObject' {
Describe 'New-AzCdnDeliveryRuleQueryStringConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleRemoteAd
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleRemoteAddressConditionObject' {
Describe 'New-AzCdnDeliveryRuleRemoteAddressConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleRequestB
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleRequestBodyConditionObject' {
Describe 'New-AzCdnDeliveryRuleRequestBodyConditionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzCdnDeliveryRuleRequestH
. ($mockingPath | Select-Object -First 1).FullName
}

Describe 'New-AzCdnDeliveryRuleRequestHeaderActionObject' {
Describe 'New-AzCdnDeliveryRuleRequestHeaderActionObject' -Tag 'LiveOnly' {
It '__AllParameterSets' {
{
# ignore
Expand Down
Loading