Skip to content

Commit e9ccb0b

Browse files
committed
Version Az.Network for release
1 parent 10e331a commit e9ccb0b

File tree

5 files changed

+3780
-2198
lines changed

5 files changed

+3780
-2198
lines changed

src/Network/Network/Az.Network.psd1

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/5/2019
6+
# Generated on: 3/11/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.3.0'
15+
ModuleVersion = '1.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -159,7 +159,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
159159
'New-AzApplicationGatewayRewriteRule',
160160
'New-AzApplicationGatewayRewriteRuleActionSet',
161161
'New-AzApplicationGatewayRewriteRuleHeaderConfiguration',
162-
'Get-AzApplicationGatewayAvailableServerVariableAndHeader',
162+
'Get-AzApplicationGatewayAvailableServerVariableAndHeader',
163163
'Add-AzApplicationGatewayRedirectConfiguration',
164164
'Get-AzApplicationGatewayRedirectConfiguration',
165165
'New-AzApplicationGatewayRedirectConfiguration',
@@ -393,8 +393,8 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
393393
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
394394
AliasesToExport = 'List-AzApplicationGatewayAvailableWafRuleSets',
395395
'List-AzApplicationGatewayAvailableSslOptions',
396-
'List-AzApplicationGatewaySslPredefinedPolicy',
397-
'List-AzApplicationGatewayAvailableServerVariableAndHeader'
396+
'List-AzApplicationGatewaySslPredefinedPolicy',
397+
'List-AzApplicationGatewayAvailableServerVariableAndHeader'
398398

399399
# DSC resources to export from this module
400400
# DscResourcesToExport = @()
@@ -423,7 +423,11 @@ PrivateData = @{
423423
# IconUri = ''
424424

425425
# ReleaseNotes of this module
426-
ReleaseNotes = '* Add wildcard support to Network cmdlets'
426+
ReleaseNotes = '* Add ResourceId parameter to Get-AzNetworkInterface
427+
* Improved error handling for Get-AzVpnClientRevokedCertificate, Get-AzVpnClientRootCertificate
428+
* Improved Subnet, Primary, PrivateIpAddressVersion parameters processing in
429+
- Add-AzNetworkInterfaceIpConfig
430+
- Set-AzNetworkInterfaceIpConfig'
427431

428432
# Prerelease string of this module
429433
# Prerelease = ''

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
--->
2020
## Upcoming Release
21+
22+
## Version 1.4.0
2123
* Add ResourceId parameter to Get-AzNetworkInterface
2224
* Improved error handling for Get-AzVpnClientRevokedCertificate, Get-AzVpnClientRootCertificate
2325
* Improved Subnet, Primary, PrivateIpAddressVersion parameters processing in

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

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.4.0'; },
8181
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.0'; },
8282
@{ModuleName = 'Az.Media'; RequiredVersion = '1.0.0'; },
8383
@{ModuleName = 'Az.Monitor'; RequiredVersion = '1.0.1'; },
84-
@{ModuleName = 'Az.Network'; RequiredVersion = '1.3.0'; },
84+
@{ModuleName = 'Az.Network'; RequiredVersion = '1.4.0'; },
8585
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.0.0'; },
8686
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.0.0'; },
8787
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.1.0'; },

0 commit comments

Comments
 (0)