12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 7.1 .0'
15
+ ModuleVersion = ' 7.2 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -61,10 +61,10 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
61
61
' NetworkSecurityPerimeter.Autorest/bin/Az.NetworkSecurityPerimeter.private.dll'
62
62
63
63
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
64
- ScriptsToProcess = @ ()
64
+ # ScriptsToProcess = @()
65
65
66
66
# Type files (.ps1xml) to be loaded when importing this module
67
- TypesToProcess = @ ()
67
+ # TypesToProcess = @()
68
68
69
69
# Format files (.ps1xml) to be loaded when importing this module
70
70
FormatsToProcess = ' Network.generated.format.ps1xml' ,
@@ -703,7 +703,7 @@ PrivateData = @{
703
703
PSData = @ {
704
704
705
705
# 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'
707
707
708
708
# A URL to the license for this module.
709
709
LicenseUri = ' https://aka.ms/azps-license'
@@ -715,22 +715,13 @@ PrivateData = @{
715
715
# IconUri = ''
716
716
717
717
# 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'
731
722
732
723
# Prerelease string of this module
733
- # Prerelease = ''
724
+ Prerelease = ' preview '
734
725
735
726
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
736
727
# RequireLicenseAcceptance = $false
@@ -740,7 +731,7 @@ PrivateData = @{
740
731
741
732
} # End of PSData hashtable
742
733
743
- } # End of PrivateData hashtable
734
+ } # End of PrivateData hashtable
744
735
745
736
# HelpInfo URI of this module
746
737
# HelpInfoURI = ''
0 commit comments