Releases: Azure/azure-powershell
Releases · Azure/azure-powershell
1.0.2
Installer: Windows Standalone
- Azure Compute (ARM):
- Enable BGInfo extension by default
- Fix the issue when an OS disk is in a different resource group: Now New-AzureRmVM does not create a new storage account for boot diagnostics.
- Add Set-AzureRmBginfoExtension cmdlet
- Make WinRMCertificateUrl parameter mandatory when Set-AzureRmVMOperatingSystem cmdlet is performed with WinRMHttps switch
- Azure Compute (Service Management):
- Fix the issue when adding a new VM without a data disk
- Add ExtensionId parameter for all extension cmdlets
- Expose RemoteAccessCertificateThumbprint property for Get-AzureVM cmdlet
- Azure SQL Database: new cmdlets for managing database threat detection policies:
- Get-AzureRmSqlDatabaseThreatDetectionPolicy
- Set-AzureRmSqlDatabaseThreatDetectionPolicy
- Remove-AzureRmSqlDatabaseThreatDetectionPolicy
- Azure RemoteApp: New cmdlets for managing stale machine accounts in AD:
- Get-AzureRemoteAppVmStaleAdObject
- Clear-AzureRemoteAppVmStaleAdObject
- ARM Storage:
- Fix alias missing issue
AzureRM.SiteRecovery.v1.1.0
- Azure RecoveryServices cmdlets
- Initial Release of AzureRM.RecoveryServices cmdlets
- Azure SiteRecovery Cmdlets
- Updates to SiteRecovery cmdlets
AzureRM.HDInsight.v1.0.2
- Azure HDInsight cmdlets
- Bug fixes for ARM cmdlets
1.0.1
Installer: Windows Standalone
- Azure Compute
- Added cmdlets for managing VM DiskEncryption extension
- Azure KeyVault
- Added EnabledForDiskEncryption and EnabledForTemplateDeployment flags to Azure Key Vault access policy
- Azure Websites
- Fixed issues with website management client creation
1.0.0
Installer: Windows Standalone
Note: there is a known issue with the AzureRM.Websites cmdlets in this release (TypeLoadException). A fix should be available on November 9.
- Azure Compute
- AzureRmVM cmdlet bug fixes
- Fixes for DSC Extension cmdlets
- Azure DataLake
- First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
- Azure Network
- Fixes to ExpressRoute cmdlets in Azure Resource Manager
- Changes to BGP cmdlets
- Azure Notification Hubs
- First release of Azure Notification Hubs cmdlets
- Azure Profile
- Enable Certificate login for AD Applications
- Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
- Azure Redis Cache
- Set-AzureRedisCache - Premium and vNet support for redis cache
- New-AzureRedisCache - Premium and vNet support for redis cache
- Azure Resource Manager
- Automatic RP Registration
- Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
- Azure Sql
- Changes to Data Masking cmdlets
- Azure Storage
- Added support for storage file and usage metrics in Azure Resource Manager cmdlets
- Azure Websites
- New and rewritten cmdlets for Azure Web Application management
1.0.0-preview2
Installer: Windows Standalone
- Azure Profile cmdlets
- Re-enabled methods for updating user-agent headers in http requests
- msi release of 1.0.0-preview
View changes since last release
0.9.8.1
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
1.0.0-preview (PowerShellGallery)
- 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
0.9.8
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.
- Update SDK reference to 3.0.0 to use API version 2015-09-01
- 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
0.9.7
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
- New-AzureProfile
- 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