|
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 8/11/2025 |
| 6 | +# Generated on: 9/10/2025 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | # RootModule = '' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '7.19.1' |
| 15 | +ModuleVersion = '7.20.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop' |
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' |
53 | 53 | # ProcessorArchitecture = '' |
54 | 54 |
|
55 | 55 | # 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'; }) |
57 | 57 |
|
58 | 58 | # Assemblies that must be loaded prior to importing this module |
59 | 59 | RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', |
@@ -693,7 +693,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', |
693 | 693 | 'Set-AzNetworkInterfaceTapConfig', 'Set-AzNetworkManager', |
694 | 694 | 'Set-AzNetworkManagerConnectivityConfiguration', |
695 | 695 | 'Set-AzNetworkManagerGroup', 'Set-AzNetworkManagerIpamPool', |
696 | | - 'Set-AzNetworkManagerIpamPoolStaticCidr', |
| 696 | + 'Set-AzNetworkManagerIpamPoolStaticCidr', |
697 | 697 | 'Set-AzNetworkManagerManagementGroupConnection', |
698 | 698 | 'Set-AzNetworkManagerRoutingConfiguration', |
699 | 699 | 'Set-AzNetworkManagerRoutingRule', |
@@ -752,15 +752,14 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', |
752 | 752 | 'Update-AzVirtualRouterPeer', 'Update-AzVirtualWan', |
753 | 753 | 'Update-AzVpnConnection', 'Update-AzVpnGateway', |
754 | 754 | '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', |
761 | 761 | 'Get-AzVirtualNetworkGatewayRoutesInformation' |
762 | 762 |
|
763 | | - |
764 | 763 | # Variables to export from this module |
765 | 764 | # VariablesToExport = @() |
766 | 765 |
|
@@ -806,14 +805,13 @@ PrivateData = @{ |
806 | 805 | # IconUri = '' |
807 | 806 |
|
808 | 807 | # 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' |
817 | 815 |
|
818 | 816 | # Prerelease string of this module |
819 | 817 | # Prerelease = '' |
|
0 commit comments