Releases: Azure/azure-powershell
Releases · Azure/azure-powershell
Az.Compute v4.30.0
https://www.powershellgallery.com/packages/Az.Compute/4.30.0
Version 4.30.0
- Added parameters
PackageFileName
,ConfigFileName
forNew-AzGalleryApplicationVersion
Az 8.1.0
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/8.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
SHA256 Hashes of the release artifacts
- Az-Cmdlets-8.1.0.36048.tar.gz
- 586F0ABAEA4E20E50C5D0712DF49DB777CF6085710F8082EED9FD7B96E80D74B
8.1.0 - July 2022
Az.Accounts
- Supported exporting and importing configurations by 'Export-AzConfig' and 'Import-AzConfig'.
- Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
- Fixed incorrect access token [#18105]
- Upgraded version of Microsoft.Identity.Client for .NET Framework. [#18495]
- Fixed an issue that Az.Accounts failed to be imported if multiple environment variables, which only differ by case, are set. [#18304]
Az.Aks
- Added parameter 'CommandContextAttachmentZip' for 'Invoke-AzAksRunCommand'. [#17454]
- Added ManagedIdentity support for Aks[#15656].
- Added property 'PowerState' for the output of 'Get-AzAksCluster'[#18271]
- Updated the logic of 'Set-AzAksCluster' for parameter 'NodeImageOnly'.
- Added parameter 'NodeImageOnly' for 'Update-AzAksNodePool'.
- Added parameter 'AvailabilityZone' for 'New-AzAksCluster'. [#18658]
Az.ApplicationInsights
- Fixed parameters for Set-AzApplicationInsightsDailyCap [#18315]
- Fixed parameter 'DocumentType' for 'New-AzApplicationInsightsContinuousExport' and 'Set-AzApplicationInsightsContinuousExport' [#18350]
- Fixed parameter 'ResourceId' for 'Get-AzApplicationInsights' [#18707]
Az.Compute
- Added image alias 'Win2022AzureEditionCore'
- Added the '-DisableIntegrityMonitoring' switch parameter to the 'New-AzVM' cmdlet.
Changed the default behavior for 'New-AzVM' and 'New-AzVmss' when these conditions are met:- '-DisableIntegrityMonitoring' is not true.
- 'SecurityType' on the SecurityProfile is 'TrustedLaunch'.
- 'VTpmEnabled' on the SecurityProfile is true.
- 'SecureBootEnabled' on the SecurityProfile is true.
Now 'New-AzVM' will install the 'Guest Attestation' extension to the new VM when these conditions are met.
Now 'New-AzVmss' will install the 'Guest Attestation' extension to the new Vmss when these conditions are met and installed to all VM instances in the Vmss.
- Added '-UserAssignedIdentity' and '-FederatedClientId' to the following cmdlets:
- 'New-AzDiskEncryptionSetConfig'
- 'Update-AzDiskEncryptionSet'
- Added '-TreatFailureAsDeploymentFailure' to cmdlets 'Add-AzVmGalleryApplication' and 'Add-AzVmssGalleryApplication'
- Removed Exceptions for when SinglePlacementGroup is set to true in 'OrchestrationMode'
Az.CosmosDB
- Added support for partition key and id paths to be part of client encryption policy.
- Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.
Az.DataFactory
- Updated ADF .Net SDK version to 6.3.0
Az.EventHub
- Added cmdlets for CRUD operations on EventHub Application Groups. The added cmdlets include,
-New-AzEventHubApplicationGroup
-Set-AzEventHubApplicationGroup
-Remove-AzEventHubApplicationGroup
-Get-AzEventHubApplicationGroup
-New-AzEventHubThrottlingPolicyConfig - Get-AzEventHubNamespace returned a maximum of 100 namespaces for list by resource groups or list by subscriptions so far. From here onwards, for resource groups and subscriptions with over a 100 namespaces, the cmdlet will return all the namespaces. You will not see a change in the cmdlet behaviour if your resource groups or subscriptions have less than a 100 namespaces.
- Added cmdlets for manual approval of EventHubs Private Endpoint Connections. The added cmdlets include,
-Approve-AzEventHubPrivateEndpointConnection
-Deny-AzEventHubPrivateEndpointConnection
-Get-AzEventHubPrivateEndpointConnection
-Remove-AzEventHubPrivateEndpointConnection
-Get-AzEventHubPrivateLink
Az.KeyVault
- Supported importing pem certificate by 'Import-AzKeyVaultCertificate' [#18494]
- Supported accepting rotation policy in a JSON file
- [Breaking Change] Changed parameter 'ExpiresIn' in 'Set-AzKeyVaultKeyRotationPolicy' from TimeSpan? to string. It must be an ISO 8601 duration like 'P30D' for 30 days.
- [Breaking Change] Changed output properties 'ExpiresIn', 'TimeAfterCreate' and 'TimeBeforeExpiry' of 'Set-AzKeyVaultKeyRotationPolicy' and 'Get-AzKeyVaultKeyRotationPolicy' from TimeSpan? to string.
- Supported creating/updating key with release policy in a Managed HSM
- Removed default value for 'EnabledForDeployment', 'EnabledForTemplateDeployment', 'EnabledForDiskEncryption' and 'EnableRbacAuthorization' during the process of key vault creation
- Changed default access policies for Key Vault secret, certificate and storage as 'All'
Az.Network
- Added support for CustomV2 ssl policies for Application Gateway.
- Added 'CustomV2' to the validation set of 'PolicyType'
- Added 'TLSv1_3' to the validation set of 'MinProtocolVersion'
- Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3
- [Breaking Change] Changed default value of '-PrivateEndpointNetworkPoliciesFlag' to 'Disabled' in 'Add-AzVirtualNetworkSubnetConfig' and 'New-AzVirtualNetworkSubnetConfig'
- Fixed bugs that cannot parse virtual network encryption paramemters when updating exsiting vnet.
Az.PowerBIEmbedded
- Updated SKU allowed values to support A7 and A8
Az.RecoveryServices
- Fixed delay in long running operations [#18567]
Az.Resources
- Added feedback when deleting role assignments even if passthru is not used
- Fixed relative path failure in -AsJob scenario [#18084]
- Fixed logic of 'createtime' and 'ChangedTime' in 'Get-AzResource --ExpandProperties'. [#18206]
- Fixed role assignment latency for 'New-AzADServicePrincipal' [#16777]
Az.ServiceBus
- Added cmdlets for manual approval of Service Bus Private Endpoint Connections. The added cmdlets include,
-Approve-AzServiceBusPrivateEndpointConnection
-Deny-AzServiceBusPrivateEndpointConnection
-Get-AzServiceBusPrivateEndpointConnection
-Remove-AzServiceBusPrivateEndpointConnection
-Get-AzServiceBusPrivateLink
Az.ServiceFabric
- Fixed typo in verbose log message.
- Added Tag support for managed cluster create and update
Az.Sql
- Added 'GeoZone' option to 'BackupStorageRedundancy' parameter to 'New-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseSecondary', and 'Restore-AzSqlDatabase' to enable create, update, copy, geo secondary and PITR support for GeoZone hyperscale databases
- Added additional input validation to 'Stop-AzSqlInstanceDatabaseLogReplay' cmdlet to ensure the target database was created by log replay service
- Bug fix for cmdlet 'Restore-AzSqlDatabase'. The optional property 'Tags' was not working as expected
- Added isManagedIdentityInUse get parameter for 'Get-AzSqlServerAudit' and 'Get-AzSqlDatabaseAudit'
- Added new cmdlet 'Set-AzSqlInstanceDatabase'
Az.StackHCI
- Added support to Stack HCI Cluster
- Added support to Stack HCI Extension
- Added support to Stack HCI Arc Settings
Az.Storage
- Supported BaseBlob DaysAfterCreationGreaterThan in Management Policy
- 'Add-AzStorageAccountManagementPolicyAction'
Thanks to our community contributors
- @ayeshurun, Update SKU allowed values for PowerBI Embedded capacities (#18670)
- @JulianePadrao, [SQL] fix for deprecated term (#18620)
- @kaushik-ms, powershell changes for new ssl policies in appgw (#18287)
- Adrian Leonhard (@NaridaL), fix typo beging -> begin in 3 files (#18391)
Az.Network v4.17.1-preview
Az.App-v0.1.0
Az.CosmosDB v1.8.1
Az.Compute v4.28.0
Az.DataProtection v0.4.0
Az.StackHCI v1.2.0
https://www.powershellgallery.com/packages/Az.StackHCI/1.2.0
Version 1.2.0
- Improved Registration process for Register-AzStackHCI cmdlet
- All Azure AD related operations are now moved to HCI Cloud Services
- Register-AzStackHCI and UnRegister-AzStackHCI cmdlets no more use AzureAD PS module
- Added support to register hybridConnectivity RP in Canary and Public clouds
- Added support for Region Specific ServiceEndpoints
-Service endpoints are now specified by HCI Cloud services instead of it being hardcoded in the PS module - Added support to specify ArcServerResourceGroupName to Register-AzStackHCI cmdlet
- Now we can specify the resource group into which the ARC resource gets projected using 'ArcServerResourceGroupName' parameter during registration
- Check ResourceProvider is already registered before attempting to register it during Register-AzStackHCI cmdlet
- Register-AzStackHCI cmdlet now does not take any action if required Resource Providers are already registered. This allows users with Roles who do not have permissions to register resource providers to still perform registration operation
- Supported for writing event log entries from registration cmdlets
- Register-AzStackHCI and UnRegister-AzStackHCI flows will now write events to Node log reflecting the status of registration. Events will be logged under source name "HCI Registration"
Az.KubernetesConfiguration v0.6.0
https://www.powershellgallery.com/packages/Az.KubernetesConfiguration/0.6.0
Version 0.6.0
- Added cmdlets:
Get-AzKubernetesConfigFluxOperationStatus
Get-AzKubernetesConfigurationFlux
New-AzKubernetesConfigurationFlux
Update-AzKubernetesConfigurationFlux
Remove-AzKubernetesConfigurationFlux
Az.GuestConfiguration v0.11.0
https://www.powershellgallery.com/packages/Az.GuestConfiguration/0.11.0
Version 0.11.0
Converted Az.GuestConfiguration to generated module