github Azure/azure-powershell v0.7.0-December2018
Az 0.7.0

latest releases: v12.0.0-May2024, Az.RedisCache-v1.9.1, v11.6.0-April2024...
5 years ago

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Change Log

General

  • Minor changes for upcoming AzureRM to Az transition

Az.Compute

  • Add support for UltraSSD and Gallery Images in the simple param sets for New-AzVm(ss) cmdlets.

Az.DataLakeStore

  • Fix the trailing slash of the domain of adls account

Az.FrontDoor

  • Fixed some broken links
    • In the New-AzureRmFrontDoor and Set-AzureRmFrontDoor articles, fixed the link to the New-AzureRmFrontDoorHealthProbeSettingObject cmdlet article.
    • In the New-AzureRmFrontDoorManagedRuleObject article, fixed the link to the New-AzureRmFrontDoorRuleGroupOverrideObject cmdlet article.

Az.RecoveryServices

  • Added client side validations for Azure File Share restore operations.
  • Made storageAccountName and storageAccountResourceGroupName optional for afs restore.

Az.Resources

  • Fix for #7679
    • Update Get-AzureRmRoleAssignment to use the subscription scope if it is provided when requesting classic administrators.

Az.Sql

  • Minor changes for upcoming AzureRM to Az transition
  • Fixed issue with using Get-AzureRmSqlDatabaseVulnerabilityAssessment with DotNet core
  • Modified documentation of help messages related to SQL Auditing cmdlets.

Az.Storage

  • Add -EnableHierarchicalNamespace to New-AzureRmStorageAccount
  • Fix issue that Copy File cmdlet can't reuse source context in destination when not input -DestContext
    • Start-AzureStorageFileCopy
  • Support Static Website configuration
    • Enable-AzureStorageStaticWebsite
    • Disable-AzureStorageStaticWebsite

Az.Websites

  • Set-AzureRmWebApp and Set-AzureRmWebAppSlot
    • New parameter (-AzureStoragePath) added to specify Azure Storage paths to be mounted in Windows and Linux container apps. Use the output of the new cmdlet New-AzureRmWebAppAzureStoragePath as a parameter to set the Azure Storage paths.

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.