Skip to content

Commit f85ffdf

Browse files
authored
Merge pull request #7706 from markcowl/release-2018-11-06
Update versions for Release 2018 11 06
2 parents 9a27595 + 6a8875f commit f85ffdf

File tree

171 files changed

+8928
-3105
lines changed

Some content is hidden

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

171 files changed

+8928
-3105
lines changed

ChangeLog.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
1-
## 6.11.0 - October 2018
1+
## 6.12.0 - November 2018
2+
#### AzureRM.Profile
3+
* Update common code to use latest version of ClientRuntime
4+
* Rename param TenantId in cmdlet Connect-AzureRmAccount to Tenant and add an alias for TenantId
5+
* Updated TenantId description for Connect-AzureRmAccount
6+
* Fix error message for failed login when providing tenant domain
7+
- https://github.com/Azure/azure-powershell/issues/6936
8+
* Fix issue with context name clashing for accounts with no subscriptions in tenant
9+
- https://github.com/Azure/azure-powershell/issues/7453
10+
* Fix issue with DataLake endpoints when using MSI
11+
- https://github.com/Azure/azure-powershell/issues/7462
12+
* Fix issue where 'Disconnect-AzureRmAccount' would throw if not connected
13+
- https://github.com/Azure/azure-powershell/issues/7167
14+
15+
#### AzureRM.Automation
16+
* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll
17+
18+
#### AzureRM.CognitiveServices
19+
* Add Get-AzureRmCognitiveServicesAccountSkus operation.
20+
21+
#### AzureRM.Compute
22+
* Add Add-AzureRmVmssVMDataDisk and Remove-AzureRmVmssVMDataDisk cmdlets
23+
* Get-AzureRmVMImage shows AutomaticOSUpgradeProperties
24+
* Fixed SetAzureRmVMChefExtension -BootstrapOptions and -JsonAttribute option values are not setting in json format.
25+
26+
#### AzureRM.DataLakeStore
27+
* Update the DataLake package to 1.1.10.
28+
* Add default Concurrency to multithreaded operations.
29+
30+
#### AzureRM.Insights
31+
* Fixed issue #7267 (Autoscale area)
32+
- Issues with creating a new autoscale rule not properly setting enumerated parameters (would always set them to the default value).
33+
* Fixed issue #7513 [Insights] Set-AzureRMDiagnosticSetting requires explicit specification of categories during creation of setting
34+
- Now the cmdlet does not require explicit indication of the categories to enable during creation, i.e. it works as it is documented
35+
36+
#### AzureRM.Network
37+
* Changed PeeringType to be a mandatory parameter for the following cmdlets:-
38+
- Get-AzureRmExpressRouteCircuitRouteTable
39+
- Get-AzureRmExpressRouteCircuitARPTable
40+
- Get-AzureRmExpressRouteCircuitRouteTableSummary
41+
- Get-AzureRMExpressRouteCrossConnectionArpTable
42+
- Get-AzureRMExpressRouteCrossConnectionRouteTable
43+
- Get-AzureRMExpressRouteCrossConnectionRouteTableSummary
44+
45+
#### AzureRM.PolicyInsights
46+
* Added policy remediation cmdlets
47+
48+
#### AzureRM.RecoveryServices.Backup
49+
* Added support for azure file shares in recovery services.
50+
51+
#### AzureRM.Resources
52+
* Fix for https://github.com/Azure/azure-powershell/issues/7402
53+
- Allow listing resources using the '-ResourceId' parameter for 'Get-AzureRmResource'
54+
55+
#### AzureRM.ServiceBus
56+
* Added MigrationState read-only property to PSServiceBusMigrationConfigurationAttributes which will help to know the Migration state.
57+
58+
#### AzureRM.ServiceFabric
59+
* Fix add certificate to Linux Vmss.
60+
* Fix 'Add-AzureRmServiceFabricClusterCertificate'
61+
- Using correct thumbprint from new certificate (Azure/service-fabric-issues#932).
62+
- Display exception correctly (Azure/service-fabric-issues#1054).
63+
* Fix 'Update-AzureRmServiceFabricDurability' to update cluster configuration before starting Vmss CreateOrUpdate operation.
64+
65+
## 6.11.0 - October 2018
266
#### AzureRM.Profile
367
* Fix issue with Get-AzureRmSubscription in CloudShell
468
* Update common code to use latest version of ClientRuntime

src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
@@ -110,7 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
113+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

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

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -120,7 +120,7 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core support'
123+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
124124

125125
# Prerelease string of this module
126126
# Prerelease = ''

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

src/ResourceManager/ApiManagement/Commands.ApiManagement/Az.ApiManagement.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll',
@@ -198,7 +198,7 @@ PrivateData = @{
198198
# IconUri = ''
199199

200200
# ReleaseNotes of this module
201-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
201+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
202202

203203
# Prerelease string of this module
204204
# Prerelease = ''

src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

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

119119
# ReleaseNotes of this module
120-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
120+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
121121

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

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

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

164164
# ReleaseNotes of this module
165-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
165+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
166166

167167
# Prerelease string of this module
168168
# Prerelease = ''

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'AzureRM.Automation'
2+
# Module manifest for module 'PSGet_AzureRM.Automation'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/28/2018
6+
# Generated on: 10/30/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.1.1'
15+
ModuleVersion = '5.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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

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

166166
# ReleaseNotes of this module
167-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
168-
* Updated common runtime assemblies'
167+
ReleaseNotes = '* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll'
169168

170169
# Prerelease string of this module
171170
# Prerelease = ''

src/ResourceManager/Automation/Commands.Automation/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.2
2123
* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll
2224

2325
## Version 5.1.1

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

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

46-
[assembly: AssemblyVersion("5.1.1")]
47-
[assembly: AssemblyFileVersion("5.1.1")]
46+
[assembly: AssemblyVersion("5.1.2")]
47+
[assembly: AssemblyFileVersion("5.1.2")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/ResourceManager/AzureBackup/Commands.AzureBackup/Az.Backup.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',
@@ -124,7 +124,7 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
127+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
128128

129129
# Prerelease string of this module
130130
# Prerelease = ''

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',

src/ResourceManager/AzureBatch/Commands.Batch/Az.Batch.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
@@ -147,7 +147,7 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
150+
ReleaseNotes = 'Update release with latest service features and serialization fixes'
151151

152152
# Prerelease string of this module
153153
# Prerelease = ''

src/ResourceManager/AzureBatch/Commands.Batch/AzureRM.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '5.7.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',

0 commit comments

Comments
 (0)