|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 2/20/2018 |
| 6 | +# Generated on: 2/23/2018 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | RootModule = '.\AzureRM.psm1'
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '5.4.0' |
| 15 | +ModuleVersion = '5.4.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -161,55 +161,9 @@ PrivateData = @{
|
161 | 161 | # IconUri = ''
|
162 | 162 |
|
163 | 163 | # 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' |
213 | 167 |
|
214 | 168 | # Prerelease string of this module
|
215 | 169 | # Prerelease = ''
|
|
0 commit comments