Skip to content

Commit bb0e651

Browse files
Bump up version for Network
1 parent 17f1620 commit bb0e651

File tree

8 files changed

+69124
-31342
lines changed

8 files changed

+69124
-31342
lines changed

NuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929

3030

3131

32+
33+

src/Network/Network/Az.Network.psd1

Lines changed: 77 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '7.16.2'
15+
ModuleVersion = '7.17.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = '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
7070
FormatsToProcess = 'Network.generated.format.ps1xml',
@@ -784,7 +784,7 @@ PrivateData = @{
784784
PSData = @{
785785

786786
# Tags applied to this module. These help with module discovery in online galleries.
787-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Network', 'VirtualNetwork'
787+
Tags = 'Azure','ResourceManager','ARM','Network','VirtualNetwork'
788788

789789
# A URL to the license for this module.
790790
LicenseUri = 'https://aka.ms/azps-license'
@@ -796,7 +796,78 @@ PrivateData = @{
796796
# IconUri = ''
797797

798798
# ReleaseNotes of this module
799-
ReleaseNotes = '* Onboarded ''Microsoft.FluidRelay/fluidRelayServers'' to private link cmdlets'
799+
ReleaseNotes = '* Added properties ''PublicIpAddressesV6'', ''PublicIpPrefixesV6'', and ''SourceVirtualNetwork'' to NatGateway, as well as support for it for the following cmdlets:
800+
- ''New-AzNatGateway''
801+
- ''Set-AzNatGateway''
802+
* Added property ''DefaultPublicNatGateway'' to VirtualNetwork.
803+
* Onboarded ''Microsoft.FluidRelay/fluidRelayServers'' to private link cmdlets
804+
* Added cmdlet ''Get-AzLoadBalancerRuleHealth'' for Load Balancer Rule Health.
805+
* Added property ''EnableConnectionTracking'' to Load Balancing Rule, as well as support for it for the following cmdlets:
806+
- ''Add-AzLoadBalancerRuleConfig''
807+
- ''New-AzLoadBalancerRuleConfig''
808+
- ''Set-AzLoadBalancerRuleConfig''
809+
* Added cmdlet for migration of basic IP based deployment to Standard IP based VMSS deployments for VirtualNetworkGateways
810+
- ''New-AzVirtualNetworkGatewayMigrationParameter''
811+
- ''Invoke-AzVirtualNetworkGatewayPrepareMigration''
812+
- ''Invoke-AzVirtualNetworkGatewayExecuteMigration''
813+
- ''Invoke-AzVirtualNetworkGatewayCommitMigration''
814+
- ''Invoke-AzVirtualNetworkGatewayAbortMigration''
815+
* Added cmdlets for CRUD operations of NetworkSecurityPerimeter service
816+
- Cmdlets for NetworkSecurityPerimeter operations
817+
- ''New-AzNetworkSecurityPerimeter''
818+
- ''Get-AzNetworkSecurityPerimeter''
819+
- ''Update-AzNetworkSecurityPerimeter''
820+
- ''Remove-AzNetworkSecurityPerimeter''
821+
- Cmdlets for NetworkSecurityPerimeter profile operations
822+
- ''New-AzNetworkSecurityPerimeterProfile''
823+
- ''Get-AzNetworkSecurityPerimeterProfile''
824+
- ''Remove-AzNetworkSecurityPerimeterProfile''
825+
- Cmdlets for NetworkSecurityPerimeter association operations
826+
- ''New-AzNetworkSecurityPerimeterAssociation''
827+
- ''Get-AzNetworkSecurityPerimeterAssociation''
828+
- ''Update-AzNetworkSecurityPerimeterAssociation''
829+
- ''Remove-AzNetworkSecurityPerimeterAssociation''
830+
- Cmdlets for NetworkSecurityPerimeter access rule operations
831+
- ''New-AzNetworkSecurityPerimeterAccessRule''
832+
- ''Get-AzNetworkSecurityPerimeterAccessRule''
833+
- ''Update-AzNetworkSecurityPerimeterAccessRule''
834+
- ''Remove-AzNetworkSecurityPerimeterAccessRule''
835+
- Cmdlets for NetworkSecurityPerimeter link operations
836+
- ''New-AzNetworkSecurityPerimeterLink''
837+
- ''Get-AzNetworkSecurityPerimeterLink''
838+
- ''Update-AzNetworkSecurityPerimeterLink''
839+
- ''Remove-AzNetworkSecurityPerimeterLink''
840+
- Cmdlets for NetworkSecurityPerimeter link reference operations
841+
- ''Get-AzNetworkSecurityPerimeterLinkReference''
842+
- ''Remove-AzNetworkSecurityPerimeterLinkReference''
843+
- Cmdlets for NetworkSecurityPerimeter logging configuration operations
844+
- ''New-AzNetworkSecurityPerimeterLoggingConfiguration''
845+
- ''Get-AzNetworkSecurityPerimeterLoggingConfiguration''
846+
- ''Update-AzNetworkSecurityPerimeterLoggingConfiguration''
847+
- ''Remove-AzNetworkSecurityPerimeterLoggingConfiguration''
848+
- Cmdlet to get NetworkSecurityPerimeter associable resource types
849+
- ''Get-AzNetworkSecurityPerimeterAssociableResourceType''
850+
* Updated cmdlet to add the property of ''PartnerManagedResource'', and updated corresponding cmdlets.
851+
- ''Get-AzNetworkVirtualAppliance''
852+
* Added cmdlet to retrieve boot diagnostic logs for a given NetworkVirtualAppliance VM instance:
853+
- ''Get-AzNetworkVirtualApplianceBootDiagnostics''
854+
* Added etag property to Azure Virtual Network Manager -> IpamPool, VerifierWorkspace data models
855+
* Onboarded ExpressRoute cmdlets to manage Microsoft Peering Advertised prefix validation:
856+
- ''Get-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig''
857+
- ''Add-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig''
858+
- ''Set-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig''
859+
- ''Remove-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig''
860+
* Updated cmdlets to support Advanced Connectivity feature for Azure VPN gateway.
861+
- ''New-AzVirtualNetworkGateway''
862+
- ''Get-AzVirtualNetworkGateway''
863+
- ''Get-AzVirtualNetworkGatewayConnection''
864+
* Deleted NetworkWatcher cmdlets for ''Classic'' Connection Monitor
865+
- ''Start-AzNetworkWatcherConnectionMonitor''
866+
- ''Get-AzNetworkWatcherConnectionMonitorReport''
867+
* Updated cmdlets to support topology-specific connectivity capabilities:
868+
- ''New-AzNetworkManagerConnectivityConfiguration''
869+
- ''Set-AzNetworkManagerConnectivityConfiguration''
870+
- ''Get-AzNetworkManagerConnectivityConfiguration'''
800871

801872
# Prerelease string of this module
802873
# Prerelease = ''
@@ -809,7 +880,7 @@ PrivateData = @{
809880

810881
} # End of PSData hashtable
811882

812-
} # End of PrivateData hashtable
883+
} # End of PrivateData hashtable
813884

814885
# HelpInfo URI of this module
815886
# HelpInfoURI = ''

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.17.0
2224
* Added properties 'PublicIpAddressesV6', 'PublicIpPrefixesV6', and 'SourceVirtualNetwork' to NatGateway, as well as support for it for the following cmdlets:
2325
- `New-AzNatGateway`
2426
- `Set-AzNatGateway`

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.16.2")]
29-
[assembly: AssemblyFileVersion("7.16.2")]
28+
[assembly: AssemblyVersion("7.17.0")]
29+
[assembly: AssemblyFileVersion("7.17.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
@@ -109,7 +109,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.0'; },
109109
@{ModuleName = 'Az.Migrate'; RequiredVersion = '2.7.1'; },
110110
@{ModuleName = 'Az.Monitor'; RequiredVersion = '6.0.2'; },
111111
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.3.0'; },
112-
@{ModuleName = 'Az.Network'; RequiredVersion = '7.16.2'; },
112+
@{ModuleName = 'Az.Network'; RequiredVersion = '7.17.0'; },
113113
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.1.0'; },
114114
@{ModuleName = 'Az.Nginx'; RequiredVersion = '1.2.0'; },
115115
@{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
@@ -178,7 +178,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.0'; },
178178
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.3.0'; },
179179
@{ModuleName = 'Az.NeonPostgres'; RequiredVersion = '0.1.1'; },
180180
@{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.23.0'; },
181-
@{ModuleName = 'Az.Network'; RequiredVersion = '7.16.2'; },
181+
@{ModuleName = 'Az.Network'; RequiredVersion = '7.17.0'; },
182182
@{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.2'; },
183183
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.1.0'; },
184184
@{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.1.5'; },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-releas
44
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.3.0.zip;sourceType=sa]Az.MySql,1.3.0
55
pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.1.1.zip;sourceType=sa]Az.NeonPostgres,0.1.1
66
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.23.0.zip;sourceType=sa]Az.NetAppFiles,0.23.0
7-
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.16.2.zip;sourceType=sa]Az.Network,7.16.2
7+
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.17.0.zip;sourceType=sa]Az.Network,7.17.0
88
pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2
99
pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.1.1.0.zip;sourceType=sa]Az.NetworkCloud,1.1.0
1010
pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.1.5.zip;sourceType=sa]Az.NetworkFunction,0.1.5

0 commit comments

Comments
 (0)