Skip to content

Commit 88604c0

Browse files
committed
Update AzureRM.psd1 and root change log for 5.4.1 release
1 parent 0239276 commit 88604c0

File tree

2 files changed

+10
-52
lines changed

2 files changed

+10
-52
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 5.4.0 - February 2018
1+
## 5.4.1 - February 2018
2+
#### AzureRM.Profile
3+
* Fix concurrent module import issue in PowerShell Workflow and Azure Automation
4+
5+
## 5.4.0 - February 2018
26
#### AzureRM.Automation
37
* Added alias from New-AzureRmAutomationModule to Import-AzureRmAutomationModule
48

tools/AzureRM/AzureRM.psd1

Lines changed: 5 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/20/2018
6+
# Generated on: 2/23/2018
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = '.\AzureRM.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.4.0'
15+
ModuleVersion = '5.4.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -161,55 +161,9 @@ PrivateData = @{
161161
# IconUri = ''
162162

163163
# ReleaseNotes of this module
164-
ReleaseNotes = '5.4.0 - February 2018
165-
AzureRM.Automation
166-
* Added alias from New-AzureRmAutomationModule to Import-AzureRmAutomationModule
167-
168-
AzureRM.Compute
169-
* Fix ErrorAction issue for some of Get cmdlets.
170-
171-
AzureRM.ContainerInstance
172-
* Apply Azure Container Instance SDK 2018-02-01
173-
- Support DNS name label
174-
175-
AzureRM.DevTestLabs
176-
* Fixed all of the GET cmdlets which previously weren''t working.
177-
178-
AzureRM.EventHub
179-
* Fix bug in Get-AzureRmEventHubGeoDRConfiguration help
180-
181-
AzureRM.Network
182-
* Added cmdlet to create a new connection monitor
183-
- New-AzureRmNetworkWatcherConnectionMonitor
184-
* Added cmdlet to update a connection monitor
185-
- Set-AzureRmNetworkWatcherConnectionMonitor
186-
* Added cmdlet to get connection monitor or connection monitor list
187-
- Get-AzureRmNetworkWatcherConnectionMonitor
188-
* Added cmdlet to query connection monitor
189-
- Get-AzureRmNetworkWatcherConnectionMonitorReport
190-
* Added cmdlet to start connection monitor
191-
- Start-AzureRmNetworkWatcherConnectionMonitor
192-
* Added cmdlet to stop connection monitor
193-
- Stop-AzureRmNetworkWatcherConnectionMonitor
194-
* Added cmdlet to remove connection monitor
195-
- Remove-AzureRmNetworkWatcherConnectionMonitor
196-
* Updated Set-AzureRmApplicationGatewayBackendAddressPool documentation to remove deprecated example
197-
* Added EnableHttp2 flag to Application Gateway
198-
- Updated New-AzureRmApplicationGateway: Added optional parameter -EnableHttp2
199-
* Add IpTags to PublicIpAddress
200-
- Updated New-AzureRmPublicIpAddress: Added IpTags
201-
- New-AzureRmPublicIpTag to add Iptag
202-
* Add DisableBgpRoutePropagation property in RouteTable and effectiveRoute.
203-
204-
AzureRM.Resources
205-
* Register-AzureRmProviderFeature: Added missing example in the docs
206-
* Register-AzureRmResourceProvider: Added missing example in the docs
207-
208-
AzureRM.Storage
209-
* Obsolete following parameters in new and set Storage Account cmdlets: EnableEncryptionService and DisableEncryptionService, since Encryption at Rest is enabled by default and can''t be disabled.
210-
- New-AzureRmStorageAccount
211-
- Set-AzureRmStorageAccount
212-
'
164+
ReleaseNotes = '5.4.1 - February 2018
165+
AzureRM.Profile
166+
* Fix concurrent module import issue in PowerShell Workflow and Azure Automation'
213167

214168
# Prerelease string of this module
215169
# Prerelease = ''

0 commit comments

Comments
 (0)