Skip to content
Guang Yang edited this page Aug 23, 2013 · 24 revisions

This page will soon be replaced by the GitHub releases page at https://github.com/WindowsAzure/azure-sdk-tools/releases.

Windows Azure PowerShell 0.6.19 2013.08.22

  • Media Services cmdlets
    • Get-AzureMediaServicesAccount
    • New-AzureMediaServicesAccount
    • Remove-AzureMediaServicesAccount
    • New-AzureMediaServicesKey
  • SQL Database Import/Export cmdlets
    • Start-AzureSqlDatabaseImport
    • Start-AzureSqlDatabaseExport
    • Get-AzureSqlDatabaseImportExportStatus
  • Platform VM Image cmdlets (need to import the PIR module manually)
    • Get-AzurePlatformVMImage
    • Set-AzurePlatformVMImage
    • Remove-AzurePlatformVMImage

Windows Azure PowerShell 0.6.18 2013.07.31

  • Service Bus authorization rule cmdlets
    • Add-AzureSBAuthorizationRule
    • Get-AzureSBAuthorizationRule
    • Set-AzureSBAuthorizationRule
    • Remove-AzureSBAuthorizationRule
  • Some Windows Azure Pack fixes.

Windows Azure PowerShell 0.6.17 2013.07.18

  • Upgraded Windows Azure SDK dependency from 1.8 to 2.0.
  • SQL Azure database CRUD cmdlets don't require SQL auth anymore if the user owns the belonging subscription.
  • Get-AzureSqlDatabaseServerQuota cmdlet to get the quota information for a specified Windows Azure SQL Database Server.
  • SQL Azure service objective support
    • Get-AzureSqlDatabaseServiceObjective cmdlet to a service objective for the specified Windows Azure SQL Database Server.
    • Added -ServiceObjective parameter to Set-AzureSqlDatabase to set the service objective of the specified Windows Azure SQL database.
  • Fixed a Get-AzureWebsite local caching issue. Now Get-AzureWebsite will always return the up-to-date web site information.

Windows Azure PowerShell 0.6.16.1 2013.06.25

  • Windows Azure Pack
    • Add-AzureEnvironment to add customized environment
    • Set-AzureEnvironment to set customized environment
    • Remove-AzureEnvironment to remove customized environment
    • Web Site cmdlets support
    • Service Bus cmdlets support
    • Added "WAPack" prefix to all the cmdlets which support Windows Azure Pack. Use "help WAPack" to see all the supported cmdlets
  • Added -NoWinRMEndpoint parameter to New-AzureQuickVM and Add-AzureProvisioningConfig
  • Added -AllowAllAzureSerivces parameter to New-AzureSqlDatabaseServerFirewallRule
  • Many bug fixes around VM, Cloud Services and Web Site diagnositcs

Windows Azure PowerShell 0.6.15

2013.06.03

  • Introduced the environment concept to support differnt Windows Azure environments
    • Get-AzureEnvironment cmdlet to return all the out-of-box Windows Azure environments
    • -Environment parameter in the following cmdlets to specify which environment to target
      • Get-AzurePublishSettingsFile
      • Show-AzurePortal
  • Windows Azure Web Site application diagnostics cmdlets
    • Enable-AzureWebsiteApplicationDiagnostic
    • Disable-AzureWebsiteApplicationDiagnostic
  • Stop-AzureVM
    • Changed the behavior to deprovision the VM after stopping it
    • -StayProvisioned parameter to keep the VM provisioned after stopping it
  • Windows Azure Cloud Services remote desktop extension cmdlets
    • New-AzureServiceRemoteDesktopExtensionConfig
    • Get-AzureServiceRemoteDesktopExtension
    • Set-AzureServiceRemoteDesktopExtension
    • Remove-AzureServiceRemoteDesktopExtension
  • Windows Azure Cloud Services diagnostics extension cmdlets
    • New-AzureServiceDiagnosticsExtensionConfig
    • Get-AzureServiceDiagnosticsExtension
    • Set-AzureServiceDiagnosticsExtension
    • Remove-AzureServiceDiagnosticsExtension
  • Windows Azure Virtual Machine endpoint enhancements
    • Cmdlets to create ACL configration objects
      • New-AzureVMAclConfig
      • Get-AzureVMAclConfig
      • Set-AzureVMAclConfig
      • Remove-AzureVMAclConfig
    • -ACL parameter to support ACL in
      • Add-AzureEndpoint
      • Set-AzureEndpoint
    • -DirectServerReturn prameter in
      • Add-AzureEndpoint
      • Set-AzureEndpoint
    • Set-AzureLoadBalancedEndpoint cmdlet to modify load balanced endpoints
  • Bug fixes
    • Fixed New-AzureSqlDatabaseServerContext model mismatch warning

Windows Azure PowerShell 0.6.14

2013.05.09

  • Windows Azure Storage Table cmdlets
    • Get-AzureStorageTable
    • New-AzureStorageTable
    • Remove-AzureStorageTable
  • Windows Azure Storage Queue cmdlets
    • Get-AzureStorageQueue
    • New-AzureStorageQueue
    • Remove-AzureStorageQueue
  • Fix an issue in Publish-AzureServiceProject when swapping between staging and production slot

Windows Azure PowerShell 0.6.13.1

2013.04.23

  • Hotfix to make Set-AzureStorageAccount behave correctly with the -GeoReplicationEnabled parameter

Windows Azure PowerShell 0.6.13

2013.04.15

  • Completely fixed issues with first website creation on a new account. Now you can use PowerShell with a new account directly without the need to go to the Azure portal.
  • BREAKING CHANGE: New-AzureVM and New-AzureQuickVM now require an –AdminUserName parameter when creating Windows based VMs.
  • Added support for virtual machine high memory SKUs (A6 and A7).
  • Remote PowerShell is now enabled by default on Windows based VMs using https. To disable: specify the –DisableWinRMHttps parameter on New-AzureQuickVM or Add-AzureProvisioningConfig. To enable using http: specify –EnableWinRMHttp parameter (Note: http is intended for VM to VM communication and a public endpoint is not created by default).
  • Added Get-AzureWinRMUri new cmdlet to get the connection string URI for Windows Remote Management.
  • Added Set-AzureAvailabilitySet new cmdlet to group similar virtual machines into an availability set after deployment.
  • New-AzureVM and New-AzureQuickVM now support a parameter named –X509Certificates. When a certificate is added to this array it is automatically uploaded and deployed to the virtual machine.
  • Improved *-AzureEndpoint cmdlets:
    • Allows a simple endpoint to be created.
    • Allows a load balanced endpoint to be created.
    • Allows a load balanced endpoint to be created with a health probe and you can now specify the Probe Interval and Timeout periods.
  • Removed subscription check requirement when using Add-AzureVHD with a shared access signature.
  • Added Simultaneous Upgrade option to New-AzureDeployment for Cloud Services deployment. This option can save a significant amount of time during deployments to staging. This option can cause downtime and should only be used in non-production deployments.
  • Upgraded to the latest service management library.
  • Made New-AzureDeployment to use SSL duing the deployment.
  • Added Get-AzureWebsiteLog -ListPath to get all the available log paths of the website.
  • Fixed the issue of removing custom DNS names in Start/Stop/Restart-AzureWebsite.
  • Fixed several GB18030 encoding issues.
  • Renamed Start/Stop-CopyAzureStorageBlob to Start/Stop-AzureStorageBlobCopy. Kept old names as aliases for backward compatibility.

Windows Azure PowerShell 0.6.12.1

2013.03.26

  • Hotfix release to show a friendly error message for new Azure accounts when they try to access Azure services without going to the portal first

Windows Azure PowerShell 0.6.12

2013.03.22

  • Windows Azure Storage entity level cmdlets
  • New-AzureStorageContext
  • New-AzureStorageContainer
  • Get-AzureStorageContainer
  • Remove-AzureStorageContainer
  • Get-AzureStorageContainerAcl
  • Set-AzureStorageContainerAcl
  • Get-AzureStorageBlob
  • Get-AzureStorageBlobContent
  • Set-AzureStorageBlobContent
  • Remove-AzureStorageBlob
  • Start-CopyAzureStorageBlob
  • Stop-CopyAzureStorageBlob
  • Get-AzureStorageBlobCopyState
  • Windows Azure Web Sites diagnostics log streaming cmdlet
  • Get-AzureWebsitLog -Tail

Windows Azure PowerShell 0.6.11

2013.03.06

  • Windows Azure Store cmdlets
  • Upgraded to the latest service management library and update service management version header to 2012-12-01
  • Added Save-AzureVhd cmdlet
  • Updated Add-AzureVMImage, Get-AzureVMImage and Set-AzureVMImage cmdlets to support new attributes in service management version header 2012-12-01

Windows Azure PowerShell 0.6.10

2013.02.11

  • Upgrade to use PowerShell 3.0
  • Released source code for VM and Cloud Services cmdlets
  • Added a few new cmdlets for Cloud Services (Add-AzureWebRole, Add-AzureWorkerRole, New-AzureRoleTemplate, Save-AzureServiceProjectPackage, Set-AzureServiceProjectRole -VMSize), See [Web Camps TV] (http://channel9.msdn.com/Shows/Web+Camps+TV/Whats-Coming-in-the-Command-Line-Tools-for-Windows-Azure-with-Glenn-Block) for more on these new cmdlets.
  • Added Support for SAS in destination Uri for Add-AzureVhd
  • Added -Confirm and -WhatIf support for Remove-Azure* cmdlets
  • Added configurable startup task for Node.js and generic roles
  • Enabled emulator support when running roles with memcache
  • Role based cmdlets don't require role name if run in a role folder
  • Added scenario test framework and started adding automated scenario tests
  • Multiple bug fixes

Windows Azure PowerShell 0.6.9

2012.12.12

  • Added Service Bus namespace management cmdlets help azuresb
  • Added -ServiceBusNamespace param to Test-AzureName to verify namespace availability
  • Added VHD uploader cmdlet Add-AzureVHD for uploading VM images to blob storage.
  • Improved message reporting and piping for couple scaffolding cmdlets
  • Fixed PHP customization functionality for modifying php.ini and installing custom extensions
  • Verbose option is enabled by default when using Windows Azure PowerShell shortcut

Windows Azure PowerShell 0.6.8

2012.11.21

  • Multiple bug fixes
  • Added dedicated cache role support
  • Added github support

Windows Azure PowerShell 0.6.7

October 2012

Windows Azure PowerShell 0.6.2

August 2012

Windows Azure PowerShell 0.6.1

July 2012

Windows Azure PowerShell 0.6.0

2012.06.06

  • Adding Powershell management cmdlets
  • Adding PHP Cmdlets
  • Renaming existing cmdlets to remove duplication
  • Node.exe is no longer embedded

Windows Azure PowerShell 0.5.4

May 2012

Windows Azure PowerShell 0.5.3

February 2012

Windows Azure PowerShell 0.5.2

January 2012

Windows Azure PowerShell 0.5.1

Windows Azure PowerShell 0.5.0

November 2011