Skip to content

Commit 6906291

Browse files
Merge pull request #33 from Azure/dev
PR
2 parents 167cb31 + 8da68f1 commit 6906291

File tree

600 files changed

+68156
-10862
lines changed

Some content is hidden

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

600 files changed

+68156
-10862
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: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
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+
* Azure Backup - added the following cmdlets
31+
* Backup-AzureRMBackupItem
32+
* Register-AzureRMBackupContainer
33+
* Disable-AzureRMBackupProtection
34+
* Enable-AzureRMBackupProtection
35+
* Get-AzureRMBackupItem
36+
* Get-AzureRMBackupJob
37+
* Get-AzureRMBackupJobDetails
38+
* Stop-AzureRMBackupJob
39+
* Wait-AzureRMBackupJob
40+
* Get-AzureRMBackupProtectionPolicy
41+
* New-AzureRMBackupProtectionPolicy
42+
* New-AzureRMBackupRetentionPolicyObject
43+
* Remove-AzureRMBackupProtectionPolicy
44+
* Set-AzureRMBackupProtectionPolicy
45+
* Get-AzureRMBackupRecoveryPoint
46+
* Restore-AzureRMBackupItem
47+
148
## 2015.08.07 version 0.9.6
249
* Azure Batch cmdlets
350
* 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 +62,6 @@
1562
* Fix Publish Extension cmdlets.
1663
* Update CustomScript cmdlet for SAS Uri.
1764
* Update help file.
18-
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
1965
* Azure Data Factory
2066
* Rename Table to Dataset.
2167
* 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)