Skip to content

Commit 16f8f40

Browse files
committed
Update AzureRM to 5.6.0
1 parent f0707e4 commit 16f8f40

File tree

4 files changed

+90
-83
lines changed

4 files changed

+90
-83
lines changed

ChangeLog.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
1-
## 5.5.0 - March 2018
1+
## 5.6.0 - March 2018
2+
3+
#### General
4+
* Fix issue with Default Resource Group in CloudShell
5+
* Fix issue where incorrect startup scripts were being executed during module import
6+
7+
#### AzureRM.Profile
8+
* Enable MSI authentication in unsupported scenarios
9+
10+
#### AzureRM.AnalysisServices
11+
* Fixed issue with cleaning up scripts in build
12+
13+
#### AzureRM.Cdn
14+
* Fixed issue with cleaning up scripts in build
15+
16+
#### AzureRM.Compute
17+
* 'New-AzureRmVM' and 'New-AzureRmVMSS' support data disks.
18+
* 'New-AzureRmVM' and 'New-AzureRmVMSS' support custom image by name or by id.
19+
* Log analytic feature
20+
- Added 'Export-AzureRmLogAnalyticRequestRateByInterval' cmdlet
21+
- Added 'Export-AzureRmLogAnalyticThrottledRequests' cmdlet
22+
23+
#### AzureRM.ContainerInstance
24+
* Fix parameter sets issue for container registry and azure file volume mount
25+
26+
#### AzureRM.DataFactoryV2
27+
* Updated the ADF .Net SDK to version 0.6.0-preview containing the following changes:
28+
- Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
29+
- Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
30+
- Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
31+
- Added support for SecureOutput on all activities
32+
- Added new BatchCount property on ForEach activity which control how many concurrent activities to run
33+
- Added new Filter Activity
34+
- Added Linked Service Parameters support
35+
36+
#### AzureRM.Dns
37+
* Support for Private DNS Zones (Public Preview)
38+
- Adds ability to create DNS zones that are visible only to the associated virtual networks
39+
40+
#### AzureRM.Network
41+
* Updating model types for compatibility with DNS cmdlets.
42+
43+
#### AzureRM.Storage
44+
* 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.
45+
- New-AzureRmStorageAccount
46+
- Set-AzureRmStorageAccount
47+
48+
#### AzureRM.Websites
49+
* Fixed the help for Remove-AzureRmWebAppSlot
50+
51+
## 5.5.0 - March 2018
252
#### AzureRM.Profile
353
* Fixed issue with importing aliases
454
* Load version 10.0.3 of Newtonsoft.Json side-by-side with version 6.0.8

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "5.5.0";
29+
public const string AssemblyVersion = "5.6.0";
3030

31-
public const string AssemblyFileVersion = "5.5.0";
31+
public const string AssemblyFileVersion = "5.6.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.2.1'
15+
ModuleVersion = '4.2.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

tools/AzureRM/AzureRM.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '5.5.0'
15+
ModuleVersion = '5.6.0'
1616

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

163163
# ReleaseNotes of this module
164-
ReleaseNotes = '5.5.0 - March 2018
165-
AzureRM.Profile
166-
* Fixed issue with importing aliases
167-
* Load version 10.0.3 of Newtonsoft.Json side-by-side with version 6.0.8
164+
ReleaseNotes = '5.6.0 - March 2018
165+
General
166+
* Fix issue with Default Resource Group in CloudShell
167+
* Fix issue where incorrect startup scripts were being executed during module import
168168
169-
Azure.Storage
170-
* Support Soft-Delete feature
171-
- Enable-AzureStorageDeleteRetentionPolicy
172-
- Disable-AzureStorageDeleteRetentionPolicy
173-
- Get-AzureStorageBlob
169+
AzureRM.Profile
170+
* Enable MSI authentication in unsupported scenarios
174171
175172
AzureRM.AnalysisServices
176-
* Fixed issue with importing aliases
177-
* Add support of firewall and query scaleout feature, as well as support of 2017-08-01 api version.
178-
179-
AzureRM.Automation
180-
* Fixed issue with importing aliases
173+
* Fixed issue with cleaning up scripts in build
181174
182175
AzureRM.Cdn
183-
* Fixed issue with importing aliases
184-
185-
AzureRM.CognitiveServices
186-
* Update notice.txt and notice message.
176+
* Fixed issue with cleaning up scripts in build
187177
188178
AzureRM.Compute
189-
* ''New-AzureRmVMSS'' prints connection strings in verbose mode.
190-
* ''New-AzureRmVmss'' supports public IP address, load balancing rules, inbound NAT rules.
191-
* WriteAccelerator feature
192-
- Added WriteAccelerator switch parameter to the following cmdlets:
193-
Set-AzureRmVMOSDisk
194-
Set-AzureRmVMDataDisk
195-
Add-AzureRmVMDataDisk
196-
Add-AzureRmVmssDataDisk
197-
- Added OsDiskWriteAccelerator switch parameter to the following cmdlet:
198-
Set-AzureRmVmssStorageProfile.
199-
- Added OsDiskWriteAccelerator Boolean parameter to the following cmdlets:
200-
Update-AzureRmVM
201-
Update-AzureRmVmss
202-
203-
AzureRM.DataFactories
204-
* Fix credential encryption issue that caused no meaningful error for some encryption operations
205-
* Enable integration runtime to be shared across data factory
179+
* ''New-AzureRmVM'' and ''New-AzureRmVMSS'' support data disks.
180+
* ''New-AzureRmVM'' and ''New-AzureRmVMSS'' support custom image by name or by id.
181+
* Log analytic feature
182+
- Added ''Export-AzureRmLogAnalyticRequestRateByInterval'' cmdlet
183+
- Added ''Export-AzureRmLogAnalyticThrottledRequests'' cmdlet
206184
207-
AzureRM.DataFactoryV2
208-
* Add parameter "SetupScriptContainerSasUri" and "Edition" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd to enable custom setup and edition selection functionality
209-
* Fix credential encryption issue that caused no meaningful error for some encryption operations.
210-
* Enable integration runtime to be shared across data factory
211-
212-
AzureRM.HDInsight
213-
* Fixed issue with importing aliases
185+
AzureRM.ContainerInstance
186+
* Fix parameter sets issue for container registry and azure file volume mount
214187
215-
AzureRM.KeyVault
216-
* Fixed example for Set-AzureRmKeyVaultAccessPolicy
188+
AzureRM.DataFactoryV2
189+
* Updated the ADF .Net SDK to version 0.6.0-preview containing the following changes:
190+
- Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
191+
- Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
192+
- Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
193+
- Added support for SecureOutput on all activities
194+
- Added new BatchCount property on ForEach activity which control how many concurrent activities to run
195+
- Added new Filter Activity
196+
- Added Linked Service Parameters support
197+
198+
AzureRM.Dns
199+
* Support for Private DNS Zones (Public Preview)
200+
- Adds ability to create DNS zones that are visible only to the associated virtual networks
217201
218202
AzureRM.Network
219-
* Fixed issue with importing aliases
220-
221-
AzureRM.OperationalInsights
222-
* Fixed issue with importing aliases
223-
224-
AzureRM.RecoveryServices
225-
* Fixed issue with importing aliases
226-
227-
AzureRM.RecoveryServices.SiteRecovery
228-
* Fixed issue with importing aliases
229-
230-
AzureRM.Resources
231-
* Fixed issue with importing aliases
232-
233-
AzureRM.ServiceBus
234-
* Added EnableBatchedOperations property to Queue
235-
* Added DeadLetteringOnFilterEvaluationExceptions property to Subscriptions
236-
237-
AzureRM.ServiceFabric
238-
* Service Fabric cmdlet refresh
239-
- Updated ARM templates
240-
- Failed operations no longer rollback
241-
- Add-AzureRmServiceFabricNodeType
242-
- VMs default to managed disks
243-
- Existing VMSS subnet used
244-
- All operations are idempotent
245-
- Remove-AzureRmServiceFabricNodeType cleans up partially created VMSS and/or cluster node types
246-
- Fixed output of PSCluster object for complex property types
203+
* Updating model types for compatibility with DNS cmdlets.
247204
248-
AzureRM.Sql
249-
* Fixed issue with importing aliases
250-
* Get-AzureRmSqlServer, New-AzureRmSqlServer, and Remove-AzureRmSqlServer response now includes FullyQualifiedDomainName property.
205+
AzureRM.Storage
206+
* 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.
207+
- New-AzureRmStorageAccount
208+
- Set-AzureRmStorageAccount
251209
252210
AzureRM.Websites
253-
* Fixed issue with importing aliases
254-
* New-AzureRMWebApp - added parameter set for simplified WebApp creation, with local git repository support.
211+
* Fixed the help for Remove-AzureRmWebAppSlot
255212
'
256213

257214
# Prerelease string of this module

0 commit comments

Comments
 (0)