Skip to content

Releases: Azure/azure-powershell

1.0.0-preview2

28 Oct 00:11
Compare
Choose a tag to compare
1.0.0-preview2 Pre-release
Pre-release

Installer: Windows Standalone

0.9.8.1

13 Oct 23:00
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

  • Azure Profile cmdlets
    • Re-enabled methods for updating user-agent headers in http requests
  • Azure Resource Manager Authorization cmdlets
    • Fixed display of role assignments output
    • Added ExpandPrincipalGroups and IncludeClassicAdministrators options to Get-AzureRoleAssignment commandlet
    • Updated all role assignment commandlets to take in a SgnInName parameter
    • Added new Get-AzureAuthorizationChangelog command that gives access to change history for a subscription
    • Miscellaneous bug fixes

View changes since last release

1.0.0-preview (PowerShellGallery)

09 Oct 23:03
Compare
Choose a tag to compare
Pre-release
  • Cmdlets released to PowerShell Gallery
  • AzureResourceManager module split into component modules
  • Switch-AzureMode removed : cmdlets exist side-by-side
  • All ARM control plane cmdlets renamed from 'verb-Azure_' to 'verb-AzureRm_'
  • Stateless authentication for ARM cmdlets: new authentication cmdlets
    • Add-AzureRmAccount - login to azure using user, service principal, or access token credentials
    • Set-AzureRmContext - set the current subscription or tenant
    • Get-AzureRmSubscription - list subscriptions
    • Save-AzureRmProfile - save credential information to disk
    • Select-AzureRmProfile - load credential information from disk
  • Storage cmdlet enhancements for ARM storage accounts
    • Get-AzureRmStorageAccount | Get-AzureStorageContainer (or other storage commands that accept a StorageContext)
    • Set-AzureRmCurrentStorageAccount - set the current storage account for use by storage cmdlets

More information on this release here

More information on getting started with PowerShell Gallery here

View changes since last release

0.9.8

11 Sep 18:23
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

  • Azure Compute (ARM) Cmdlets
    • Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
    • Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
    • Added Set-AzureVMDataDisk cmdlet
    • Added Add-AzureVhd cmdlet
    • Changed the output format of Get image cmdlets as a table
    • Fixed Set-AzureVMAccessExtension cmdlet
  • Azure Compute (Service Management) cmdlets
    • Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
    • Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
  • 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
  • Azure Batch - added the following cmdlets
    • Enable-AzureBatchJob
    • Disable-AzureBatchJob
    • Enable-AzureBatchJobSchedule
    • Disable-AzureBatchJobSchedule
    • Stop-AzureBatchJob
    • Stop-AzureBatchJobSchedule
    • Stop-AzureBatchTask
  • Azure Data Factory
    • Update SDK reference to 3.0.0 to use API version 2015-09-01
      • Imposes message size limits for all authoring types. Pipelines must be 200 KB or less in size and all others must be 30 KB or less.
      • TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
      • Obsolete copy-related properties are no longer returned from the service.
  • Azure Sql (ARM) Cmdlets - added the following cmdlets
    • Get-AzureSqlServerActiveDirectoryAdministrator
    • Set-AzureSqlServerActiveDirectoryAdministrator
    • Remove-AzureSqlServerActiveDirectoryAdministrator
  • SQL Server VM cmdlets (ARM)
    • New-AzureVMSqlServerAutoPatchingConfig
    • New-AzureVMSqlServerAutoBackupConfig
    • Set-AzureVMSqlServerExtension
    • Get-AzureVMSqlServerExtension
    • Remove-AzureVMSqlServerExtension

View changes since last release

0.9.7

17 Aug 21:16
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

  • 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 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

View changes since last release

0.9.6

07 Aug 00:53
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

  • 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
    • Breaking changes to cmdlets resulting from API update:
      • Workitems have been removed.
      • If you were adding all tasks to a single job, use the New-AzureBatchJob cmdlet to directly create your job.
      • If you were managing workitems with a recurring schedule defined, use the AzureBatchJobSchedule cmdlets instead.
      • If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead.
      • The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets.
      • The Name property on most entities has been replaced by an Id property.
  • Azure Network
    • Cert and SET cmdlet bugfix
  • Azure Compute
    • Update VMAcces extension to use Json configs.
    • Fix Publish Extension cmdlets.
    • Update CustomScript cmdlet for SAS Uri.
    • Update help file.
  • Azure Data Factory
    • Rename Table to Dataset.
  • Azure SQL
    • changed the structure of the security namespace to align to the rest of the namespaces in the Azure SQL namespace.
    • Added Schema to data masking rule.
    • Updated underlying sql nuget version.
    • Add the parameter for elastic pool in Start-AzureSqlServerUpgrade.
    • Return the schedule time of the upgrade (in case of forced upgrade) to customer in Get-AzureSqlServerUpgrade.
  • Azure Hdinsight Resoruce Management cmdlets
  • Azure Site Recovery
    • Add Valult, Server, Protection Container, protection Entity, Protection Profile, Job cmdlets.
  • Azure Stream Analytics
    • Use Stream Analytics SDK reference to 1.6.0 version.
  • Azure Backup
    • Enable-AzureBackupContainerReregistration cmdlet.
  • Azure UsageAggregates cmdlet

View changes since last release

0.9.5

20 Jul 21:33
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

2015.07.17 version 0.9.5

  • Azure SQL cmdlets
    • Allowing to use of Storage V2 accounts in Auditing policies
  • Azure RedisCache cmdlets
    • Set-AzureRedisCache - Bug fix done in management API that fixes bug here as well, Make return type public
    • New-AzureRedisCache - Make return type public
    • Get-AzureRedisCache - Make return type public
    • Azure Network Resource Provider cmdlets
    • Added Application Gateway cmdlets
      • New-AzureApplicationGateway
      • Start-AzureApplicationGateway
      • Stop-AzureApplicationGateway
      • SetAzureApplicationGateway
      • GetAzureApplicationGateway
      • RemoveAzureApplicationGateway
    • Added Application Gateway Backend Address Pool cmdlets
      • New-AzureApplicationGatewayBackendAddressPool
      • Add-AzureApplicationGatewayBackendAddressPool
      • Set-AzureApplicationGatewayBackendAddressPool
      • Get-AzureApplicationGatewayBackendAddressPool
      • Remove-AzureApplicationGatewayBackendAddressPool
    • Added Application Gateway Backend HTTP Settings cmdlets
      • New-AzureApplicationGatewayBackendHttpSettings
      • Add-AzureApplicationGatewayBackendHttpSettings
      • Set-AzureApplicationGatewayBackendHttpSettings
      • Get-AzureApplicationGatewayBackendHttpSettings
      • Remove-AzureApplicationGatewayBackendHttpSettings
    • Added Application Gateway Frontend IP Configuration cmdlets
      • New-AzureApplicationGatewayFrontendIPConfiguration
      • Add-AzureApplicationGatewayFrontendIPConfiguration
      • Set-AzureApplicationGatewayFrontendIPConfiguration
      • Get-AzureApplicationGatewayFrontendIPConfiguration
      • Remove-AzureApplicationGatewayFrontendIPConfiguration
    • Added Application Gateway Frontend Port cmdlets
      • New-AzureApplicationGatewayFrontendPort
      • Add-AzureApplicationGatewayFrontendPort
      • Set-AzureApplicationGatewayFrontendPort
      • Get-AzureApplicationGatewayFrontendPort
      • Remove-AzureApplicationGatewayFrontendPort
    • Added Application Gateway IP Configuration cmdlets
      • New-AzureApplicationGatewayGatewayIPConfiguration
      • Add-AzureApplicationGatewayGatewayIPConfiguration
      • Set-AzureApplicationGatewayGatewayIPConfiguration
      • Get-AzureApplicationGatewayGatewayIPConfiguration
      • Remove-AzureApplicationGatewayGatewayIPConfiguration
    • Added Application Gateway HTTP Listener cmdlets
      • New-AzureApplicationGatewayHttpListener
      • Add-AzureApplicationGatewayHttpListener
      • Set-AzureApplicationGatewayHttpListener
      • Get-AzureApplicationGatewayHttpListener
      • Remove-AzureApplicationGatewayHttpListener
    • Added Application Gateway Request Routing Rule cmdlets
      • New-AzureApplicationGatewayRequestRoutingRule
      • Add-AzureApplicationGatewayRequestRoutingRule
      • Set-AzureApplicationGatewayRequestRoutingRule
      • Get-AzureApplicationGatewayRequestRoutingRule
      • Remove-AzureApplicationGatewayRequestRoutingRule
    • Added Application Gateway SKU cmdlets
      • New-AzureApplicationGatewaySku
      • Set-AzureApplicationGatewaySku
      • Get-AzureApplicationGatewaySku
    • Added Application Gateway SSL Certificate cmdlets
      • New-AzureApplicationGatewaySslCertificate
      • Add-AzureApplicationGatewaySslCertificate
      • Set-AzureApplicationGatewaySslCertificate
      • Get-AzureApplicationGatewaySslCertificate
      • Remove-AzureApplicationGatewaySslCertificate
    • Fixed minor bugs AzureLoadbalancer
    • Renamed Get-AzureCheckDnsAvailablity to Test-AzureDnsAvailability
    • Added cmdlets to RouteTables and Routes
      • New-AzureRouteTable
      • Get-AzureRouteTable
      • Set-AzureRouteTable
      • Remove-AzureRouteTable
      • New-AzureRouteConfig
      • Add-AzureRouteConfig
      • Set-AzureRouteConfig
      • Get-AzureRouteConfig
      • Remove-AzureRouteConfig
  • Azure Network cmdlets
    • Reserved IP cmdlets (New-AzureReservedIP, Get-AzureReservedIP, Set-AzureReservedIPAssociation, Remove-AzureReservedIPAssociation) fixed to support -VirtualIPName parameter
    • Multivip Cmdlets (Add-AzureVirtualIP, Remove-AzureVirtualIP) fixed to support -VirtualIPName parameter
  • Azure Backup cmdlets
    *Added New-AzureBackupVault cmdlets
    *Added Get-AzureBackupVault cmdlets
    *Added Set-AzureBackupVault cmdlets
    *Added Remove-AzureBackupVault cmdlets
    *Added Get-AzureBackupVaultCredential cmdlets
  • Azure Resource Manager cmdlets
    • Fixed formatting of output for Get-UsageAggregates
    • Fixed executing Get-UsageAggregates when first cmdlet being called.
  • Added TrafficManager cmdlets
    • Enable-AzureTrafficManagerProfile
    • Disable-AzureTrafficManagerProfile
    • New-AzureTrafficManagerEndpoint
    • Get-AzureTrafficManagerEndpoint
    • Set-AzureTrafficManagerEndpoint
    • Remove-AzureTrafficManagerEndpoint
    • Enable-AzureTrafficManagerEndpoint
    • Disable-AzureTrafficManagerEndpoint
  • Upgraded TrafficManager cmdlets
    • Get-AzureTrafficManagerProfile
      • Name is now optional (it will list all profiles in resource group)
      • Resource group is now optional (it will list all profiles in subscription)
  • Azure Data Factory cmdlets
    • Upgraded management library to 1.0.0 with breaking JSON format change.
    • Updated list operation paging support in cmdlets.

View changes since last release

0.9.4

25 Jun 22:50
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

2015.06.26 version 0.9.4

  • Azure Compute cmdlets
    • Warning message for deprecation Name parameter in New-AzureVM. The guidance is to use –Name parameter in New-AzureVMConfig cmdlet.
    • Save-AzureVMImgage has new paramter -Path to save the JSON template returned from the server.
    • Add-AzureVMNetworkInterface has new paramter -NetworkInterface which accepts a list of NIC object returned by Get-AzureNetworkInterface cmdlet.
    • Deprecated “-Name” parameter in Set-AzureVMSourceImage. The guidance is to use the Pub, Offer, SKU, Version method to specify the VM Images for the VM.
    • Fixed the formatting of the output of VM Image cmdlets.
    • Fixed issues in New/Set-AzureDeployment & other service extension related cmdlets.
  • Azure Batch cmdlets
    • Added Start-AzureBatchPoolResize
    • Added Stop-AzureBatchPoolResize
  • Azure Key Vault cmdlets
    • Updated Key Vault package versions
    • Fixed bugs related to secrets
  • Azure Network Resource Provider cmdlets
    • New-AzureLocalNetworkGateway parameter name change
    • Reset-AzureLocalNetworkGateway renamed to Set-AzureLocalNetworkGateway, added new parameter
    • VirtualNetworkGateway parameter changes
      • New-AzureVirtualNetworkGateway parameter changes
      • Removed command Resize-AzureVirtualNetworkGateway
      • Reset-AzureVirtualNetworkGatewayConnection renamed to Set-AzureVirtualNetworkGatewayConnection8
  • Azure RedisCache cmdlets
    • Set-AzureRedisCache - Added support for scaling, using RedisConfiguration instead of MaxMemoryPolicy #513
    • New-AzureRedisCache - Using RedisConfiguration instead of MaxMemoryPolicy #513
  • Azure Resource Manager cmdlets
    • Added Get-UsageAggregates
    • Added Get-AzureProviderOperation cmdlet
    • Added Test-AzureResourceGroup and Test-AzureResource cmdlets
    • Refactored Resource Lock cmdlets
    • Removed unnecessary code when getting a resource
  • Azure Storage
    • Fixed the bug on aliases Get-AzureStorageContainerAcl, Start-CopyAzureStorageBlob and Stop-CopyAzureStorageBlob
  • Azure SQL Database
    • Added cmdlets for pause/resume functionality and retrieving restore points for restoring backups:
      • Suspend-AzureSqlDatabase
      • Resume-AzureSqlDatabase
      • Get-AzureSqlDatabaseRestorePoints
    • Changed cmdlets:
      • New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases

View changes since last release

0.9.3

06 Jun 01:08
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

2015.06.05 version 0.9.3

  • Fixed bug in Websites cmdlets related to slots #454
  • Fix bug in Set-AzureResource cmdlet #456
  • Fix for new azure resource of Microsoft.Storage #457

View changes since last release

0.9.2

30 May 00:23
Compare
Choose a tag to compare

Installer: Web Platform Installer | Windows Standalone

2015.05.29 version 0.9.2

  • Deprecated Switch-AzureMode
  • Profile
    • Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
  • Added Automation cmdlets
    • Get-AzureAutomationWebhook
    • New-AzureAutomationWebhook
    • Remove-AzureAutomationWebhook
    • Set-AzureAutomationWebhook
  • Azure Compute
    • Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
    • Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
    • Tags are added in VM resources
    • Get-AzureVM now gets resource group name from piping
    • -All switch is removed from Get-AzureVM
    • Get-AzureVM -Status output is updated
    • -Force parameter is added for Remove-AzureAvailabilitySet
    • Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
  • Azure Key Vault
    • Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
    • Fixed bugs
  • Azure Data Factories
    • Base cmdlet type switch to use Profile
    • New-AzureDataFactoryEncryptedValue cmdlet supporting M data sources
  • Azure Resource Manager
    • Fixed bug in Move-AzureResource cmdlet
    • Fixed bug in Set-AzureResource cmdlet

View changes since last release