Skip to content
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
14 changes: 10 additions & 4 deletions src/Network/Network/Az.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/23/2019
# Generated on: 2/12/2019
#

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

# Version number of this module.
ModuleVersion = '1.1.0'
ModuleVersion = '1.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -114,7 +114,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'New-AzApplicationGatewayFrontendPort',
'Remove-AzApplicationGatewayFrontendPort',
'Set-AzApplicationGatewayFrontendPort',
'Get-AzApplicationGatewayIdentity',
'Get-AzApplicationGatewayIdentity',
'New-AzApplicationGatewayIdentity',
'Remove-AzApplicationGatewayIdentity',
'Set-AzApplicationGatewayIdentity',
Expand Down Expand Up @@ -421,7 +421,13 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Update incorrect online help URLs'
ReleaseNotes = '* Added Cmdlets for Identity on Application Gateway.
- New cmdlets added:
- Set-AzApplicationGatewayIdentity
- Get-AzApplicationGatewayIdentity
- New-AzApplicationGatewayIdentity
- Remove-AzApplicationGatewayIdentity
- New-AzApplicationGateway cmdlet updated with optional parameter -Identity'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
--->
## Upcoming Release

## Version 1.2.0
* Added Cmdlets for Identity on Application Gateway.
- New cmdlets added:
- Set-AzApplicationGatewayIdentity
Expand Down
4 changes: 2 additions & 2 deletions src/Network/Network/Properties/AssemblyInfo.cs
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("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
Expand Down
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.3.0'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Media'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.0.0'; },
Expand Down
Loading