Skip to content

Commit 0c7e72d

Browse files
Update version and changelog for release-2022-05-24 RC3 (#18241)
Force merge * Update version and changelog * Update version and changelog * Update the test cases * Update the test cases * Update the test cases * Update Changelog.md Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 888088e commit 0c7e72d

File tree

143 files changed

+163
-143
lines changed

Some content is hidden

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

143 files changed

+163
-143
lines changed

src/ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.ApplicationInsights.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '1.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/ApplicationInsights/ChangeLog.md

Lines changed: 1 addition & 1 deletion

src/Cdn/Changelog.md

Lines changed: 21 additions & 1 deletion

src/Cdn/test/Clear-AzCdnEndpointContent.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Clear-AzCdnEndpointContent'))
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Clear-AzCdnEndpointContent' {
17+
Describe 'Clear-AzCdnEndpointContent' -Tag 'LiveOnly' {
1818
It 'PurgeExpanded' {
1919
{
2020
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)

src/Cdn/test/Clear-AzFrontDoorCdnEndpointContent.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Clear-AzFrontDoorCdnEndpointC
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Clear-AzFrontDoorCdnEndpointContent' {
17+
Describe 'Clear-AzFrontDoorCdnEndpointContent' -Tag 'LiveOnly' {
1818
It 'PurgeExpanded' {
1919
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
2020
try

src/Cdn/test/Disable-AzCdnCustomDomainCustomHttps.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Disable-AzCdnCustomDomainCust
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Disable-AzCdnCustomDomainCustomHttps' {
17+
Describe 'Disable-AzCdnCustomDomainCustomHttps' -Tag 'LiveOnly' {
1818
It 'Disable' -skip {
1919
{ throw [System.NotImplementedException] } | Should -Not -Throw
2020
}

src/Cdn/test/Enable-AzCdnCustomDomainCustomHttps.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Enable-AzCdnCustomDomainCusto
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Enable-AzCdnCustomDomainCustomHttps' {
17+
Describe 'Enable-AzCdnCustomDomainCustomHttps' -Tag 'LiveOnly' {
1818
It 'Enable' {
1919
{
2020
$subId = "27cafca8-b9a4-4264-b399-45d0c9cca1ab"

src/Cdn/test/Get-AzCdnCustomDomain.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnCustomDomain'))
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Get-AzCdnCustomDomain' {
17+
Describe 'Get-AzCdnCustomDomain' -Tag 'LiveOnly' {
1818
It 'List' {
1919
{
2020
$subId = "27cafca8-b9a4-4264-b399-45d0c9cca1ab"

src/Cdn/test/Get-AzCdnEdgeNode.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnEdgeNode'))
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Get-AzCdnEdgeNode' {
17+
Describe 'Get-AzCdnEdgeNode' -Tag 'LiveOnly' {
1818
It 'List' {
1919
{
2020
$minPrefixLength = 0;

src/Cdn/test/Get-AzCdnEndpoint.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnEndpoint'))
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Get-AzCdnEndpoint' {
17+
Describe 'Get-AzCdnEndpoint' -Tag 'LiveOnly' {
1818
It 'List' {
1919
{
2020
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)

0 commit comments

Comments
 (0)