Skip to content

Commit 1e29a03

Browse files
authored
Merge pull request Azure#5778 from cormacpayne/release-2018-03-23
[5.6.0] Update versions for AzureRM 5.6.0 release
2 parents d841703 + 93d7904 commit 1e29a03

File tree

255 files changed

+846335
-79418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+846335
-79418
lines changed

ChangeLog.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
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+
* Add support for user-defined Managed Service Identity
10+
11+
#### AzureRM.AnalysisServices
12+
* Fixed issue with cleaning up scripts in build
13+
14+
#### AzureRM.Cdn
15+
* Fixed issue with cleaning up scripts in build
16+
17+
#### AzureRM.Compute
18+
* 'New-AzureRmVM' and 'New-AzureRmVMSS' support data disks.
19+
* 'New-AzureRmVM' and 'New-AzureRmVMSS' support custom image by name or by id.
20+
* Log analytic feature
21+
- Added 'Export-AzureRmLogAnalyticRequestRateByInterval' cmdlet
22+
- Added 'Export-AzureRmLogAnalyticThrottledRequests' cmdlet
23+
24+
#### AzureRM.ContainerInstance
25+
* Fix parameter sets issue for container registry and azure file volume mount
26+
27+
#### AzureRM.DataFactoryV2
28+
* Updated the ADF .Net SDK to version 0.6.0-preview containing the following changes:
29+
- Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
30+
- Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
31+
- Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
32+
- Added support for SecureOutput on all activities
33+
- Added new BatchCount property on ForEach activity which control how many concurrent activities to run
34+
- Added new Filter Activity
35+
- Added Linked Service Parameters support
36+
37+
#### AzureRM.Dns
38+
* Support for Private DNS Zones (Public Preview)
39+
- Adds ability to create DNS zones that are visible only to the associated virtual networks
40+
41+
#### AzureRM.Network
42+
* Updating model types for compatibility with DNS cmdlets.
43+
44+
#### AzureRM.RecoveryServices.SiteRecovery
45+
* Changes for ASR Azure to Azure Site Recovery (cmdlets are currently supporting operations for Enterprise to Enterprise, Enterprise to Azure, HyperV to Azure,VMware to Azure)
46+
- New-AzureRmRecoveryServicesAsrProtectionContainer
47+
- New-AzureRmRecoveryServicesAsrAzureToAzureDiskReplicationConfig
48+
- Remove-AzureRmRecoveryServicesAsrProtectionContainer
49+
- Update-AzureRmRecoveryServicesAsrProtectionDirection
50+
51+
#### AzureRM.Storage
52+
* 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.
53+
- New-AzureRmStorageAccount
54+
- Set-AzureRmStorageAccount
55+
56+
#### AzureRM.Websites
57+
* Fixed the help for Remove-AzureRmWebAppSlot
58+
59+
## 5.5.0 - March 2018
260
#### AzureRM.Profile
361
* Fixed issue with importing aliases
462
* 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/Aks/AzureRM.Aks.psd1

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

99
@{
@@ -54,10 +54,9 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\YamlDotNet.dll',
58-
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59-
'.\AutoMapper.dll'
60-
57+
RequiredAssemblies = '.\YamlDotNet.dll',
58+
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59+
'.\AutoMapper.dll'
6160

6261
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6362
# ScriptsToProcess = @()
@@ -66,7 +65,7 @@ RequiredAssemblies = '.\YamlDotNet.dll',
6665
# TypesToProcess = @()
6766

6867
# Format files (.ps1xml) to be loaded when importing this module
69-
# FormatsToProcess = '.\Microsoft.Azure.Commands.Aks.Format.ps1xml'
68+
# FormatsToProcess = @()
7069

7170
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7271
NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
@@ -75,7 +74,9 @@ NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
7574
FunctionsToExport = @()
7675

7776
# Cmdlets 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 cmdlets to export.
78-
CmdletsToExport = @('Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks', 'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard', 'Stop-AzureRmAksDashboard', 'Set-AzureRmAks')
77+
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78+
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
79+
'Stop-AzureRmAksDashboard', 'Set-AzureRmAks'
7980

8081
# Variables to export from this module
8182
# VariablesToExport = @()
@@ -98,7 +99,7 @@ PrivateData = @{
9899
PSData = @{
99100

100101
# Tags applied to this module. These help with module discovery in online galleries.
101-
Tags = 'Azure','ResourceManager','ARM','AKS', 'Kubernetes', 'Container', 'Orchestrator', 'Containers'
102+
Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers'
102103

103104
# A URL to the license for this module.
104105
LicenseUri = 'https://aka.ms/azps-license'
@@ -110,14 +111,19 @@ PrivateData = @{
110111
# IconUri = ''
111112

112113
# ReleaseNotes of this module
113-
ReleaseNotes = ''
114+
ReleaseNotes = '* Initial command set for AKS'
115+
116+
# Prerelease string of this module
117+
Prerelease = 'preview'
118+
119+
# Flag to indicate whether the module requires explicit user acceptance for install/update
120+
# RequireLicenseAcceptance = $false
114121

115122
# External dependent modules of this module
116-
# ExternalModuleDependencies = ''
117-
Prerelease = 'preview'
123+
# ExternalModuleDependencies = @()
118124

119125
} # End of PSData hashtable
120-
126+
121127
} # End of PrivateData hashtable
122128

123129
# HelpInfo URI of this module
@@ -127,3 +133,4 @@ PrivateData = @{
127133
# DefaultCommandPrefix = ''
128134

129135
}
136+

src/ResourceManager/Aks/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,4 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.0.1
2123
* Initial command set for AKS

src/ResourceManager/Aks/Commands.Aks/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 5 additions & 5 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 = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.6.4'
15+
ModuleVersion = '0.6.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -116,8 +116,8 @@ PrivateData = @{
116116
# IconUri = ''
117117

118118
# ReleaseNotes of this module
119-
ReleaseNotes = '* Fixed issue with importing aliases
120-
* Add support of firewall and query scaleout feature, as well as support of 2017-08-01 api version.'
119+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell
120+
* Fixed issue with cleaning up scripts in build'
121121

122122
# Prerelease string of this module
123123
# Prerelease = ''

src/ResourceManager/AnalysisServices/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
## Current Release
21+
22+
## Version 0.6.5
2123
* Fix issue with Default Resource Group in CloudShell
2224
* Fixed issue with cleaning up scripts in build
2325

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.4.0'; })
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.6.4")]
38-
[assembly: AssemblyFileVersion("0.6.4")]
37+
[assembly: AssemblyVersion("0.6.5")]
38+
[assembly: AssemblyFileVersion("0.6.5")]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 4 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: 1/22/2018
6+
# Generated on: 3/20/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.1.0'
15+
ModuleVersion = '5.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',
@@ -189,9 +189,7 @@ PrivateData = @{
189189
# IconUri = ''
190190

191191
# ReleaseNotes of this module
192-
ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations
193-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
194-
* Obsoleted -Tags in favor of -Tag for New-AzureRmApiManagementProperty, Set-AzureRmApiManagementProperty, and New-AzureRmApiManagement'
192+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
195193

196194
# Prerelease string of this module
197195
# Prerelease = ''

src/ResourceManager/ApiManagement/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
## Current Release
21+
22+
## Version 5.1.1
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 5.1.0

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("5.1.0")]
46-
[assembly: AssemblyFileVersion("5.1.0")]
45+
[assembly: AssemblyVersion("5.1.1")]
46+
[assembly: AssemblyFileVersion("5.1.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("5.1.0")]
45-
[assembly: AssemblyFileVersion("5.1.0")]
44+
[assembly: AssemblyVersion("5.1.1")]
45+
[assembly: AssemblyFileVersion("5.1.1")]

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.1'
15+
ModuleVersion = '0.1.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
@@ -117,8 +117,7 @@ PrivateData = @{
117117
# IconUri = ''
118118

119119
# ReleaseNotes of this module
120-
ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations
121-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription'
120+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
122121

123122
# Prerelease string of this module
124123
# Prerelease = ''

src/ResourceManager/ApplicationInsights/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
## Current Release
21+
22+
## Version 0.1.2
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 0.1.1

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("0.1.1")]
46-
[assembly: AssemblyFileVersion("0.1.1")]
45+
[assembly: AssemblyVersion("0.1.2")]
46+
[assembly: AssemblyFileVersion("0.1.2")]

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 4 additions & 4 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 = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
@@ -164,7 +164,7 @@ PrivateData = @{
164164
# IconUri = ''
165165

166166
# ReleaseNotes of this module
167-
ReleaseNotes = '* Fixed issue with importing aliases'
167+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
168168

169169
# Prerelease string of this module
170170
# Prerelease = ''

0 commit comments

Comments
 (0)