Skip to content

Commit 00ad9cc

Browse files
authored
Merge pull request #6336 from maddieclayton/versioningNW
Versioning Network for out of band release
2 parents af9bb00 + c260373 commit 00ad9cc

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

src/ResourceManager/Network/AzureRM.Network.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '6.1.0'
15+
ModuleVersion = '6.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -363,15 +363,7 @@ PrivateData = @{
363363
# IconUri = ''
364364

365365
# ReleaseNotes of this module
366-
ReleaseNotes = '* Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview
367-
* Added cmdlet to create protocol configuration
368-
- New-AzureRmNetworkWatcherProtocolConfiguration
369-
* Added cmdlet to add a new circuit connection to an existing express route circuit.
370-
- Add-AzureRmExpressRouteCircuitConnectionConfig
371-
* Added cmdlet to remove a circuit connection from an existing express route circuit.
372-
- Remove-AzureRmExpressRouteCircuitConnectionConfig
373-
* Added cmdlet to retrieve a circuit connection
374-
- Get-AzureRmExpressRouteCircuitConnectionConfig'
366+
ReleaseNotes = '* Removed Default sku setting from New-AzureRmVirtualNetworkGateway cmdlet'
375367

376368
# Prerelease string of this module
377369
# Prerelease = ''

src/ResourceManager/Network/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
## Current Release
2222

23+
## Version 6.1.1
24+
* Removed Default sku setting from New-AzureRmVirtualNetworkGateway cmdlet
25+
2326
## Version 6.1.0
2427
* Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview
2528
* Updated below commands for feature: Point to Site IPsec custom policy set/remove on Brooklyn Gateway.

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

0 commit comments

Comments
 (0)