Skip to content

Releases: Azure/azure-powershell

1.2.2

Choose a tag to compare

@haocs haocs released this 04 Mar 02:27
  • Azure Compute (ARM):
    • Add -LicenseType parameter to New-AzureRmVM for bring your own license (BYOL)
    • Add -SecureExecution parameter to Set-AzureRmVMCustomScriptExtension
    • Add -DisableAutoUpgradeMinorVersion and -ForceRerun parameters to Set-AzureRmVMExtension
    • Add Set-AzureRmVMPlan cmdlet
    • Add -Redeploy parameter to Set-AzureRmVM
    • Add AutoUpgradeMinorVersion and ForceUpdateTag parameters for Get-AzureRmVMExtension
    • Update positions of parameters for New-AzureRmVM
  • Azure Compute (Service Management):
    • Add Set-AzureBootDiagnostics cmdlets
    • Enable boot diagnostics by default for New-AzureVM and New-AzureQuickVM
  • Azure LogicApp: New cmdlets for managing LogicApps
    • Get-AzureLogicAppAccessKey
    • Get-AzureLogicApp
    • Get-AzureLogicAppRunAction
    • Get-AzureLogicAppRunHistory
    • Get-AzureLogicAppTrigger
    • Get-AzureLogicAppTriggerHistory
    • New-AzureLogicApp
    • Remove-AzureLogicApp
    • Start-AzureLogicApp
    • Set-AzureLogicAppAccessKey
    • Set-AzureLogicApp
    • Stop-AzureLogicAppRun
    • Azure Storage
    • Added cmdlet to generate SAS token against storage account
      • New-AzureStorageAccountSASToken
    • Added IPAddressOrRange/Protocol support in cmdlets to generate SAS token against blob, container, file, share, table, queue
      • New-AzureStorageBlobSASToken
      • New-AzureStorageContainerSASToken
      • New-AzureStorageFileSASToken
      • New-AzureStorageShareSASToken
      • New-AzureStorageQueueSASToken
      • New-AzureStorageTableSASToken
  • Azure SQL DB Backup/restore
    • Get-AzureRmSqlDatabaseGeoBackup
    • Get-AzureRmSqlDeletedDatabaseBackup
    • Restore-AzureRmSqlDatabase
      • This cmdlet accepts as pipelined input the result of one of the first two cmdlets (or Get-AzureRmSqlDatabase if restoring a live DB to a point-in-time)

AzureRM.Compute v.1.2.3.

Choose a tag to compare

@hovsepm hovsepm released this 12 Feb 00:15

Added support for “Azure Hybrid Use Benefit” (aka BYOL for Windows Server) in AzureRM.Compute package.

1.2.1

Choose a tag to compare

@markcowl markcowl released this 05 Feb 19:56

Installer: Windows Standalone

  • Installer fix: remove PSGallery modules on install
  • Correct help for OperationalInsights

View changes since last release

1.2.0

Choose a tag to compare

@hovsepm hovsepm released this 03 Feb 02:56
  • Azure RemoteApp:
    • Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
  • Azure Stack Admin:
    • New module for the management of azure stack administrative resources such as plan, offer, subscription, resource provider and
      gallery items.
  • Azure Stack Storage Admin:
    • New module for the management of azure stack storage administrative resources such as configuration, infrastructure and health.
  • Azure Operational Insights new cmdlets:
    • Get-AzureRmOperationalInsightsSavedSearch
    • Get-AzureRmOperationalInsightsSavedSeearchResults
    • Get-AzureRmOperationalInsightsSavedSearches
    • Get-AzureRmOperationalInsightsSchema
    • Get-AzureRmOperationalInsightsSearchResult
    • Get-AzureRmOperationalInsightsSearchResultUpdate
    • Remove-AzureRmOperationalInsightsSavedSearch
    • Remove-AzureRmOperationalInsightsSavedSearch
    • Set-AzureRmOperationalInsightsSavedSearch
  • Add-AzureRmAccount fixed issue with wrong credential message
  • Get-AzureRmSubscription cmdlet now returns paginated results
  • Update-AzureRM now only updates when need unless -Force is used
  • Added telemetry to ARM and ASM cmdlets

CLU Archive

CLU Archive Pre-release
Pre-release

Choose a tag to compare

@markcowl markcowl released this 31 May 19:03
Merge pull request #1697 from arroyc/clu

Az --help generator and fix bug on buildpackage.ps1

AzureRM.v1.1.0

Choose a tag to compare

@hovsepm hovsepm released this 14 Jan 21:58

Published AzureRM v.1.1.0

1.1.0

Choose a tag to compare

@hovsepm hovsepm released this 12 Jan 22:01
  • Azure SQL Database: Threat Detection policies:
    • Using new Threat Detection Types
  • Azure Redis Cache: new cmdlets for enabling and disabling diagnostics
    • Set-AzureRmRedisCacheDiagnostics
    • Remove-AzureRmRedisCacheDiagnostics
  • Azure Websites: New cmdlets for managing SSL binding
    • Get-AzureRmWebAppCertificate
    • New-AzureRmWebAppSSLBinding
    • Get-AzureRmWebAppSSLBinding
    • Remove-AzureRmWebAppSSLBinding
    • Added AseName and AseResourceGroupName parameters in New-AzureRmWebApp and New-AzureRmAppServicePlan cmdlet
    • Added support for cloning all deployment slots associated with source website
  • Azure Stream Analytics: Added new cmdlet support for Functions.
    • New-AzureRmStreamAnalyticsFunction
    • Get-AzureRmStreamAnalyticsFunction
    • Test-AzureRmStreamAnalyticsFunction
    • Get-AzureRmStreamAnalyticsDefaultFunctionDefinition
    • Remove-AzureRmStreamAnalyticsFunction
  • Azure Batch
    • New-AzureBatchTask now accepts a MultiInstanceSettings parameter
    • Get-AzureBatchSubtask cmdlet added
    • Enable-AzureBatchComputeNodeScheduling / Disable-AzureBatchComputeNodeScheduling cmdlets added
    • Enable-AzureBatchAutoScale and New-AzureBatchPool now accept an AutoScaleEvaluationInterval parameter.

AzureRM.v1.0.4

Choose a tag to compare

Added AzureRM.NotificationHubs

1.0.2

Choose a tag to compare

@jianghaolu jianghaolu released this 15 Dec 19:00

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

View changes since last release

AzureRM.SiteRecovery.v1.1.0

Pre-release

Choose a tag to compare

  • Azure RecoveryServices cmdlets
    • Initial Release of AzureRM.RecoveryServices cmdlets
  • Azure SiteRecovery Cmdlets
    • Updates to SiteRecovery cmdlets