Azure PowerShell v4.8.0 Release Notes

Release Date: 2020-10-01 // over 3 years ago
  • Az.Accounts

    • ๐Ÿ›  Fixed DateTime parse issue in common libraries [#13045]

    Az.CognitiveServices

    • โž• Added 'New-AzCognitiveServicesAccountApiProperty' cmdlet.
    • ๐Ÿ‘Œ Supported 'ApiProperty' parameter for 'New-AzCognitiveServicesAccount' and 'Set-AzCognitiveServicesAccount'

    Az.Compute

    • ๐Ÿ›  Fixed issue in 'Update-ASRRecoveryPlan' by populating FailoverTypes
    • โž• Added the '-Top' and '-OrderBy' optional parameters to the 'Get-AzVmImage' cmdlet.

    Az.Databricks

    • General availability of 'Az.Databricks' module
    • โž• Added support for virtual network peering

    Az.DataFactory

    • ๐Ÿ›  Fixed typo in output messages

    Az.EventHub

    • โž• Added optional switch parameter 'TrustedServiceAccessEnabled' to 'Set-AzEventHubNetworkRuleSet' cmdlet

    Az.HDInsight

    • โž• Added warning message for planning to deprecate the parameters 'PublicNetworkAccessType' and 'OutboundPublicNetworkAccessType'
    • โž• Added warning message for planning to replace the parameter 'DefaultStorageAccountName' with 'StorageAccountResourceId'
    • โž• Added warning message for planning to replace the parameter 'DefaultStorageAccountKey' with 'StorageAccountKey'
    • โž• Added warning message for planning to replace the parameter 'DefaultStorageAccountType' with 'StorageAccountType'
    • โž• Added warning message for planning to replace the parameter 'DefaultStorageContainer' with 'StorageContainer'
    • โž• Added warning message for planning to replace the parameter 'DefaultStorageRootPath' with 'StorageRootPath'

    Az.IotHub

    • โšก๏ธ Updated devices sdk.

    Az.KeyVault

    • Provided the detailed date of removing property SecretValueText

    Az.ManagedServices

    • โšก๏ธ Updated breaking change warnings on cmdlets of managed services assignment and definition

    Az.Monitor

    • ๐Ÿ›  Fixed the bug that warning message cannot be suppressed. [#12889]
    • ๐Ÿ‘Œ Supported 'SkipMetricValidation' parameter in alert rule criteria. Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.

    Az.Network

    • โž• Added Office365 Policy to VPNSite Resource
      • 'New-AzO365PolicyProperty'

    Az.RecoveryServices

    • โž• Added container name validation for workload backup.

    Az.RedisCache

    • Made 'New-AzRedisCache' and 'Set-AzRedisCache' cmdlets not fail because of permission issue related to registering Microsoft.Cache RP

    Az.Sql

    • โž• Added BackupStorageRedundancy to the following:
      • 'Restore-AzureRmSqlDatabase'
      • 'New-AzSqlDatabaseCopy'
      • 'New-AzSqlDatabaseSecondary'
    • โœ‚ Removed case sensitivity for BackupStorageRedundancy parameter for all SQL DB references
    • โšก๏ธ Updated BackupStorageRedundancy warning message names

    Az.Storage

    • ๐Ÿ‘Œ Supported enable/disable/get share soft delete properties on file Service of a Storage account
      • 'Update-AzStorageFileServiceProperty'
      • 'Get-AzStorageFileServiceProperty'
    • ๐Ÿ‘Œ Supported list file shares include the deleted ones of a Storage account, and Get single file share usage
      • 'Get-AzRmStorageShare'
    • ๐Ÿ‘Œ Supported restore a deleted file share
      • 'Restore-AzRmStorageShare'
    • ๐Ÿ”„ Changed the cmdlets for modify blob service properties, won't get the original properties from server, but only set the modified properties to server.
      • 'Enable-AzStorageBlobDeleteRetentionPolicy'
      • 'Disable-AzStorageBlobDeleteRetentionPolicy'
      • 'Enable-AzStorageBlobRestorePolicy'
      • 'Disable-AzStorageBlobRestorePolicy'
      • 'Update-AzStorageBlobServiceProperty'
    • ๐Ÿ›  Fixed help issue for New-AzStorageAccount parameter -Kind default value [#12189]
    • ๐Ÿ›  Fixed issue by add example to show how to set correct ContentType in blob upload [#12989]

    Thanks to our community contributors

    • @felickz, Clarify escaping special characters in Subject (#13028)
    • โœ๏ธ Martin Zurita (@Gorgoras), Corrected some typos in messages. (#12999)
    • @kingsleyAzure
      • Add managed hsm uri in regex matching (#12912)
      • Add Managed HSM support for SQL (#13073)
    • ๐Ÿ›  @MasterKuat, Fixed complaint on Managed instance's system database for vulnerability assessment (#12971)