Skip to content

Commit 686e588

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/dev' into scottph/docs
2 parents 3246f0b + 35d5b90 commit 686e588

File tree

846 files changed

+91489
-112129
lines changed

Some content is hidden

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

846 files changed

+91489
-112129
lines changed

AzurePowershell.Test.targets

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@
9696
<XUnitTests Include=".\src\ResourceManager\PowerBIEmbedded\Commands.PowerBIEmbedded.Test\bin\Debug\Microsoft.Azure.Commands.PowerBIEmbedded.Test.dll"/>
9797
<XUnitTests Include=".\src\ResourceManager\DataLakeAnalytics\Commands.DataLakeAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.DataLakeAnalytics.Test.dll"/>
9898
<XUnitTests Include=".\src\ResourceManager\DataLakeStore\Commands.DataLakeStore.Test\bin\Debug\Microsoft.Azure.Commands.DataLake.Test.dll"/>
99-
<!-- <XUnitTests Include=".\src\ResourceManager\AzureStackAdmin\Commands.AzureStackAdmin.Test\bin\Debug\Microsoft.AzureStack.Commands.Admin.Test.dll"/>
100-
<XUnitTests Include=".\src\ResourceManager\AzureStackStorage\Commands.AzureStackStorage.Tests\bin\Debug\Microsoft.AzureStack.Commands.StorageAdmin.Test.dll"/>
101-
<XUnitTests Include=".\src\ResourceManager\DevTestLabs\Commands.DevTestLabs.Test\bin\Debug\Microsoft.Azure.Commands.DevTestLabs.Test.dll"/>
99+
<!-- <XUnitTests Include=".\src\ResourceManager\DevTestLabs\Commands.DevTestLabs.Test\bin\Debug\Microsoft.Azure.Commands.DevTestLabs.Test.dll"/>
102100
<XUnitTests Include=".\src\ResourceManager\HDInsight\Commands.HDInsight.Test\bin\Debug\Commands.HDInsight.Test.dll"/>
103101
<XUnitTests Include=".\src\ResourceManager\Insights\Commands.Insights.Test\bin\Debug\Microsoft.Azure.Commands.Insights.Test.dll"/> -->
104102
<XUnitTests Include=".\src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServicesArm.Test.dll"/>

ChangeLog.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
## 2016.09.08 version 2.1.0
2+
* Compute
3+
* Add support for querying encryption status from the AzureDiskEncryptionForLinux extension
4+
* DataFactory
5+
* Added new cmdlet for listing activity windows
6+
- Get-AzureRmDataFactoryActivityWindow
7+
* DataLake
8+
* Changed parameter `Host` to `DatabaseHost` and added alias to `Host`
9+
- New-AzureRmDataLakeAnalyticsCatalogSecret
10+
- Set-AzureRmDataLakeAnalyticsCatalogSecret
11+
* Add support for ACL and Default ACL removal
12+
* Add support for getting and setting unnamed permissions on files and folders
13+
* KeyVault
14+
* Add support for certificates
15+
- Add-AzureRmKeyVaultCertificate
16+
- Add-AzureRmKeyVaultCertificateContact
17+
- Get-AzureRmKeyVaultCertificate
18+
- Get-AzureRmKeyVaultCertificateContact
19+
- Get-AzureRmKeyVaultCertificateIssuer
20+
- Get-AzureRmKeyVaultCertificateOperation
21+
- Get-AzureRmKeyVaultCertificatePolicy
22+
- Import-AzureRmKeyVaultCertificate
23+
- New-AzureRmKeyVaultCertificateAdministratorDetails
24+
- New-AzureRmKeyVaultCertificateOrganizationDetails
25+
- New-AzureRmKeyVaultCertificatePolicy
26+
- Remove-AzureRmKeyVaultCertificate
27+
- Remove-AzureRmKeyVaultCertificateContact
28+
- Remove-AzureRmKeyVaultCertificateIssuer
29+
- Remove-AzureRmKeyVaultCertificateOperation
30+
- Set-AzureRmKeyVaultCertificateAttribute
31+
- Set-AzureRmKeyVaultCertificateIssuer
32+
- Set-AzureRmKeyVaultCertificatePolicy
33+
- Stop-AzureRmKeyVaultCertificateOperation
34+
* Network
35+
* Enable Active-Active gateway feature PowerShell cmdlets
36+
- Add-AzureRmVirtualNetworkGatewayIpConfig
37+
- Remove-AzureRmVirtualNetworkGatewayIpConfig
38+
* Added new cmdlet
39+
- Test-AzureRmPrivateIpAddressAvailability
40+
* Resources
41+
* Support zones in provider and resource cmdlets
42+
- Get-AzureRmProvider
43+
- New-AzureRmResource
44+
- Set-AzureRmResource
45+
* Sql
46+
* Added new cmdlets for Azure SQL threat detection policy management at server level
47+
- Get-AzureRmSqlServerThreatDetectionPolicy
48+
- Remove-AzureRmSqlServerThreatDetectionPolicy
49+
- Set-AzureRmSqlServerThreatDetectionPolicy
50+
* Added new cmdlets to support enabling/disabling GeoBackupPolicy for Sql Azure DataWarehouses
51+
- Get-AzureRmSqlDatabaseGeoBackupPolicy
52+
- Set-AzureRmSqlDatabaseGeoBackupPolicy
53+
* Added new cmdlets for Azure Sql Advisors and Recommended Actions APIs
54+
- Get-AzureRmSqlDatabaseAdvisor
55+
- Get-AzureRmSqlElasticPoolAdvisor
56+
- Get-AzureRmSqlServerAdvisor
57+
- Get-AzureRmSqlDatabaseRecommendedActions
58+
- Get-AzureRmSqlElasticPoolRecommendedActions
59+
- Get-AzureRmSqlServerRecommendedActions
60+
- Set-AzureRmSqlDatabaseAdvisorAutoExecuteStatus
61+
- Set-AzureRmSqlElasticPoolAdvisorAutoExecuteStatus
62+
- Set-AzureRmSqlServerAdvisorAutoExecuteStatus
63+
- Set-AzureRmSqlDatabaseRecommendedActionState
64+
- Set-AzureRmSqlElasticPoolRecommendedActionState
65+
- Set-AzureRmSqlServerRecommendedActionState
66+
167
## 2016.08.09 version 2.0.1
268
* Fixed assembly signing issue causing load problems in some PowerShell versions. (Issue #2747)
369

build.proj

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<StaticAnalysis Include=".\tools\StaticAnalysis\StaticAnalysis.sln" />
5959
</ItemGroup>
6060

61+
<!-- Tasks -->
62+
<UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
63+
<UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
64+
<UsingTask TaskName="DebugTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
65+
6166
<!--
6267
CI build related
6368
-->
@@ -143,7 +148,7 @@
143148
<Exec Command="$(NuGetCommand) restore %(CmdletSolutionsToBuild.FullPath) $(NuGetRestoreConfigSwitch) $(NuGetRestorePackageSetting)"
144149
ContinueOnError="false" />
145150
<!-- Restore packages for static analysis-->
146-
<Exec Command="$(NuGetCommand) restore %(StaticAnalysis.FullPath) $(NuGetRestoreConfigSwitch)"
151+
<Exec Command="$(NuGetCommand) restore %(StaticAnalysis.FullPath) $(NuGetRestoreConfigSwitch) $(NuGetRestorePackageSetting)"
147152
ContinueOnError="false" />
148153

149154
<!--Restore the xunit runner needed to run unit tests-->
@@ -161,7 +166,7 @@
161166
Properties="Configuration=$(Configuration);Platform=Any CPU"
162167
BuildInParallel="$(BuildInParallel)"
163168
ContinueOnError="false" />
164-
169+
165170
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
166171

167172
<MSBuild
@@ -193,9 +198,6 @@
193198
Targets="Build" Properties="Configuration=Debug;Platform=AnyCPU" />
194199
</Target>
195200

196-
<UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
197-
<UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
198-
199201
<Target Name="CodeSignBinaries">
200202
<PropertyGroup>
201203
<!--public token associated with MSSharedLibKey.snk-->
@@ -204,10 +206,12 @@
204206
<GetFrameworkSdkPath>
205207
<Output TaskParameter="Path" PropertyName="WindowsSdkPath"/>
206208
</GetFrameworkSdkPath>
207-
209+
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) &quot;"/>
208210
<!-- Copying shortcut to be signed -->
209211
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
210212
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
213+
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
214+
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
211215

212216
<ItemGroup>
213217
<DelaySignedAssembliesToSign Include="$(LibrarySourceFolder)\Package\$(Configuration)\**\Microsoft*Azure*Commands*.dll" />
@@ -219,7 +223,7 @@
219223

220224
<Message Importance="high" Text="$(LibrarySourceFolder)\Package\$(Configuration) does not contains any files to sign. Code sign will skip."
221225
Condition="'@(DelaySignedAssembliesToSign)' == ''" />
222-
226+
223227
<ValidateStrongNameSignatureTask
224228
WindowsSdkPath="$(WindowsSdkPath)"
225229
Assembly="%(DelaySignedAssembliesToSign.Identity)"
@@ -257,12 +261,14 @@
257261
ExpectedDelaySigned="false"
258262
ContinueOnError="false"
259263
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
260-
264+
261265
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\CheckStrongNameSignature.ps1 &quot;"/>
262266

263267
<!-- Copying signed shortcut back -->
264268
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
265269
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
270+
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psm1"
271+
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
266272
</Target>
267273

268274
<Target Name="CodeSignInstaller">

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">
33

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

8-
<?define version="2.0.1" ?>
8+
<?define version="2.1.0" ?>
99

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

0 commit comments

Comments
 (0)