Skip to content

Commit

Permalink
Merge pull request AzureRT#33 from Azure/dev
Browse files Browse the repository at this point in the history
PR
  • Loading branch information
sethusrinivasan committed Aug 25, 2015
2 parents 167cb31 + 8da68f1 commit 6906291
Show file tree
Hide file tree
Showing 600 changed files with 68,156 additions and 10,862 deletions.
4 changes: 2 additions & 2 deletions AzurePowershell.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
<OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug>
<BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
<BatchTestDebug>.\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
Expand Down Expand Up @@ -56,7 +56,7 @@
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\Commerce\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>
Expand Down
48 changes: 47 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## 2015.08.17 version 0.9.7
* Azure Profile cmdlets
* New-AzureProfile
* Added parameter set for empty profile
* Fixed issues with AAD aithentication when constructing profile
* Enabled passing results of Add-AzureEnvironment to New-AzureProfile -Environment parameter
* Azure ResourceManager cmdlets
* New-AzureResourceGroupDeployment: Added Mode (deployment mode) and Force parameters
* Get-AzureProviderOperation: API changes to improve performance
* Azure Compute (ARM) Cmdlets
* Fixes for Set-AzureDeployment with -ExtensionConfiguration
* Fixes for Set-AzureVMCustomExtension cmdlets
* Deprecated cmdlets Get-AzureVMImageDetail and Get-AzureVMExtentionImageDetail
* Azure Compute (Service Management) cmdlets
* Publish-AzureVMDSCConfiguration: Added additional configuration parameters
* Azure Network (ARM) cmdlets
* Added help for Route Table cmdlets
* Azure Storage cmdlets
* Added support for downloading, uploading, and copying append blob
* Added support for asynchronous copying to and from cloud file
* Added azure service CORS management
* Azure Sql (ARM) Cmdlets
* Fixed issues with ElascitPool cmdlets
* AzureBatch cmdlets
* Added Batch autoscale cmdlets Enable-AzureBatchAutoScale, Disable-AzureBatchAutoScale
* RemoteApp cmdlets
* Added Restart-AzureRemoteAppVm cmdlet
* Azure HDInsight cmdlets
* Added cmdlet help
* Azure Backup - added the following cmdlets
* Backup-AzureRMBackupItem
* Register-AzureRMBackupContainer
* Disable-AzureRMBackupProtection
* Enable-AzureRMBackupProtection
* Get-AzureRMBackupItem
* Get-AzureRMBackupJob
* Get-AzureRMBackupJobDetails
* Stop-AzureRMBackupJob
* Wait-AzureRMBackupJob
* Get-AzureRMBackupProtectionPolicy
* New-AzureRMBackupProtectionPolicy
* New-AzureRMBackupRetentionPolicyObject
* Remove-AzureRMBackupProtectionPolicy
* Set-AzureRMBackupProtectionPolicy
* Get-AzureRMBackupRecoveryPoint
* Restore-AzureRMBackupItem

## 2015.08.07 version 0.9.6
* Azure Batch cmdlets
* 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
Expand All @@ -15,7 +62,6 @@
* Fix Publish Extension cmdlets.
* Update CustomScript cmdlet for SAS Uri.
* Update help file.
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
* Azure Data Factory
* Rename Table to Dataset.
* Azure SQL
Expand Down
2 changes: 1 addition & 1 deletion setup/azurecmd.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>

<?define version="0.9.6" ?>
<?define version="0.9.7" ?>
<?define versionedStartMenuFolder="Microsoft Azure" ?>
<?define staleStartMenuFolder="Windows Azure" ?>

Expand Down
Loading

0 comments on commit 6906291

Please sign in to comment.