Skip to content

Commit 99d490a

Browse files
authored
Merge pull request #4447 from Azure/release-4.3.0
[Release 4.3.0] Merge release --> master
2 parents 311db30 + 25d427d commit 99d490a

File tree

2,249 files changed

+3741267
-130444
lines changed

Some content is hidden

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

2,249 files changed

+3741267
-130444
lines changed

AzurePowershell.Test.targets

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
<XUnitTests Include=".\src\ResourceManager\DataLakeStore\Commands.DataLakeStore.Test\bin\Debug\Microsoft.Azure.Commands.DataLake.Test.dll"/>
8585
<!-- <XUnitTests Include=".\src\ResourceManager\DevTestLabs\Commands.DevTestLabs.Test\bin\Debug\Microsoft.Azure.Commands.DevTestLabs.Test.dll"/> -->
8686
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
87+
<XUnitTests Include=".\src\ResourceManager\EventHub\Commands.EventHub.Test\bin\Debug\Microsoft.Azure.Commands.EventHubs.Test.dll"/>
8788
<XUnitTests Include=".\src\ResourceManager\HDInsight\Commands.HDInsight.Test\bin\Debug\Commands.HDInsight.Test.dll"/>
8889
<XUnitTests Include=".\src\ResourceManager\Insights\Commands.Insights.Test\bin\Debug\Microsoft.Azure.Commands.Insights.Test.dll"/>
8990
<XUnitTests Include=".\src\ResourceManager\IotHub\Commands.IotHub.Test\bin\Debug\Microsoft.Azure.Commands.IotHub.Test.dll"/>
9091
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
91-
<XUnitTests Include=".\src\ResourceManager\ServiceFabric\Commands.ServiceFabric.Test\bin\Debug\Microsoft.Azure.Commands.ServiceFabric.Test.dll"/>
9292
<XUnitTests Include=".\src\ResourceManager\LogicApp\Commands.LogicApp.Test\bin\Debug\Microsoft.Azure.Commands.LogicApp.Test.dll"/>
9393
<!-- <XUnitTests Include=".\src\ResourceManager\MachineLearning\Commands.MachineLearning.Test\bin\Debug\Microsoft.Azure.Commands.MachineLearning.Test.dll"/> -->
9494
<!-- <XUnitTests Include=".\src\ResourceManager\Media\Commands.Media.Test\bin\Debug\Microsoft.Azure.Commands.Media.Test.dll"/> -->
@@ -103,7 +103,8 @@
103103
<XUnitTests Include=".\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll"/>
104104
<XUnitTests Include=".\src\ResourceManager\Scheduler\Commands.Scheduler.Test\bin\Debug\Microsoft.Azure.Commands.Scheduler.Test.dll"/>
105105
<!-- <XUnitTests Include=".\src\ResourceManager\ServerManagement\Commands.ServerManagement.Test\bin\Debug\Microsoft.Azure.Commands.ServerManagement.Test.dll"/> -->
106-
<!-- <XUnitTests Include=".\src\ResourceManager\ServiceFabric\Commands.ServiceFabric.Test\bin\Debug\Microsoft.Azure.Commands.ServiceFabric.Test.dll"/> -->
106+
<XUnitTests Include=".\src\ResourceManager\ServiceBus\Commands.ServiceBus.Test\bin\Debug\Microsoft.Azure.Commands.ServiceBus.Test.dll"/>
107+
<XUnitTests Include=".\src\ResourceManager\ServiceFabric\Commands.ServiceFabric.Test\bin\Debug\Microsoft.Azure.Commands.ServiceFabric.Test.dll"/>
107108
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
108109
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
109110
<XUnitTests Include=".\src\ResourceManager\Storage\Commands.Management.Storage.Test\bin\Debug\Microsoft.Azure.Commands.Management.Storage.Test.dll"/>
@@ -112,8 +113,6 @@
112113
<XUnitTests Include=".\src\ResourceManager\UsageAggregates\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>
113114
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
114115
<XUnitTests Include=".\src\Common\Commands.Common.Authentication.Test\bin\Debug\Microsoft.Azure.Commands.Common.Authentication.Test.dll"/>
115-
<XUnitTests Include=".\src\ResourceManager\ServiceBus\Commands.ServiceBus.Test\bin\Debug\Microsoft.Azure.Commands.ServiceBus.Test.dll"/>
116-
<XUnitTests Include=".\src\ResourceManager\EventHub\Commands.EventHub.Test\bin\Debug\Microsoft.Azure.Commands.EventHubs.Test.dll"/>
117116
<XUnitTests Include=".\src\ResourceManager\Relay\Commands.Relay.Test\bin\Debug\Microsoft.Azure.Commands.Relay.Test.dll"/>
118117
<XUnitTests Include="@(AsmXUnitTests)"/>
119118
</ItemGroup>

ChangeLog.md

Lines changed: 107 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,110 @@
1-
## 2017.07.17 - Version 4.2.1
1+
## 2017.08.07 - Version 4.3.0
2+
* AnalysisServices
3+
* Fixed bug in Set-AzureRmAnalysisServciesServer
4+
- When admin was not provided, the admin will be removed.
5+
* Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
6+
- Enable to set/disable backup blob container for backup/restore Azure Analysis Services Server
7+
* Updated Sku lookup in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
8+
- Changed hard coded Sku into dynamic lookup.
9+
* Add-AzureAnalysisServicesAccount to support login with Service Principal
10+
* Automation
11+
* Made changes to AutomationDSC* cmdlets to pull more than 100 records
12+
* Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
13+
* Support for NodeConfiguration Build versioning added in StartAzureAutomationDscCompilationJob and ImportAzureAutomationDscNodeConfiguration.
14+
* Bug fixes for existing issues - Fixes the alias issue is #3775 and the runOn alias and support for HybridWorkers.
15+
* Compute
16+
* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
17+
* Set-AzureRmVMAEMExtension: Add support for M series
18+
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
19+
* Add Primary parameter to New-AzureRmVmssIpConfig
20+
* Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig
21+
* Add InstanceId to Set-AzureRmVmss
22+
* Expose MaintenanceRedeployStatus to Get-AzureRmVM -Status output
23+
* Expose Restriction and Capability to the table format of Get-AzureRmComputeResourceSku
24+
* DataLakeStore
25+
* Fix for issue: https://github.com/Azure/azure-powershell/issues/4323
26+
* EventHub
27+
* added ResourceGroup property to NamespaceAttributes
28+
- 'ResourceGroup' Gets the name of the resource group the Namespace is in
29+
* updated commandlets with new parameter and parameter alias
30+
- below cmdlets updated with Parametersets for Namespace and EventHub for operation of AuthorizationRule
31+
- New-AzureRmEventHubAuthorizationRule
32+
+ Adds a new AuthorizationRule to the existing NameSpace or EventHub.
33+
- Get-AzureRmEventHubAuthorizationRule
34+
+ Gets AuthorizationRule / List of AuthorizationRules for the existing NameSpace or EventHub.
35+
- Set-AzureRmEventHubAuthorizationRule
36+
+ Updates properties of existing AuthorizationRule of EventHub NameSpace.
37+
- Remove-AzureRmEventHubAuthorizationRule
38+
+ Deletes the existing AuthorizationRule of existing NameSpace or EventHub.
39+
- New-AzureRmEventHubKey
40+
+ Generates a new Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
41+
- Get-AzureRmEventHubKey
42+
+ Gets Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
43+
* Network
44+
* New-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
45+
- PeerAddressType
46+
* Set-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
47+
- PeerAddressType
48+
* Remove-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
49+
- PeerAddressType
50+
* Marked parameter -ProbeEnabled as obsolete
51+
- Add-AzureRmApplicationGatewayBackendHttpSettings
52+
- New-AzureRmApplicationGatewayBackendHttpSettings
53+
- Set-AzureRmApplicationGatewayBackendHttpSettings
54+
* Profile
55+
* Data collection has been enabled by default. Usage data is collected by Microsoft in order to improve the user experience. The data is anonymous and does not include command-line argument values.
56+
- Use the Disable-AzureRmDataCollection cmdlet to turn the feature off
57+
- Use the Enable-AzureRmDataCollection cmdlet to turn this feature on
58+
* Resources
59+
* Add Support for validation of scopes for the following roledefinition and roleassignment commandlets before sending the request to ARM
60+
- Get-AzureRMRoleAssignment
61+
- New-AzureRMRoleAssignment
62+
- Remove-AzureRMRoleAssignment
63+
- Get-AzureRMRoleDefinition
64+
- New-AzureRMRoleDefinition
65+
- Remove-AzureRMRoleDefinition
66+
- Set-AzureRMRoleDefinition
67+
* ServiceBus
68+
* Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
69+
- New-AzureRmServiceBusAuthorizationRule
70+
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
71+
- Get-AzureRmServiceBusAuthorizationRule
72+
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
73+
- Set-AzureRmServiceBusAuthorizationRule
74+
- Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
75+
- New-AzureRmServiceBusKey
76+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
77+
- Get-AzureRmServiceBusKey
78+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
79+
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
80+
- Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
81+
* Added Resource Group property to NamespceAttributes
82+
* Sql
83+
* Updating Set-AzureRmSqlServerTransparentDataEncryptionProtector to display a warning and require confirmation if the Encryption Protector Type is being set to AzureKeyVault
84+
* Adding new updated cmdlets for Auditing settings
85+
- Adding Get-AzureRmSqlDatabaseAuditing cmdlet which gets the auditing settings of an Azure SQL database.
86+
- Adding Get-AzureRmSqlServerAuditing cmdlet which gets the auditing settings of an Azure SQL server.
87+
- Adding Set-AzureRmSqlDatabaseAuditing cmdlet which changes the auditing settings for an Azure SQL database.
88+
- Adding Set-AzureRmSqlServerAuditing cmdlet which changes the auditing settings of an Azure SQL server.
89+
* Deprecating the existing Auditing policy cmdlets
90+
- Deprecating Get-AzureRmSqlDatabaseAuditingPolicy
91+
- Deprecating Get-AzureRmSqlServerAuditingPolicy
92+
- Deprecating Set-AzureRmSqlDatabaseAuditingPolicy
93+
- Deprecating Set-AzureRmSqlServerAuditingPolicy
94+
- Deprecating Use-AzureRmSqlServerAuditingPolicy
95+
- Deprecating Remove-AzureRmSqlDatabaseAuditing
96+
- Deprecating Remove-AzureRmSqlServerAuditing
97+
* Schema file parsing for Update-AzureRmSqlSyncGroup is now case insensitive.
98+
* Storage
99+
* Add NeworkRule support to resource mode storage account cmdlets
100+
- New-AzureRmStorageAccount
101+
- Set-AzureRmStorageAccount
102+
- Get-AzureRmStorageAccountNetworkRuleSet
103+
- Update-AzureRmStorageAccountNetworkRuleSet
104+
- Add-AzureRmStorageAccountNetworkRule
105+
- Remove-AzureRmStorageAccountNetworkRule
106+
107+
## 2017.07.17 - Version 4.2.1
2108
* Compute
3109
- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[https://github.com/azure/azure-powershell/issues/4309]
4110
- New-AzureRmDisk

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repository contains a set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.
66

77
* For documentation on how to build and deploy applications to Microsoft Azure please see the [Microsoft Azure Documentation Center](https://docs.microsoft.com/en-us/azure/).
8-
* For comprehensive documentation on the developer cmdlets see the [overview of Azure PowerShell](aka.ms/azpsdocs).
8+
* For comprehensive documentation on the developer cmdlets see the [overview of Azure PowerShell](https://aka.ms/azpsdocs).
99
* For suggesting improvements, join our improvement discussion ([Issue #3692](https://github.com/Azure/azure-powershell/issues/3692)).
1010

1111
## Features

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 - July 2017" ?>
4+
<?define productName="Microsoft Azure PowerShell - August 2017" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="4.2.1" ?>
8+
<?define version="4.3.0" ?>
99

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

0 commit comments

Comments
 (0)