Skip to content

Commit

Permalink
Bump up version for Network
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-powershell-bot committed Oct 18, 2024
1 parent 2a7d402 commit 3ad35cc
Show file tree
Hide file tree
Showing 8 changed files with 106,438 additions and 93,379 deletions.
4 changes: 1 addition & 3 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<packageSources>
<clear />
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
<add key="local-feed" value="tools/LocalFeed" />
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="azure-powershell-prod" value="https://pkgs.dev.azure.com/azclitools/release/_packaging/azure-powershell-prod/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
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
Loading

0 comments on commit 3ad35cc

Please sign in to comment.