Skip to content

Commit 29a94fa

Browse files
authored
Merge pull request Azure#7125 from praries880/network_august_release
Bump Nw versin to generate release
2 parents bec8923 + b0a3a47 commit 29a94fa

File tree

5 files changed

+9711
-2304
lines changed

5 files changed

+9711
-2304
lines changed

src/ResourceManager/Network/Commands.Network/AzureRM.Network.psd1

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/28/2018
6+
# Generated on: 9/4/2018
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.6.1'
15+
ModuleVersion = '6.7.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -329,15 +329,15 @@ CmdletsToExport = 'Add-AzureRmApplicationGatewayAuthenticationCertificate',
329329
'New-AzureRMNetworkWatcherProtocolConfiguration',
330330
'Add-AzureRmExpressRouteCircuitConnectionConfig',
331331
'Get-AzureRmExpressRouteCircuitConnectionConfig',
332-
'Remove-AzureRmExpressRouteCircuitConnectionConfig',
332+
'Remove-AzureRmExpressRouteCircuitConnectionConfig',
333333
'New-AzureRmServiceEndpointPolicy',
334334
'Remove-AzureRmServiceEndpointPolicy',
335-
'Get-AzureRmServiceEndpointPolicy',
335+
'Get-AzureRmServiceEndpointPolicy',
336336
'New-AzureRmServiceEndpointPolicyDefinition',
337337
'Remove-AzureRmServiceEndpointPolicyDefinition',
338-
'Get-AzureRmServiceEndpointPolicyDefinition',
339-
'Set-AzureRmServiceEndpointPolicyDefinition',
340-
'Add-AzureRmServiceEndpointPolicyDefinition',
338+
'Get-AzureRmServiceEndpointPolicyDefinition',
339+
'Set-AzureRmServiceEndpointPolicyDefinition',
340+
'Add-AzureRmServiceEndpointPolicyDefinition',
341341
'Set-AzureRmServiceEndpointPolicy'
342342

343343
# Variables to export from this module
@@ -375,9 +375,7 @@ PrivateData = @{
375375
# IconUri = ''
376376

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

382380
# Prerelease string of this module
383381
# Prerelease = ''

src/ResourceManager/Network/Commands.Network/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -19,6 +19,8 @@
1919
--->
2020

2121
## Current Release
22+
23+
## Version 6.7.0
2224
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
2325

2426
## Version 6.6.1

src/ResourceManager/Network/Commands.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("6.6.1")]
29-
[assembly: AssemblyFileVersion("6.6.1")]
28+
[assembly: AssemblyVersion("6.7.0")]
29+
[assembly: AssemblyFileVersion("6.7.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Network.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

tools/AzureRM/AzureRM.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.5.1';
8484
@{ModuleName = 'AzureRM.MachineLearningCompute'; RequiredVersion = '0.4.8'; },
8585
@{ModuleName = 'AzureRM.MarketplaceOrdering'; RequiredVersion = '0.2.5'; },
8686
@{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.10.4'; },
87-
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.6.1'; },
87+
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.7.0'; },
8888
@{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '5.0.3'; },
8989
@{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '5.0.6'; },
9090
@{ModuleName = 'AzureRM.PolicyInsights'; RequiredVersion = '1.0.4'; },

0 commit comments

Comments
 (0)