|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 7/27/2022 |
| 6 | +# Generated on: 2022/8/12 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '4.19.0' |
| 15 | +ModuleVersion = '4.20.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -624,7 +624,6 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
|
624 | 624 | 'Remove-AzNetworkManagerManagementGroupConnection',
|
625 | 625 | 'Set-AzNetworkManagerManagementGroupConnection'
|
626 | 626 |
|
627 |
| - |
628 | 627 | # Variables to export from this module
|
629 | 628 | # VariablesToExport = @()
|
630 | 629 |
|
@@ -671,88 +670,38 @@ PrivateData = @{
|
671 | 670 | # IconUri = ''
|
672 | 671 |
|
673 | 672 | # ReleaseNotes of this module
|
674 |
| - ReleaseNotes = '* Updated cmdlets to add new property of ''ExplicitProxy'' in Azure Firewall Policy. |
675 |
| - - ''New-AzFirewallPolicyExplicitProxy'' |
676 |
| - - ''New-AzFirewallPolicy'' |
677 |
| - - ''Set-AzFirewallPolicy'' |
678 |
| -* Added new cmdlets to create packet captures for Network Watcher: |
679 |
| - - ''New-AzNetworkWatcherPacketCaptureV2'' |
680 |
| - - ''New-AzPacketCaptureScopeConfig'' |
681 |
| -* Added support for CustomV2 ssl policies for Application Gateway. |
682 |
| - - Added ''CustomV2'' to the validation set of ''PolicyType'' |
683 |
| - - Added ''TLSv1_3'' to the validation set of ''MinProtocolVersion'' |
684 |
| - - Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3 |
685 |
| -* Network Watcher Feature Change: Added new paramenter i.e. AzureVMSS as source endpoint in ConnectionMonitor. |
686 |
| - - ''New-AzNetworkWatcherConnectionMonitorEndpointObject'' |
687 |
| -* Added ''IdentifyTopFatFlow'' parameter to ''AzureFirewall'' |
688 |
| - - ''New-AzFirewall'' |
689 |
| -* Enabled Azure Firewall forced tunneling by default (AzureFirewallManagementSubnet and ManagementPublicIpAddress are required) whenever basic sku firewall is created. |
690 |
| - - ''New-AzFirewall'' |
691 |
| -* Fixed bug that causes an overflow due to incorrect SNAT private ranges IP validation. |
692 |
| -* Added new cmdlets to create/manage L4(TCP/TLS) objects for ApplicationGateway: |
693 |
| - - ''Get-AzApplicationGatewayListener'' |
694 |
| - - ''New-AzApplicationGatewayListener'' |
695 |
| - - ''Add-AzApplicationGatewayListener'' |
696 |
| - - ''Set-AzApplicationGatewayListener'' |
697 |
| - - ''Remove-AzApplicationGatewayListener'' |
698 |
| - - ''Get-AzApplicationGatewayBackendSetting'' |
699 |
| - - ''New-AzApplicationGatewayBackendSetting'' |
700 |
| - - ''Add-AzApplicationGatewayBackendSetting'' |
701 |
| - - ''Set-AzApplicationGatewayBackendSetting'' |
702 |
| - - ''Remove-AzApplicationGatewayBackendSetting'' |
703 |
| - - ''Get-AzApplicationGatewayRoutingRule'' |
704 |
| - - ''New-AzApplicationGatewayRoutingRule'' |
705 |
| - - ''Add-AzApplicationGatewayRoutingRule'' |
706 |
| - - ''Set-AzApplicationGatewayRoutingRule'' |
707 |
| - - ''Remove-AzApplicationGatewayRoutingRule'' |
708 |
| -* Updated cmdlet to add TCP/TLS Listener , BackendSetting , RoutingRule support for Application Gateway: |
709 |
| - - ''New-AzApplicationGateway'' |
710 |
| -* Updated cmdlets to add TCP/TLS protocol support for Application gateway Health Probe configuration: |
711 |
| - - ''Set-AzApplicationGatewayProbeConfig'' |
712 |
| - - ''Add-AzApplicationGatewayProbeConfig'' |
713 |
| - - ''New-AzApplicationGatewayProbeConfig'' |
714 |
| -* Updated cmdlets to add basic sku support on Azure Firewall and Azure Firewall Policy: |
715 |
| - - ''New-AzFirewall'' |
716 |
| - - ''New-AzFirewallPolicy'' |
717 |
| - - ''Set-AzFirewallPolicy'' |
718 |
| -* Added new cmdlets to create/manage authorization objects for ExpressRoutePort: |
719 |
| - - ''Add-AzExpressRoutePortAuthorization'' |
720 |
| - - ''Get-AzExpressRoutePortAuthorization'' |
721 |
| - - ''Remove-AzExpressRoutePortAuthorization'' |
722 |
| -* Added option parameter ''AuthorizationKey'' to cmdlet ''New-AzExpressRouteCircuit'' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner. |
723 |
| -* Fixed bug that can''t display CustomIpPrefix in PublicIpPrefix. |
724 |
| -* Updated cmdlets to add new property of ''HubRoutingPreference'' in VirtualHub and set property of ''PreferredRoutingGateway'' deprecated . |
725 |
| - - ''New-AzVirtualHub'' |
726 |
| - - ''Update-AzVirtualHub'' |
727 |
| -* Added optional parameter ''AuxiliaryMode'' to cmdlet ''New-AzNetworkInterface'' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections. |
728 |
| -* Multipool feature change: Updated cmdlets to add new optional property: ''ConfigurationPolicyGroups'' object for associating policy groups. |
729 |
| - - ''Update-AzVpnServerConfiguration'' |
730 |
| - - ''New-AzVpnServerConfiguration'' |
731 |
| -* Multipool feature change: Updated cmdlets to add new optional property: ''P2SConnectionConfiguration'' object for specifying multiple Connection configurations. |
732 |
| - - ''Update-AzP2sVpnGateway'' |
733 |
| - - ''New-AzP2sVpnGateway'' |
734 |
| -* Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration. |
735 |
| - - ''Get-AzVpnServerConfigurationPolicyGroup'' |
736 |
| - - ''New-AzVpnServerConfigurationPolicyGroup'' |
737 |
| - - ''Update-AzVpnServerConfigurationPolicyGroup'' |
738 |
| - - ''Remove-AzVpnServerConfigurationPolicyGroup'' |
739 |
| -* Added new cmdlets for RoutingIntent child resource of VirtualHub. |
740 |
| - -''Add-AzRoutingPolicy'' |
741 |
| - -''Get-AzRoutingPolicy'' |
742 |
| - -''New-AzRoutingPolicy'' |
743 |
| - -''Remove-AzRoutingPolicy'' |
744 |
| - -''Set-AzRoutingPolicy'' |
745 |
| - -''Get-AzRoutingIntent'' |
746 |
| - -''New-AzRoutingIntent'' |
747 |
| - -''Remove-AzRoutingIntent'' |
748 |
| - -''Set-AzRoutingIntent'' |
749 |
| -* Updated cmdlets to add new option of ''HubRoutingPreference'' in RouteServer. |
750 |
| - - ''New-AzRouteServer'' |
751 |
| - - ''Update-AzRouteServer'' |
752 |
| -* Fixed bug that can''t parse CustomIpPrefixParent parameter from swagger to powershell. |
753 |
| -* Added ''Any'' operator in New-AzApplicationGatewayFirewallCondition |
754 |
| -* Made properties ''ApplicationSecurityGroups'' and ''IpConfigurations'' for ''PrivateEndpoint'' updatable in the cmdlet ''Set-AzPrivateEndpoint'' |
755 |
| -* Onboarded Device Update for IoT Hub to Private Link Common Cmdlets' |
| 673 | + ReleaseNotes = '* Fixed a bug that removes existing resource tags during a Set-AzFirewallPolicy command |
| 674 | +* Fixed required parameter ''PrivateLinkResourceType'' missing issue for the following cmdlets [#18655] |
| 675 | + - ''Get-AzPrivateEndpointConnection'' |
| 676 | + - ''Set-AzPrivateEndpointConnection'' |
| 677 | + - ''Remove-AzPrivateEndpointConnection'' |
| 678 | + - ''Approve-AzPrivateEndpointConnection'' |
| 679 | + - ''Deny-AzPrivateEndpointConnection'' |
| 680 | +* Added breaking change attribute to notify that public ip address sku default behaviour will be changed |
| 681 | + - ''New-AzPublicIpAddress'' |
| 682 | + - ''New-AzLoadBalancer'' |
| 683 | +* Onboard Azure Virtual Network Manager Cmdlets |
| 684 | + - ''New/Get/Remove/Set-AzNetworkManager'' |
| 685 | + - ''New/Get/Remove/Set-AzNetworkManagerGroup'' |
| 686 | + - ''New/Get/Remove/Set-AzNetworkManagerConnectivityConfiguration'' |
| 687 | + - ''New/Get/Remove/Set-AzNetworkManagerSecurityAdminConfiguration'' |
| 688 | + - ''New/Get/Remove/Set-AzNetworkManagerSecurityAdminRuleCollection'' |
| 689 | + - ''New/Get/Remove/Set-AzNetworkManagerSecurityAdminRule'' |
| 690 | + - ''Get-AzNetworkManagerActiveConnectivityConfiguration'' |
| 691 | + - ''Get-AzNetworkManagerActiveSecurityAdminRule'' |
| 692 | + - ''Get-AzNetworkManagerEffectiveConnectivityConfiguration'' |
| 693 | + - ''Get-AzNetworkManagerEffectiveSecurityAdminRule'' |
| 694 | + - ''Deploy-AzNetworkManagerCommit'' |
| 695 | + - ''Get-AzNetworkManagerDeploymentStatus'' |
| 696 | + - ''New-AzNetworkManagerAddressPrefixItem'' |
| 697 | + - ''New-AzNetworkManagerScope'' |
| 698 | + - ''New-AzNetworkManagerSecurityGroupItem'' |
| 699 | + - ''New-AzNetworkManagerHub'' |
| 700 | + - ''New-AzNetworkManagerConnectivityGroupItem'' |
| 701 | + - ''New/Get/Remove-AzNetworkManagerStaticMember'' |
| 702 | + - ''New/Get/Remove/Set-AzNetworkManagerScopeConnection'' |
| 703 | + - ''New/Get/Remove/Set-AzNetworkManagerSubscriptionConnection'' |
| 704 | + - ''New/Get/Remove/Set-AzNetworkManagerManagementGroupConnection'' ' |
756 | 705 |
|
757 | 706 | # Prerelease string of this module
|
758 | 707 | # Prerelease = ''
|
|
0 commit comments