Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/7.1.0
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
Docker images
- mcr.microsoft.com/azure-powershell:latest
- mcr.microsoft.com/azure-powershell:ubuntu-18.04
- mcr.microsoft.com/azure-powershell:7.1.0-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:7.1.0-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:7.1.0-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:7.1.0-alpine-3.10
SHA256 Hashes of the release artifacts
- Az-Cmdlets-7.1.0.35119.tar.gz
- 4DCBB1871F3EB02861BD3536C6E5CBC716A6F9BFAD265863D83B0BD4F3CE790C
7.1.0 - January 2022
Az.Accounts
- Copied 'ServicePrincipalSecret' and 'CertificatePassword' from Az.Accounts buildin profile to customer set profile. [#16617]
- Updated help message and help markdown for parameter 'Tenant' of the cmdlet 'Set-AzContext'. [#16515]
- Fixed the issue that Azure PowerShell could not work in a workflow. [#16408]
- Fixed the doubled Api Version in the URI of the underlying request issued by 'Invoke-AzRestMethod'. [#16615]
Az.Aks
- Added support of 'load balancer' and 'api server access' in 'New-AzAksCluster' and 'Set-AzAksCluster'. [#16575]
Az.Automation
- 'New-AzAutomationSchedule' allows defnining StartTime with offsets.
- Fixed bug: updated 'Set-AzAutomationModule' to use PUT call while updating modules with specific versions [#12552]
Az.CognitiveServices
- Updated PowerShell to use 2021-10-01 version.
- Added CommitmentTier and CommitmentPlan cmdlets.
- Added Deployment cmdlets.
- Added 'New-AzCognitiveServicesObject' cmdlet for generating CommitmentPlan/Deployment objects.
Az.Compute
- Updated 'UserData' parameter in VM and VMSS cmdlets to pipe by the Property Name to ensure piping scenarios occur correctly.
- Changed 'New-AzVM' cmdlet when using the SimpleParameterSet to not create a 'PublicIPAddress' when a 'PublicIPAddress' name is not provided.
- Added 'PlatformFaultDomain' parameter to cmdlets: 'New-AzVM' and 'New-AzVMConfig'
- Added '-Feature' parameter for 'New-AzGalleryImageDefinition'
- Added 'DiffDiskPlacement' string parameter to 'Set-AzVmOSDisk' and 'Set-AzVmssStorageProfile' cmdlets.
Az.CosmosDB
- Exposed BackupPolicyMigrationState as a part of Get-AzCosmosDBAccount response.
- This shew the status of a backup policy migration state when an account was being converted from peroidic backup mode to continuous.
Az.DataFactory
- Updated ADF .Net SDK version to 5.0.0
Az.Functions
- Removed preview from the PowerShell 7.0 stack on Linux
Az.KeyVault
- Added cmdlets: 'Invoke-AzKeyVaultKeyRotation', 'Get-AzKeyVaultKeyRotationPolicy' and 'Set-AzKeyVaultKeyRotationPolicy'
Az.MySql
- General availability of Az.MySql
Az.Network
- Used case-insensitive comparison for ResourceId (Set/New-NetworkWatcherFlowLog)
- Added new properties 'ApplicationSecurityGroup', 'IpConfiguration' and 'CustomNetworkInterfaceName' for Private Endpoint cmdlets
- 'Get-AzPrivateEndpoint'
- 'New-AzPrivateEndpoint'
- Added new cmdlet to create new 'IpConfiguration' object for building Private Endpoint
- 'New-AzPrivateEndpointIpConfiguration'
- Added OrdinalIgnoreCase for string comparison of 'ResourceIdentifier' type for FlowLog cmdlets
- Fixed typo in error message of 'InvalidWorkspaceResourceId'
Az.PostgreSql
- General availability of Az.PostgreSql
Az.RedisCache
- Added 'IdentityType' and 'UserAssignedIdentity' parameter in 'New-AzRedisCache' and 'Set-AzRedisCache' cmdlets.
- It is used to assign and modify the Identity of Azure Cache for Redis.
Az.ResourceMover
- Added support for Tags in azure resource mover
- Added support for SystemData in azure resource mover
- Released 2021-08-01 api-version
Az.Resources
- Fixed incorrect alias for 'Get-AzADSpCredential' [#16592]
- Fixed 'ServicePrincipalName' and 'InputObject' parameters for 'Update-AzADServicePrincipal' [#16620]
- Fixed example for 'New-AzADAppCredential' [#16682]
- Added parameter 'Web' for 'New-AzADApplication' [#16659]
- Added secret text in response of 'New-AzADApplication' and 'New-AzADServicePrincipal' [#16659]
- Deserialized the 'Value' in 'DeploymentVariable' as object array if its type is Array [#16523]
- Fixed the usage of 'SignInName' in 'New-AzRoleAssignment' [#16627]
- Formatted the output format of 'DeploymentVariable'
- Remove 'isUser' operation filter from GetAzureProviderOperation Cmdlet
Az.SignalR
- Fixed the bug of 'Update-AzSignalR' cmdlet that resets the resource states by mistake.
Az.Sql
- Added 'ZoneRedundant' parameter to 'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseSecondary' and 'Restore-AzSqlDatabase' to enable zone redundant copy, geo secondary and PITR support for hyperscale databases
Az.Storage
- Fixed the failure of sync copy blob with long destination blob name [#16628]
- 'Copy-AzStorageBlob'
Az.Synapse
- General availability of Az.Synapse
- Migrated Azure AD features in Az.Synapse to MSGraph APIs. The cmdlets below called MSGraph API according to input parameters:
- 'New-AzSynapseRoleAssignment' cmdlet
- 'Get-AzSynapseRoleAssignment' cmdlet
- 'Remove-AzSynapseRoleAssignment' cmdlet
- 'Set-AzSynapseSqlActiveDirectoryAdministrator' cmdlet
- Added a default value for [-AutoPauseDelayInMinute] parameter of command 'New-AzSynapseSparkpool' and 'Update-AzSynapseSparkpool'
Thanks to our community contributors
- @adishiritwick, Updated Set-AzAutomationModule to use PUT call while updating modules with specific versions (#16505)
- @anuraj, Update the New-AzWebAppCertificate (#16634)
- @BrajaMS, Updated the example command with NodeType param (#16670)
- @geologyrocks, Principal typo (was princial) (#16699)
- Hen Itzhaki (@HenItzhaki), Added more example (#16424)
- Chris (@isjwuk), Formatting improvement (#15826)
- Jaromir Kaspar (@jaromirk), Added example for password credentials (#16600)
- Martin Falkus (@mfalkus), Fix a typo in Update Az-Tags doc where "Repalces" was specified instead of "Replaces" (#16541)
- Radoslav Gatev (@RadoslavGatev), [Az.Accounts] Fix the doubled Api Version in Uri of the request issued by Invoke-AzRestMethod (#16616)
- @Skuldo, Typo fix (#16585)
- Sujit Singh (@sujitks), Update Set-AzApplicationGatewayFirewallPolicy.md (#16583)
- @trudolf-msft, new example 4/workaround (#16437)