Skip to content

Commit ed622c4

Browse files
author
dragonfly91
committed
Resolving merge conflict in wxi file by taking theirs.
2 parents b962f94 + 54a5daa commit ed622c4

File tree

285 files changed

+28905
-5606
lines changed

Some content is hidden

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

285 files changed

+28905
-5606
lines changed

AzurePowershell.Test.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
2323
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
2424
<OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug>
25-
<BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
25+
<BatchTestDebug>.\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
2626
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
2727
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
2828
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
@@ -56,7 +56,7 @@
5656
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
5757
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
5858
<XUnitTests Include=".\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll"/>
59-
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
59+
<XUnitTests Include=".\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
6060
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
6161
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
6262
<XUnitTests Include=".\src\ResourceManager\Commerce\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>

ChangeLog.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 2015.08.17 version 0.9.7
2+
* Azure Profile cmdlets
3+
* New-AzureProfile
4+
* Added parameter set for empty profile
5+
* Fixed issues with AAD aithentication when constructing profile
6+
* Enabled passing results of Add-AzureEnvironment to New-AzureProfile -Environment parameter
7+
* Azure ResourceManager cmdlets
8+
* New-AzureResourceGroupDeployment: Added Mode (deployment mode) and Force parameters
9+
* Get-AzureProviderOperation: API changes to improve performance
10+
* Azure Compute (ARM) Cmdlets
11+
* Fixes for Set-AzureDeployment with -ExtensionConfiguration
12+
* Fixes for Set-AzureVMCustomExtension cmdlets
13+
* Deprecated cmdlets Get-AzureVMImageDetail and Get-AzureVMExtentionImageDetail
14+
* Azure Compute (Service Management) cmdlets
15+
* Publish-AzureVMDSCConfiguration: Added additional configuration parameters
16+
* Azure Network (ARM) cmdlets
17+
* Added help for Route Table cmdlets
18+
* Azure Storage cmdlets
19+
* Added support for downloading, uploading, and copying append blob
20+
* Added support for asynchronous copying to and from cloud file
21+
* Added azure service CORS management
22+
* Azure Sql (ARM) Cmdlets
23+
* Fixed issues with ElascitPool cmdlets
24+
* AzureBatch cmdlets
25+
* Added Batch autoscale cmdlets Enable-AzureBatchAutoScale, Disable-AzureBatchAutoScale
26+
* RemoteApp cmdlets
27+
* Added Restart-AzureRemoteAppVm cmdlet
28+
* Azure HDInsight cmdlets
29+
* Added cmdlet help
30+
131
## 2015.08.07 version 0.9.6
232
* Azure Batch cmdlets
333
* Cmdlets updated to use the general availability API. See http://blogs.technet.com/b/windowshpc/archive/2015/07/10/what-39-s-new-in-azure-batch-july-release-general-availability.aspx
@@ -15,7 +45,6 @@
1545
* Fix Publish Extension cmdlets.
1646
* Update CustomScript cmdlet for SAS Uri.
1747
* Update help file.
18-
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
1948
* Azure Data Factory
2049
* Rename Table to Dataset.
2150
* Azure SQL

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="0.9.6" ?>
8+
<?define version="0.9.7" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)