Skip to content

Bump Nw versin to generate release #7125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions src/ResourceManager/Network/Commands.Network/AzureRM.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 8/28/2018
# Generated on: 9/4/2018
#

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

# Version number of this module.
ModuleVersion = '6.6.1'
ModuleVersion = '6.7.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -329,15 +329,15 @@ CmdletsToExport = 'Add-AzureRmApplicationGatewayAuthenticationCertificate',
'New-AzureRMNetworkWatcherProtocolConfiguration',
'Add-AzureRmExpressRouteCircuitConnectionConfig',
'Get-AzureRmExpressRouteCircuitConnectionConfig',
'Remove-AzureRmExpressRouteCircuitConnectionConfig',
'Remove-AzureRmExpressRouteCircuitConnectionConfig',
'New-AzureRmServiceEndpointPolicy',
'Remove-AzureRmServiceEndpointPolicy',
'Get-AzureRmServiceEndpointPolicy',
'Get-AzureRmServiceEndpointPolicy',
'New-AzureRmServiceEndpointPolicyDefinition',
'Remove-AzureRmServiceEndpointPolicyDefinition',
'Get-AzureRmServiceEndpointPolicyDefinition',
'Set-AzureRmServiceEndpointPolicyDefinition',
'Add-AzureRmServiceEndpointPolicyDefinition',
'Get-AzureRmServiceEndpointPolicyDefinition',
'Set-AzureRmServiceEndpointPolicyDefinition',
'Add-AzureRmServiceEndpointPolicyDefinition',
'Set-AzureRmServiceEndpointPolicy'

# Variables to export from this module
Expand Down Expand Up @@ -375,9 +375,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Changed default cmdlet output presentation to table view
* Fixed issue with default resource groups not being set.
* Updated common runtime assemblies'
ReleaseNotes = '* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass'

# Prerelease string of this module
# Prerelease = ''
Expand Down
4 changes: 3 additions & 1 deletion src/ResourceManager/Network/Commands.Network/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Please leave this section at the top of the change log.

Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
Expand All @@ -19,6 +19,8 @@
--->

## Current Release

## Version 6.7.0
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass

## Version 6.6.1
Expand Down
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("6.6.1")]
[assembly: AssemblyFileVersion("6.6.1")]
[assembly: AssemblyVersion("6.7.0")]
[assembly: AssemblyFileVersion("6.7.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Network.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
Expand Down
2 changes: 1 addition & 1 deletion tools/AzureRM/AzureRM.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.5.1';
@{ModuleName = 'AzureRM.MachineLearningCompute'; RequiredVersion = '0.4.8'; },
@{ModuleName = 'AzureRM.MarketplaceOrdering'; RequiredVersion = '0.2.5'; },
@{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.10.4'; },
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.6.1'; },
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.7.0'; },
@{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '5.0.3'; },
@{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '5.0.6'; },
@{ModuleName = 'AzureRM.PolicyInsights'; RequiredVersion = '1.0.4'; },
Expand Down
Loading