Skip to content

Commit e993694

Browse files
author
Maddie Clayton
committed
fix network version
1 parent 7adacf6 commit e993694

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
100100
- Get-AzureRmDelegation
101101
- Get-AzureRmAvailableServiceDelegations
102-
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
103-
* Added cmdlets for Azure SdWan
104102

105103
#### AzureRM.RecoveryServices.SiteRecovery
106104
* Support for managed Managed disk

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

Lines changed: 1 addition & 3 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.7.0'
15+
ModuleVersion = '6.8.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -504,8 +504,6 @@ PrivateData = @{
504504
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
505505
- Get-AzureRmDelegation
506506
- Get-AzureRmAvailableServiceDelegations
507-
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
508-
* Added cmdlets for Azure SdWan
509507
'
510508

511509
# Prerelease string of this module

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
9292
- Get-AzureRmDelegation
9393
- Get-AzureRmAvailableServiceDelegations
94+
95+
## Version 6.7.0
9496
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
9597
* Added cmdlets for Azure SdWan
9698

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

tools/AzureRM/AzureRM.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.6.0';
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.7.0'; },
87+
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.8.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'; },
@@ -263,8 +263,6 @@ AzureRM.Network
263263
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
264264
- Get-AzureRmDelegation
265265
- Get-AzureRmAvailableServiceDelegations
266-
* Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
267-
* Added cmdlets for Azure SdWan
268266
269267
AzureRM.RecoveryServices.SiteRecovery
270268
* Support for managed Managed disk

0 commit comments

Comments
 (0)