Skip to content

1.2.2

Compare
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)