Skip to content

Commit eb1ddd1

Browse files
authored
Merge pull request #5462 from cormacpayne/release-2018-02-09
Release 2018 02 09
2 parents dc69ae6 + 6dfe74d commit eb1ddd1

File tree

106 files changed

+7738
-3322
lines changed

Some content is hidden

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

106 files changed

+7738
-3322
lines changed

ChangeLog.md

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,83 @@
1-
## 5.2.0 - January 2018
1+
## 5.3.0 - February 2018
2+
#### AzureRM.Profile
3+
* 'Add-AzureRmAccount' has been renamed as 'Connect-AzureRmAccount'; an alias has been added for the old cmdlet name, and other aliases ('Login-AzAccount' and 'Login-AzureRmAccount') have been redirected to the new cmdlet name.
4+
* 'Remove-AzureRmAccount' has been renamed as 'Disconnect-AzureRmAccount'; an alias has been added for the old cmdlet name, and other aliases ('Logout-AzAccount' and 'Logout-AzureRmAccount') have been redirected to the new cmdlet name.
5+
* Corrected Resource Strings to use Connect-AzureRmAccount instead of Login-AzureRmAccount
6+
* Add-AzureRmEnvironment and Set-AzureRmEnvironment
7+
- Added -AzureOperationalInsightsEndpoint and -AzureOperationalInsightsEndpointResourceId as parameters for use with OperationalInsights data plane RP.
8+
9+
#### AzureRM.AnalysisServices
10+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
11+
12+
#### AzureRM.Compute
13+
* Added 'AvailabilitySetName' parameter to the simplified parameterset of 'New-AzureRmVm'.
14+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
15+
* User assigned identity support for VM and VM scale set
16+
- IdentityType and IdentityId parameters are added to New-AzureRmVMConfig, New-AzureRmVmssConfig, Update-AzureRmVM and Update-AzureRmVmss
17+
* Added EnableIPForwarding parameter to Add-AzureRmVmssNetworkInterfaceConfig
18+
* Added Priority parameter to New-AzureRmVmssConfig
19+
20+
#### AzureRM.DataLakeAnalytics
21+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
22+
23+
#### AzureRM.DataLakeStore
24+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
25+
* Corrected the error message of 'Test-AzureRmDataLakeStoreAccount' when running this cmdlet without having logged in with 'Login-AzureRmAccount'
26+
27+
#### AzureRM.EventGrid
28+
* Updated to use the 2018-01-01 API version.
29+
30+
#### AzureRM.EventHub
31+
* Added below new commands for Geo Disaster Recovery operations.
32+
-Creating a new Alias(Disaster Recovery configuration):
33+
- New-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-PartnerNamespace] <String> [-WhatIf] [-Confirm]
34+
-Retrieve Alias(Disaster Recovery configuration) :
35+
- Get-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [[-Name] <String>]
36+
-Disabling the Disaster Recovery and stops replicating changes from primary to secondary namespaces
37+
- Set-AzureRmEventHubGeoDRConfigurationBreakPair [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
38+
-Invoking Disaster Recovery failover and reconfigure the alias to point to the secondary namespace
39+
- Set-AzureRmEventHubGeoDRConfigurationFailOver [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
40+
-Deleting an Alias(Disaster Recovery configuration)
41+
- Remove-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-WhatIf] [-Confirm]
42+
* Added below new commands for checking the Namespace Name and GeoDr Configuration Name - Alias availability.
43+
-Check the Availability of Namespace name or Alias(Disaster Recovery configuration) name:
44+
- Test-AzureRmEventHubName [-ResourceGroupName] <String> [-Namespace] <String> [-AliasName] <String>
45+
46+
#### AzureRM.Insights
47+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
48+
49+
#### AzureRM.KeyVault
50+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
51+
52+
#### AzureRM.Network
53+
* Fix overwrite message 'Are you sure you want to overwriteresource'
54+
55+
#### AzureRM.OperationalInsights
56+
* Added support for V2 API querying via Invoke-AzureRmOperationalInsightsQuery. See [https://dev.loganalytics.io/](https://dev.loganalytics.io/) for more info on the new API.
57+
58+
#### AzureRM.Resources
59+
* Get-AzureRmADServicePrincipal: Removed -ServicePrincipalName from the default Empty parameter set as it was redundant with the SPN parameter set
60+
61+
#### AzureRM.ServiceBus
62+
* Added below new commandlets for Geo Disaster Recovery operations.
63+
-Creating a new Alias(Disaster Recovery configuration):
64+
- New-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-PartnerNamespace] <String> [-WhatIf] [-Confirm]
65+
-Retrieve Alias(Disaster Recovery configuration) :
66+
- Get-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [[-Name] <String>]
67+
-Disabling the Disaster Recovery and stops replicating changes from primary to secondary namespaces
68+
- Set-AzureRmServiceBusDRConfigurationsBreakPairing [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
69+
-Invoking Disaster Recovery failover and reconfigure the alias to point to the secondary namespace
70+
- Set-AzureRmServiceBusDRConfigurationsFailOver [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
71+
-Deleting an Alias(Disaster Recovery configuration)
72+
- Remove-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-WhatIf] [-Confirm]
73+
* Updated Test-AzureRmServiceBusName commandlets to support Geo Disaster Recovery - Alias name check availability operations.
74+
-Check the Availability of Namespace name or Alias(Disaster Recovery configuration) name:
75+
- Test-AzureRmServiceBusName [-ResourceGroupName] <String> [-Namespace] <String> [-AliasName] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
76+
77+
#### AzureRM.UsageAggregates
78+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
79+
80+
## 5.2.0 - January 2018
281
#### AzureRM.Profile
382
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
483
* Add-AzureRmAccount

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - January 2018" ?>
4+
<?define productName="Microsoft Azure PowerShell - February 2018" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="5.2.0" ?>
8+
<?define version="5.3.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

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.2.0";
29+
public const string AssemblyVersion = "5.3.0";
3030

31-
public const string AssemblyFileVersion = "5.2.0";
31+
public const string AssemblyFileVersion = "5.3.0";
3232

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

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.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: 1/22/2018
6+
# Generated on: 2/5/2018
77
#
88

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

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

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

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription'
117+
ReleaseNotes = '* Corrected usage of ''Login-AzureRmAccount'' to use ''Connect-AzureRmAccount'''
118118

119119
# Prerelease string of this module
120120
# Prerelease = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21-
* Corrected usage of `Login-AzureRmAccount` to use `Connect-AzureRmAccount`
21+
22+
## Version 0.6.3
23+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
2224

2325
## Version 0.6.2
2426
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription

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.2.0'; })
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.3.0'; })
4949

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.6.2")]
39-
[assembly: AssemblyFileVersion("0.6.2")]
38+
[assembly: AssemblyVersion("0.6.3")]
39+
[assembly: AssemblyFileVersion("0.6.3")]

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.2")]
38-
[assembly: AssemblyFileVersion("0.6.2")]
37+
[assembly: AssemblyVersion("0.6.3")]
38+
[assembly: AssemblyFileVersion("0.6.3")]

src/ResourceManager/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 = '4.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.3.0'; })
5555

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

src/ResourceManager/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 = '4.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.3.0'; })
5555

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

0 commit comments

Comments
 (0)