Skip to content

Commit 0cbc58d

Browse files
Bump up version for Network
1 parent df7ebeb commit 0cbc58d

File tree

8 files changed

+6934
-4421
lines changed

8 files changed

+6934
-4421
lines changed

NuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737

3838

39+
40+
3941

4042

4143

src/Network/Network/Az.Network.psd1

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/11/2025
6+
# Generated on: 9/10/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '7.19.1'
15+
ModuleVersion = '7.20.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -693,7 +693,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
693693
'Set-AzNetworkInterfaceTapConfig', 'Set-AzNetworkManager',
694694
'Set-AzNetworkManagerConnectivityConfiguration',
695695
'Set-AzNetworkManagerGroup', 'Set-AzNetworkManagerIpamPool',
696-
'Set-AzNetworkManagerIpamPoolStaticCidr',
696+
'Set-AzNetworkManagerIpamPoolStaticCidr',
697697
'Set-AzNetworkManagerManagementGroupConnection',
698698
'Set-AzNetworkManagerRoutingConfiguration',
699699
'Set-AzNetworkManagerRoutingRule',
@@ -752,15 +752,14 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
752752
'Update-AzVirtualRouterPeer', 'Update-AzVirtualWan',
753753
'Update-AzVpnConnection', 'Update-AzVpnGateway',
754754
'Update-AzVpnGatewayNatRule', 'Update-AzVpnServerConfiguration',
755-
'Update-AzVpnServerConfigurationPolicyGroup', 'Update-AzVpnSite',
756-
'Get-AzVirtualNetworkGatewayFailoverSingleTestDetail',
757-
'Get-AzVirtualNetworkGatewayFailoverAllTestsDetail',
758-
'Start-AzVirtualNetworkGatewaySiteFailoverTest',
759-
'Stop-AzVirtualNetworkGatewaySiteFailoverTest',
760-
'Get-AzVirtualNetworkGatewayResiliencyInformation',
755+
'Update-AzVpnServerConfigurationPolicyGroup', 'Update-AzVpnSite',
756+
'Get-AzVirtualNetworkGatewayFailoverSingleTestDetail',
757+
'Get-AzVirtualNetworkGatewayFailoverAllTestsDetail',
758+
'Start-AzVirtualNetworkGatewaySiteFailoverTest',
759+
'Stop-AzVirtualNetworkGatewaySiteFailoverTest',
760+
'Get-AzVirtualNetworkGatewayResiliencyInformation',
761761
'Get-AzVirtualNetworkGatewayRoutesInformation'
762762

763-
764763
# Variables to export from this module
765764
# VariablesToExport = @()
766765

@@ -806,14 +805,13 @@ PrivateData = @{
806805
# IconUri = ''
807806

808807
# ReleaseNotes of this module
809-
ReleaseNotes = '* Added a read-only property ''ComputedDisabledRules'' to ''ApplicationGatewayFirewallPolicyManagedRuleSet''. This property shows which rules are effectively disabled, based on both user-defined WAF policy overrides and the default state of the rules in the managed ruleset.
810-
* Primary affected Cmdlet (returns the modified object directly):
811-
- ''New-AzApplicationGatewayFirewallPolicyManagedRuleSet''
812-
* Secondary affected Cmdlets (object is nested within their returned result):
813-
- ''New-AzApplicationGatewayFirewallPolicyManagedRules''
814-
- ''Get-AzApplicationGatewayFirewallPolicy''
815-
- ''Set-AzApplicationGatewayFirewallPolicy''
816-
- ''New-AzApplicationGatewayFirewallPolicy'''
808+
ReleaseNotes = '* Added cmdlet ''Get-AzVirtualNetworkGatewayFailoverSingleTestDetail'' to retrieve details of a single failover test on a virtual network gateway.
809+
* Added cmdlet ''Get-AzVirtualNetworkGatewayFailoverAllTestsDetail'' to list all failover tests for a virtual network gateway.
810+
* Added cmdlet ''Start-AzVirtualNetworkGatewaySiteFailoverTest'' to initiate a site failover test on a virtual network gateway.
811+
* Added cmdlet ''Stop-AzVirtualNetworkGatewaySiteFailoverTest'' to stop an ongoing site failover test.
812+
* Added cmdlet ''Get-AzVirtualNetworkGatewayResiliencyInformation'' to retrieve resiliency information for a virtual network gateway.
813+
* Added cmdlet ''Get-AzVirtualNetworkGatewayRoutesInformation'' to get route information for a virtual network gateway.
814+
* Onboarded Maps to Private Link Common Cmdlets'
817815

818816
# Prerelease string of this module
819817
# Prerelease = ''

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--->
2020

2121
## Upcoming Release
22+
23+
## Version 7.20.0
2224
* Added cmdlet `Get-AzVirtualNetworkGatewayFailoverSingleTestDetail` to retrieve details of a single failover test on a virtual network gateway.
2325
* Added cmdlet `Get-AzVirtualNetworkGatewayFailoverAllTestsDetail` to list all failover tests for a virtual network gateway.
2426
* Added cmdlet `Start-AzVirtualNetworkGatewaySiteFailoverTest` to initiate a site failover test on a virtual network gateway.

src/Network/Network/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
28-
[assembly: AssemblyVersion("7.19.1")]
29-
[assembly: AssemblyFileVersion("7.19.1")]
28+
[assembly: AssemblyVersion("7.20.0")]
29+
[assembly: AssemblyFileVersion("7.20.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
113113
@{ModuleName = 'Az.Migrate'; RequiredVersion = '2.9.0'; },
114114
@{ModuleName = 'Az.Monitor'; RequiredVersion = '6.0.3'; },
115115
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.0'; },
116-
@{ModuleName = 'Az.Network'; RequiredVersion = '7.19.1'; },
116+
@{ModuleName = 'Az.Network'; RequiredVersion = '7.20.0'; },
117117
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.2.1'; },
118118
@{ModuleName = 'Az.Nginx'; RequiredVersion = '1.2.1'; },
119119
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.2.0'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
181181
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.0'; },
182182
@{ModuleName = 'Az.NeonPostgres'; RequiredVersion = '0.2.0'; },
183183
@{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.25.0'; },
184-
@{ModuleName = 'Az.Network'; RequiredVersion = '7.19.1'; },
184+
@{ModuleName = 'Az.Network'; RequiredVersion = '7.20.0'; },
185185
@{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.2'; },
186186
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.2.1'; },
187187
@{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.2.0'; },

tools/Docs/az-ps-latest-2.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-releas
55
pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.0.zip;sourceType=sa]Az.MySql,1.5.0
66
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0
77
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.25.0.zip;sourceType=sa]Az.NetAppFiles,0.25.0
8-
pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.19.1.zip;sourceType=sa]Az.Network,7.19.1
8+
pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.20.0.zip;sourceType=sa]Az.Network,7.20.0
99
pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2
1010
pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.1.2.1.zip;sourceType=sa]Az.NetworkCloud,1.2.1
1111
pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0

0 commit comments

Comments
 (0)