Skip to content

Commit

Permalink
Network OOB Release (Azure#26285)
Browse files Browse the repository at this point in the history
* Bump up version for Network

* Update NuGet.Config

---------

Co-authored-by: NanxiangLiu <[email protected]>
  • Loading branch information
azure-powershell-bot and Nickcandy authored Oct 22, 2024
1 parent a7607fe commit d80f152
Show file tree
Hide file tree
Showing 7 changed files with 106,437 additions and 93,376 deletions.
38 changes: 18 additions & 20 deletions src/Network/Network/Az.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 9/25/2024
# Generated on: 10/18/2024
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '7.9.0'
ModuleVersion = '7.10.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -214,10 +214,10 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'Get-AzNetworkManagerScopeConnection',
'Get-AzNetworkManagerSecurityAdminConfiguration',
'Get-AzNetworkManagerSecurityAdminRule',
'Get-AzNetworkManagerSecurityAdminRuleCollection',
'Get-AzNetworkManagerSecurityAdminRuleCollection',
'Get-AzNetworkManagerRoutingConfiguration',
'Get-AzNetworkManagerRoutingRule',
'Get-AzNetworkManagerRoutingRuleCollection',
'Get-AzNetworkManagerRoutingRuleCollection',
'Get-AzNetworkManagerSecurityUserConfiguration',
'Get-AzNetworkManagerSecurityUserRule',
'Get-AzNetworkManagerSecurityUserRuleCollection',
Expand Down Expand Up @@ -399,10 +399,10 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'New-AzNetworkManagerSecurityAdminRuleCollection',
'New-AzNetworkManagerRoutingConfiguration',
'New-AzNetworkManagerRoutingRule',
'New-AzNetworkManagerRoutingRuleCollection',
'New-AzNetworkManagerRoutingRuleCollection',
'New-AzNetworkManagerSecurityUserConfiguration',
'New-AzNetworkManagerSecurityUserRule',
'New-AzNetworkManagerSecurityUserRuleCollection',
'New-AzNetworkManagerSecurityUserRuleCollection',
'New-AzNetworkManagerSecurityGroupItem',
'New-AzNetworkManagerRoutingGroupItem',
'New-AzNetworkManagerSecurityUserGroupItem',
Expand Down Expand Up @@ -743,20 +743,18 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Onboarded ''Microsoft.VideoIndexer/accounts'' to private link cmdlets
* Added support to create, get and delete Bastion shareable links
- ''New-AzBastionShareableLink''
- ''Get-AzBastionShareableLink''
- ''Remove-AzBastionShareableLink''
* Fixed a bug in cmdlet ''Invoke-AzFirewallPacketCapture'' which caused the packet capture request to be stuck in a waiting for activation state.
* Updated cmdlet to add the property of ''Sensitivity'', and updated corresponding cmdlets.
- ''New-AzApplicationGatewayFirewallPolicyManagedRuleOverride''
* Added support for ''DefaultOutboundAccess'' property in ''Set-AzVirtualNetworkSubnetConfig'' command
* Added support for ''EnabledFilteringCriteria'' property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' commands
* Added support of ''UserAssignedIdentityId'' Property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' commands
* Added support of ''DestinationIPAddress'' property in ''New-AzPrivateLinkService'' command
- ''LoadBalancerFrontendIpConfiguration'' is not a mandatory parameter anymore.
- The user can provide either ''LoadBalancerFrontendIpConfiguration'' or ''DestinationIPAddress''.'
ReleaseNotes = '* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management
- ''New/Get/Remove/Set-AzNetworkManagerRoutingConfiguration''
- ''New/Get/Remove/Set-AzNetworkManagerRoutingRuleCollection''
- ''New/Get/Remove/Set-AzNetworkManagerRoutingRule''
- ''New-AzNetworkManagerRoutingGroupItem''
- ''New-AzNetworkManagerRoutingRuleDestination''
- ''New-AzNetworkManagerRoutingRuleNextHop''
- ''New/Get/Remove/Set-AzNetworkManagerSecurityUserConfiguration''
- ''New/Get/Remove/Set-AzNetworkManagerSecurityUserRuleCollection''
- ''New/Get/Remove/Set-AzNetworkManagerSecurityUserRule''
- ''New-AzNetworkManagerSecurityUserGroupItem''
* Added support for ''MemberType'' property in ''New-AzNetworkManagerSecurityUserGroupItem'' command'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
--->

## Upcoming Release

## Version 7.10.0
* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management
- `New/Get/Remove/Set-AzNetworkManagerRoutingConfiguration`
- `New/Get/Remove/Set-AzNetworkManagerRoutingRuleCollection`
Expand Down
4 changes: 2 additions & 2 deletions src/Network/Network/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
[assembly: AssemblyVersion("7.9.0")]
[assembly: AssemblyFileVersion("7.9.0")]
[assembly: AssemblyVersion("7.10.0")]
[assembly: AssemblyFileVersion("7.10.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Migrate'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '5.2.2'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.9.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.10.0'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.Nginx'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.3'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.18.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.9.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.10.0'; },
@{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.1.4'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-releas
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.1.1.zip;sourceType=sa]Az.MonitoringSolutions,0.1.1
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.2.1.zip;sourceType=sa]Az.MySql,1.2.1
pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.18.0.zip;sourceType=sa]Az.NetAppFiles,0.18.0
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.9.0.zip;sourceType=sa]Az.Network,7.9.0
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.10.0.zip;sourceType=sa]Az.Network,7.10.0
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.1.zip;sourceType=sa]Az.NetworkAnalytics,0.1.1
pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.1.0.2.zip;sourceType=sa]Az.NetworkCloud,1.0.2
pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.1.4.zip;sourceType=sa]Az.NetworkFunction,0.1.4
Expand Down
Loading

0 comments on commit d80f152

Please sign in to comment.