1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 7.1 .0'
15+ ModuleVersion = ' 7.2 .0'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -61,10 +61,10 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
6161 ' NetworkSecurityPerimeter.Autorest/bin/Az.NetworkSecurityPerimeter.private.dll'
6262
6363# Script files (.ps1) that are run in the caller's environment prior to importing this module.
64- ScriptsToProcess = @ ()
64+ # ScriptsToProcess = @()
6565
6666# Type files (.ps1xml) to be loaded when importing this module
67- TypesToProcess = @ ()
67+ # TypesToProcess = @()
6868
6969# Format files (.ps1xml) to be loaded when importing this module
7070FormatsToProcess = ' Network.generated.format.ps1xml' ,
@@ -703,7 +703,7 @@ PrivateData = @{
703703 PSData = @ {
704704
705705 # Tags applied to this module. These help with module discovery in online galleries.
706- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Network' , ' VirtualNetwork'
706+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Network' , ' VirtualNetwork'
707707
708708 # A URL to the license for this module.
709709 LicenseUri = ' https://aka.ms/azps-license'
@@ -715,22 +715,13 @@ PrivateData = @{
715715 # IconUri = ''
716716
717717 # ReleaseNotes of this module
718- ReleaseNotes = ' * Added DefaultOutboundAccess parameter on subnet creation
719- * Updated cmdlet '' New-AzPublicIpPrefix'' and '' New-PublicIpAddress'' to require Location parameter
720- * Updated cmdlet '' New-AzLoadBalancerBackendAddressPool'' to support managed IP based backend
721- * Added cmdlet '' New-AzSaaSNetworkVirtualAppliance'' for creating a NetworkVirtualAppliance of SaaS type.
722- * Added control knobs to virtual network gateways and ExpressRoute gateways as well to cmdlets operating on those.
723- * Updated cmdlets to add Hostnames property for Application gateway Listener Configuration
724- - '' Set-AzApplicationGatewayListener''
725- - '' Add-AzApplicationGatewayListener''
726- - '' New-AzApplicationGatewayListener''
727- * Added cmdlet '' Remove-AzApplicationGatewayFirewallCustomRule'' to support removing custom rule in Firewall Policy.
728- * Added support for new ErGWScale SKU - ErGwScale
729- * Added property '' size'' to firewallPolicy and firewallPolicyRuleCollectionGroup.
730- * Updated cmdlet '' New-AzBastion'' , '' Set-AzBastion'' and '' Get-AzBastion'' to support Bastion features for CRUD operations'
718+ ReleaseNotes = ' * Fixed a few minor issues
719+ * Onboarded '' Microsoft.DBforPostgreSQL/flexibleServers'' to private link cmdlets
720+ * Fixed missing properties in PSBackendAddressPool
721+ * Added cmdlets of NetworkSecurityPerimeter for preview'
731722
732723 # Prerelease string of this module
733- # Prerelease = ''
724+ Prerelease = ' preview '
734725
735726 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
736727 # RequireLicenseAcceptance = $false
@@ -740,7 +731,7 @@ PrivateData = @{
740731
741732 } # End of PSData hashtable
742733
743- } # End of PrivateData hashtable
734+ } # End of PrivateData hashtable
744735
745736# HelpInfo URI of this module
746737# HelpInfoURI = ''
0 commit comments