azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - Az 12.3.0

Published by dolauli about 2 months ago

azure-powershell - Az 12.2.0

Published by VeryEarly 3 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/{version}

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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:12.2.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:12.2.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:12.2.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:12.2.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:12.2.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:12.2.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:12.2.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:12.2.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:12.2.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:12.2.0-ubuntu-22.04

Release Notes

12.2.0 - August 2024

Az.Accounts 3.0.3

  • Reduced the frequency of displaying sign-in announcement messages.
  • Upgraded Azure.Core to 1.41.0 to include the fix for 'BearerTokenAuthenticationPolicy'
  • Removed the informational table about selected context to avoid duplication with output table.

Az.Cdn 3.2.1

  • Bypassed object id validation for KeyVault access policy during 'Start-AzFrontDoorCdnProfilePrepareMigration'

Az.Compute 8.2.0

  • Renamed parameter '-VmId' to '-SourceId' and added '-VmId' as an alias to 'New-AzRestorePointCollection' cmdlet.

Az.Databricks 1.8.1

  • Fixed Access Connector Resource update for 'Update-AzDatabricksWorkspace'

Az.DataFactory 1.18.6

  • Added security enhancement feature snowflake support storage integration.
  • Supported 'domain' Property In Dynamics Family.
  • Enabled UAMI auth for Data Factory Sql Server connector.
  • Supported managed identity for Data Factory Azure Table connector.

Az.MachineLearningServices 1.1.0

  • Updated API version to 2024-04-01
  • Added Kind and HubResourceId parameters for Workspace cmdlets
  • Fixed batch deployment creation issue
  • Fixed Connection creation issue
  • Added Connection Properties object cmdlets for connection creation
    • 'New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceSasAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceServicePrincipalAuthTypeWorkspaceConnectionPropertiesObject'
    • 'New-AzMLWorkspaceUsernamePasswordAuthTypeWorkspaceConnectionPropertiesObject'
  • Added Model reference object cmdlets for batch deployment creation
    • 'New-AzMLWorkspaceIdAssetReferenceObject'
    • 'New-AzMLWorkspaceDataPathAssetReferenceObject'
    • 'New-AzMLWorkspaceOutputPathAssetReferenceObject'

Az.Nginx 1.1.0

  • Added feature for auto scaling and upgradeprofile, and nginx configuration analysis

Az.RedisCache 1.10.0

  • Added support for Disabling Access Keys Authentication

Az.Resources 7.3.0

  • Added null check and empty list check to the permissions object in the ToPSRoleDefinition method.
  • Added argument completer for 'EnforcementMode', 'IdentityType'
    • 'New-AzPolicyAssignment'
    • 'New-AzPolicyExemption'
    • 'Update-AzPolicyAssignment'
    • 'Update-AzPolicyExemption'
  • Fixed bug deserializing property: 'policyDefinitionReferenceId' [#25112]
  • Fixed overriding of Bicep parameters in Deployment cmdlets to support 'SecureString' parameters.
  • Added Test cmdlets for Deployment Stacks.

Az.Sql 5.2.0

  • Added breaking change announcement for cmdlets: 'New-AzSqlInstanceLink', 'Get-AzSqlInstanceLink', 'Remove-AzSqlInstanceLink', 'Update-AzSqlInstanceLink'.
  • Added 'IsGeneralPurposeV2' and 'StorageIOps' parameters to 'New-AzSqlInstance', 'Set-AzSqlInstance' to enable the creation of GPv2 instances
  • Added IsGeneralPurposeV2 and StorageIOps fields to the model of the managed instance so that it displays information about GPv2 instances that are returned by 'Get-AzSqlInstance'.
  • Added new cmdlet 'Set-AzSqlDatabaseReplicationLink' for updating replication link type
  • Updated 'Get-AzSqlDatabaseReplicationLink' to use the new sdk

Az.StackHCI 2.4.0

  • Upgraded API version to 2024-04-01
  • Allowed registration for 23H2 and above versions of the device

Az.Storage 7.2.0

  • Upgraded Microsoft.Azure.Storage.DataMovement to 2.0.5

Az.StorageSync 2.3.0

  • Fixed the Register-AzStorageSyncServer with Azure FileSync Agent v17
  • Improved performance for Managed Identity migration cmdlet

Thanks to our community contributors

  • Paolo Frigo (@PaoloFrigo), Update New-AzStorageAccount.md (#25493)
  • @Skatterbrainz, Update Import-AzAutomationRunbook.md (#25587)

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-12.2.0.38863.tar.gz
    • C873790CD92D7911E99197135BFA7031C8D4F87F16EBB93EE805352D15C036D9
azure-powershell - Az.StorageSync v2.2.0

Published by VeryEarly 3 months ago

https://www.powershellgallery.com/packages/Az.StorageSync/2.2.0

Version 2.2.0

  • Onboarded Service Api version 2022-09-01
  • Enabled ManagedIdentity Feature (Preview)
azure-powershell - Az 12.1.0

Published by NoriZC 4 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/12.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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:12.1.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:12.1.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:12.1.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:12.1.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:12.1.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:12.1.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:12.1.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:12.1.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:12.1.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:12.1.0-ubuntu-22.04

Release Notes

12.1.0 - July 2024

Az.Accounts 3.0.1

  • Disable WAM when the customers login with device code flow or username password (ROPC) flow to prevent a potential issue with token cache.
  • Fixed CVE-2024-35255
  • Updated 'Microsoft.Identity.Client.NativeInterop' to fix the WAM pop window issue in elevated mode [#24967]
  • Updated the reference of Azure PowerShell Common to 1.3.98-preview.
  • Limited promotional message to interactive scenarios only

Az.Batch 3.6.2

  • Fixed a bug where 'New-AzBatchApplicationPackage' wouldn't work if the application 'AllowUpdates' parameter was set to 'False'.

Az.Compute 8.1.0

  • Added parameter '-SourceResourceId' to cmdlet 'Add-AzVMDataDisk'.
  • Added parameter '-IdentityType' to cmdlet 'Update-AzDiskEncryptionSet'.
  • Added 'Invoke-AzSpotPlacementScore' cmdlet, which calls the latest Spot Placement Score API. Set the original 'Invoke-AzSpotPlacementRecommender' as alias to avoid breaking changes.

Az.CosmosDB 1.14.4

  • Fixed the issue that Azure.Core.AccessToken is used before assigned.

Az.Databricks 1.8.0

  • Updated the Az Databricks cmdlets to 2024-05-01 api version.

Az.DataFactory 1.18.5

  • Added UAMI in DynamicsCrm LinkedService

Az.DataLakeStore 1.3.2

  • Updated signed 3rd party assembly NLog.dll to PSGallery

Az.FrontDoor 1.11.1

  • Fixed a not converting from string to base in CustomBlockResponseBody bug in updating waf policy

Az.Functions 4.1.0

  • Upgraded to Microsoft.Web API version 2023-12-01 [#25347]
  • Added support for creating function apps on container app [#22736]

Az.KeyVault 6.0.1

  • Fixed an issue during merging certificate process. [#24323]

Az.Maintenance 1.4.2

  • Fixed bug where rebootSettings property wasn't updating.

Az.Migrate 2.4.0

  • Removed 'at lease one NIC needs to be user selected' constrain when creating/updating server replication (protected item)
  • Added retries for calls to internal Get commands

Az.MySql 1.2.0

  • Added cmdlets: 'Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' and 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting'

Az.Network 7.8.0

  • Added new cmdlets to support Save & Commit (AzureFirewallPolicy draft)
    • 'New-AzFirewallPolicyDraft'
    • 'New-AzFirewallPolicyRuleCollectionGroupDraft'
    • 'Get-AzFirewallPolicyDraft'
    • 'Get-AzFirewallPolicyRuleCollectionGroupDraft'
    • 'Set-AzFirewallPolicyDraft'
    • 'Set-AzFirewallPolicyRuleCollectionGroupDraft'
    • 'Remove-AzFirewallPolicyDraft'
    • 'Remove-AzFirewallPolicyRuleCollectionGroupDraft'
    • 'Deploy-AzFirewallPolicy'
  • Added 'NoHealthyBackendsBehavior' to 'PSProbe', and updated corresponding cmdlets.
    • 'New-AzLoadBalancerProbeConfig'
    • 'Add-AzLoadBalancerProbeConfig'
    • 'Set-AzLoadBalancerProbeConfig'
  • Upgraded API version to '2024-01-01'
  • Updated cmdlet to add 'Premium' as a valid value for 'Sku' parameter and 'enableSessionRecording' feature for Bastion resources
    • 'New-AzBastion'
    • 'Set-AzBastion'
  • Updated cmdlet 'Add-AzVirtualNetworkSubnetConfig', 'Set-AzVirtualNetworkSubnetConfig' and 'New-AzVirtualNetworkSubnetConfig' to support Network Identifier for Subnet Service Endpoint.
  • Added cmdlet 'Restart-AzNetworkVirtualAppliance' for allowing a restart of Network Virtual Appliance instances from the customer subscription.
  • Fixed a bug in 'Update-AzNetworkVirtualApplianceConnection'
  • Updated the Azure Firewall and Azure Firewall Policy setter for their respective Private Range properties
    • Fixed a bug that prevented using /32 in private ranges on classic Azure Firewalls
    • Updated the error message to provide a suggested private range when the supplied range is not correctly masked by the host identifier
    • Added a new Allocate function for Azure Firewall that allows allocating customer public ip address to the firewall
    • Fixed a bug that caused firewalls and policies to lose their private range property value when using their 'Get' cmdlets

Az.Resources 7.2.0

  • Fixed 'Set-AzPolicyAssignment' loses description and Display Name [#25362]
  • Fixed 'New-AzPolicyAssignment' string ID value handling for parameter '-PolicyDefinition'
  • Fixed policy import issue with OP (requires serialization of null values)
  • Fixed '-Scope' parameter handling at resource instance level
  • Fixed error 'Get-AzPolicySetDefinition'cannot find matched parameter '-Name' [#25334]
  • Fixed serialization issue with empty arrays in PolicyParameterObject
  • Addressed a rare case where a service principal does not have AppId
  • Introduced validation of MG scoped deployment stack during New/Set cmdlet execution.
  • Updated Remove/New stack cmdlets with warnings for management groups ActionOnUnmanage and removed DeleteResourcesAndResourceGroups as valid ActionOnUnmanage value.
  • Supported get and assign versioned policy definitions and sets
  • Fixed syntax incompatible with windows powershell [#24971]
  • Fixed bug with 'Get-AzPolicyExemption' requesting 'ParentResourcePath'
  • Supported 'ServiceManagementReference' of Entra App
    • 'Get-AzADApplication'
    • 'New-AzADApplication'
    • 'Update-AzADApplication'
  • Fixed deployment stack validation error surfacing.
  • Fixed default formatting for output objects
  • Removed '-InputObject' for
    • 'Get-AzPolicyAssignment'
    • 'Get-AzPolicyDefinition'
    • 'Get-AzPolicyExemption'
    • 'Get-AzPolicySetDefinition'
    • 'New-AzPolicyAssignment'
    • 'New-AzPolicyDefinition'
    • 'New-AzPolicySetDefinition'
  • Implemented '-Version' and '-ListVersion' parameters on 'Get-AzPolicyDefinition' and 'Get-AzPolicySetDefinition'

Az.Sql 5.1.0

  • Added cross-subscription support for 'Copy-AzSqlInstanceDatabase', 'Move-AzSqlInstanceDatabase'
  • Added new parameter SecondaryType to 'Add-AzSqlDatabaseFromFailoverGroup'

Az.SqlVirtualMachine 2.3.0

  • Enabled Microsoft entra id on SQL VM.

Az.Storage 7.1.0

  • Fixed the issue that Azure.Core.AccessToken is used before assigned.
  • Supported TLS1_3 when creating and updating a storage account
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Fixed sync copy blob issue with -AsJob is specified [#25105]
    • 'Copy-AzStorageBlob'
  • Updated Storage.Management.Sdk to support API version 2023-05-01
  • Updated 2 help examples of create storage account cmdlet, with MinimumTlsVersion as TLS1_2.
    • 'New-AzStorageAccount'

Az.StorageMover 1.4.0

  • Added input parameter validation set for UploadLimitWeeklyRecurrenceObject
  • Supported Uploaded Limit Schedule

Az.Synapse 3.0.9

  • Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.20.
  • Fixed the issue that Azure.Core.AccessToken is used before assigned.

Thanks to our community contributors

  • Felipe Andrade (@andradf), Use named parameter for appPackageUrl in CreateOrUpdateApplicationTypeVersion (#25113)
  • JoshK (@jkonecki42), Update New-AzADGroupOwner.md (#25080)

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-12.1.0.38758.tar.gz
    • 93CBB4CFDBBC6B325F6F634523B31B90E1AD9EA553424029E256660901206C75
azure-powershell - Az 12.0.0

Published by YanaXu 5 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/12.0.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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:12.0.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:12.0.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:12.0.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:12.0.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:12.0.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:12.0.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:12.0.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:12.0.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:12.0.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:12.0.0-ubuntu-22.04

Release Notes

General

  • Fixed CVE-2024-29992.

Az.Accounts 3.0.0

  • Web Account Manager (WAM) was set the default experience of interactive login. For more details please refer to https://go.microsoft.com/fwlink/?linkid=2272007
  • Enabled secrets detection option by default.
  • Fixed a null reference issue during the process of 'Get-AzContext -ListAvailable' [#24854].
  • Supported interactive subscription selection for user login flow. See more details at Announcing a new login experience with Azure PowerShell and Azure CLI
  • Added config 'LoginExperienceV2' to allow customer to switch the default behavior of context selection back. Check the help document of 'Update-AzConfig' for more details.
  • Supported auto-discovery of the endpoint of OperationalInsights (azure-powershell-common/pull/414)
  • Updated the reference of Azure PowerShell Common to 1.3.94-preview.
  • [Breaking Change] Removed config 'DisableErrorRecordsPersistence' to disable writing error records, error recording is now opt-in
  • Added config 'EnableErrorRecordsPersistence' to enable writing error records to file system

Az.AnalysisServices 1.1.5

  • Removed the outdated deps.json file.

Az.ApiManagement 4.0.3

  • Removed the outdated deps.json file.

Az.Batch 3.6.1

  • Removed the out-of-date breaking change message for 'Get-AzBatchCertificate' and 'New-AzBatchCertificate'.

Az.Billing 2.0.4

  • Removed the outdated deps.json file.

Az.Compute 8.0.0

  • Added new optional parameter 'SecureVMGuestStateSAS' to cmdlet 'Grant-AzDiskAccess'.
  • [Breaking Change] Added ValidateNotNullOrEmpty for '-ResourceGroupName' and '-VMScaleSetName' parameters to 'Get-AzVmss' cmdlet. [#20095]
  • Added 'Etag' property to PSVirtualMachine and PSVirtualMachineScaleSet objects.
  • Added parameters '-IfMatch' and '-IfNoneMatch' to 'Update-AzVM', 'Update-AzVmss', 'New-AzVm', 'New-AzVmss', 'New-AzVmConfig', and 'New-AzVmssConfig' cmdlets.
  • [Breaking Change] Cmdlet 'New-AzGalleryImageDefinition' will default parameter '-HyperVGeneration' to 'V2' if it is not set as 'V1' explicitly, and also default parameter '-Feature' by adding '@{Name='SecurityType';Value='TrustedLaunchSupported'}' if the 'SecurityType' feature is not set explicitly.
  • Resolved the bug with 'New-AzVMConfig' for '-CommunityGalleryImageId' and '-SharedGalleryImageId' parameters.
  • [Breaking Change] Added ValidateNotNullOrEmpty for '-ResourceGroupName' and '-VMScaleSetName' parameters to 'Get-AzVmss' cmdlet. [#20095]
  • [Breaking Change] Added new business logic to 'New-AzVmss' and 'New-AzVM' cmdlets. When the user explicitly sets the 'SecurityType' to 'Standard', the Image alias defaults to 'Win2022AzureEdition' to make future migrations to Trusted Launch easier.

Az.CosmosDB 1.14.3

  • Removed the out-of-date breaking change message for 'Get-AzCosmosDBAccountKey'.

Az.DataBoxEdge 1.1.1

  • Removed the outdated deps.json file.

Az.DataFactory 1.18.4

  • Updated ADF encryption client SDK version to 5.29.8499.2

Az.DataLakeStore 1.3.1

  • Removed the outdated deps.json file.

Az.DataShare 1.0.2

  • Removed the outdated deps.json file.

Az.DevTestLabs 1.0.3

  • Removed the outdated deps.json file.

Az.DnsResolver 1.0.0

  • General availability for module Az.DnsResolver

Az.EventGrid 2.0.0

  • Updated to use the 2023-06-01-preview API version.

Az.EventHub 5.0.0

  • Moved cmdlets to V4

Az.FrontDoor 1.10.1

  • Removed the outdated deps.json file.

Az.IotHub 2.7.6

  • Removed the outdated deps.json file.

Az.KeyVault 6.0.0

  • [Breaking change] Removed the offline fallback policy if specify parameter 'UseDefaultCVMPolicy' in 'Add-AzKeyVaultKey'. Key creation will fail if unable to get regional default CVM SKR policy from MAA Service Discovery API.
  • [Breaking change] Removed parameter 'Value' from 'Invoke-AzKeyVaultKeyOperation'.
  • [Breaking change] Removed property 'Result' from the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
  • [Breaking Change] Replaced parameter 'EnableRbacAuthorization' by 'DisableRbacAuthorization' in 'New-AzKeyVault' and 'Update-AzKeyVault'.
    • RBAC will be enabled by default during the process of key vault creation.

Az.MachineLearning 1.1.4

  • Removed the outdated deps.json file.

Az.MachineLearningServices 1.0.1

  • Removed the outdated deps.json file.

Az.Monitor 5.2.1

  • Removed breaking change warning messages for Metric Management Plane
    • Get-AzMetric
    • Get-AzMetricDefinition
    • New-AzMetricFilter

Az.Network 7.6.0

  • Added cmdlet 'New-AzVirtualApplianceNetworkProfile' to build network profile for network virtual appliance and pass as a parameter.
  • Added cmdlet 'New-AzVirtualApplianceNetworkInterfaceConfiguration' and 'New-AzVirtualApplianceIpConfiguration' to build 'New-AzVirtualApplianceNetworkProfile'.
  • Added support for ApplicationGatewaySkuFamily
  • Updated cmdlet to add the property of JSChallengeCookieExpirationInMins
    • 'New-AzApplicationGatewayFirewallPolicySetting'
  • Added optional property 'HeaderValueMatcher' to 'New-AzApplicationGatewayRewriteRuleHeaderConfiguration'
  • Added new cmdlet 'New-AzApplicationGatewayHeaderValueMatcher' to support for the new property 'HeaderValueMatcher'
  • Added new cmdlet 'Update-AzVirtualApplianceInboundSecurityRule' to support Inbound Security Rule for Network Virtual Appliance
  • Added new cmdlet 'New-AzVirtualApplianceInboundSecurityRulesProperty' to support for the property 'rules' of Inbound Security Rules
  • Added AdminState parameter to Load Balancer Backend Address
    • 'New-AzLoadBalancerBackendAddressConfig'
  • Updated PS SDK to older SDK removing identity field

Az.OperationalInsights 3.2.1

  • Fixed an issue that 'Invoke-AzOperationalInsightsQuery' timed out after 100 seconds. The timeout is now bound to the '-Wait' parameter. (#16553)
  • Removed the outdated deps.json file.

Az.PrivateDns 1.0.5

  • Removed the outdated deps.json file.

Az.RecoveryServices 7.0.0

  • [Breaking Change] Renamed the property 'ResouceType' of 'ASRVaultSettings' to 'ResourceType'.

Az.RedisCache 1.9.1

  • Fixed pattern for access policy resource names

Az.ResourceGraph 1.0.0

  • General availability for module Az.ResourceGraph

Az.Resources 7.1.0

  • Fixed deployment and deployment stack New/Set cmdlets to fail if template/parameter uri fails to downloads.
  • Deployment Stack cmdlets GA release/updates.
  • [Breaking Change] Redesigned CRUD cmdlets for 'PolicyAssignment', 'PolicyDefinition', 'PolicyExemption', 'PolicySetDefinition'. Please see Az 12 migration guide https://learn.microsoft.com/en-us/powershell/azure/migrate-az-12.0.0 for more detail.
  • Added null check to the permissions object in the ToPSRoleDefinition method to return if the whole permissions object array is null.

Az.ServiceBus 4.0.0

  • Moved cmdlets to V4.

Az.ServiceFabric 3.3.3

  • Updated location of nodeType to use cluster location in stead of resource group location

Az.Sql 5.0.0

  • Added multi-secondary support for 'Get-AzSqlDatabaseFailoverGroup', 'Remove-AzSqlDatabaseFromFailoverGroup' and 'Add-AzSqlDatabaseFromFailoverGroup'
  • Changed default FailoverPolicy value for 'New-AzSqlDatabaseFailoverGroup', 'Set-AzSqlDatabaseFailoverGroup' from 'Automatic' to 'Manual'
  • Added 'ManualCutover' and 'PerformCutover' parameters to 'Set-AzSqlInstance' for Azure Sql Sterling database to Azure Sql Hyperscale database
  • Added 'OperationPhaseDetails' parameter to 'Get-AzSqlDatabaseActivity' and updated 'DatabaseOperations' Api to version '2022-11-01-preview' for .Net Sdk

Az.StackHCIVM 1.0.4

  • Fixed the placeholder in psd1 file.

Az.Storage 7.0.0

  • Added a prompt that needs confirmation when upgrading a storage account from StorageV1 or BlobStorage to StorageV2. Can be suppressed with -Force.
    • 'Set-AzStorageAccount'
  • Removed references to 'Microsoft.Azure.Storage.Queue' in Queue cmdlets
    • 'Get-AzStorageQueue'
    • 'New-AzStorageQueue'
    • 'New-AzStorageQueueSASToken'
  • When uploading an Azure File with write only SAS token, take the parameter -Path as destination file path, instead of destination directory path previously.
    • 'Set-AzStorageFileContent'

Az.Support 2.0.0

  • Converted Az.Support to autorest-based module.

Az.Synapse 3.0.8

  • Upgraded 'Microsoft.DataTransfer.Gateway.Encryption' to '5.29.8499.2'

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-12.0.0.38629.tar.gz
    • CB397F4526892A0A01F7AD4DA5137063F14CDAA3AF01219C3103CEE8AA7ECAD9
azure-powershell - Az.RedisCache v1.9.1

Published by Nickcandy 5 months ago

https://www.powershellgallery.com/packages/Az.RedisCache/1.9.1

Version 1.9.1

  • Fixed pattern for access policy resource names
azure-powershell - Az 11.6.0

Published by Nickcandy 6 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.6.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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:11.6.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:11.6.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:11.6.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:11.6.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:11.6.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:11.6.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:11.6.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:11.6.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:11.6.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:11.6.0-ubuntu-22.04

Release Notes

11.6.0 - April 2024

General

  • Introduced secrets detection feature to safeguard sensitive data.

Az.Accounts 2.19.0

[!IMPORTANT]
Preannouncement: The default interactive login experience will change from browser based to Web Account Manager (WAM) based on supported platforms, learn more. Only interactive login flow is influeced by WAM. This will take effect from the release of May 21st.

  • Fixed secrets detection issues.

Az.Batch 3.6.0

  • Added new properties 'ResourceTags' and 'UpgradePolicy' to 'PSCloudPool' and 'PSPoolSpecification'.
  • Added new property 'UpgradingOS' to 'PSNodeCounts'.
  • Added new properties 'Caching', 'DiskSizeGB', 'ManagedDisk' and 'WriteAcceleratorEnabled' to 'PSOSDisk'.
  • Added new properties 'SecurityProfile' and 'ServiceArtifactReference' to 'PSVirtualMachineConfigurations'.
  • Added new property 'ScaleSetVmResourceId' to 'PSVirtualMachineInfo'.

Az.Cdn 3.2.0

  • Upgrade API version to 2024-02-01
  • Added support to configure rules to scrub PII values from the AFDx logs when new or update a AFDx resource.

Az.Compute 7.3.0

  • Added cmdlet 'Invoke-AzSpotPlacementRecommender'.
  • Fixed 'Update-AzCapacityReservationGroup' to remove Subscriptions from SharingProfile.

Az.DataProtection 2.4.0

  • Added vault tier restore and update backup instance for blobs.
  • Added CmkEnryption parameters to Get-AzDataProtectionBackupVault, New-AzDataProtectionBackupVault and Update-AzDataProtectionBackupVault cmdlets.
  • Added MUA support for DisableVaultImmutability, Restore, Stop-Protection, Suspend-backup, Disable soft delete operations.

Az.Functions 4.0.8

  • Updated logic to populate tab completers and cache in the New-AzFunctionApp cmdlet

Az.KeyVault 5.3.0

  • [Upcoming Breaking Change] Added breaking change warning message for parameter 'UseDefaultCVMPolicy' of 'Add-AzKeyVaultKey'.
    • The offline fallback policy will be removed. Key creation will fail if unable to get regional default CVM SKR policy from MAA Service Discovery API.
  • Added parameter 'PolicyPath' in 'Add-AzKeyVaultCertificate' to support custom policy in the process of certificate enrollment.
  • Upgraded the API version of merging certificate to 7.5. [#24323]

Az.Monitor 5.2.0

  • '-Location' parameter was removed from 'Update-AzActionGroup' and 'Update-AzDataCollectionRule' because they do not support updating the location.

Az.MySql 1.1.2

  • Fixed for various docs erroneously pointing to Postgres instead of MySQL

Az.Network 7.5.0

  • Added cmdlet 'Convert-AzNetworkWatcherClassicConnectionMonitor' for converting a classic connection monitor to V2 connection monitor.

Az.RecoveryServices 6.9.0

  • Added support for MUA for disabling vault Immutability, increasing RPO for policy schedule, restore, stop protection with retain data.
  • Added support for Enabling/Disabling the azure monitor and email notification alerts for site recovery in recovery services vault.

Az.Resources 6.16.2

  • Migrated SDK generation from autorest csharp to autorest powershell.

Az.Sql 4.14.1

  • Made 1.2 as default for MinimalTlsVersion when creating new Sql Server from Powershell
  • Fixed an existing issue with 'Set-AzSqlInstanceActiveDirectoryAdministrator'

Az.Storage 6.2.0

  • Fixed object replication policy time format parsing issue [#24434]
  • Updated download offset and content length calculation logic for downloading files
    • 'Get-AzStorageFileContent'

Thanks to our community contributors

  • Danny Furnivall (@furnivall), updated checkout (#24634)

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-11.6.0.38526.tar.gz
    • 94268FEAD4EC4860EC01402EA274B5F61145F860F6053B4F800D0306C6F67B1D
azure-powershell - Az 11.5.0

Published by vidai-msft 7 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/{version}

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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:11.5.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:11.5.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:11.5.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:11.5.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:11.5.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:11.5.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:11.5.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:11.5.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:11.5.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:11.5.0-ubuntu-22.04

11.5.0 - April 2024

General

Az.Accounts 2.17.0

  • Enabled globally disabling instance discovery before token acquisition [#22535].
  • Implemented secrets detection feature for autorest modules.
  • Added 'AsSecureString' to 'Get-AzAccessToken' to convert the returned token to SecureString [#24190].
  • Upgraded Azure.Core to 1.37.0.

Az.Aks 6.0.2

  • Fixed the 'Non-static method requires a target' error when updating the image version of the node pool. [#24337]

Az.ApplicationInsights 2.2.4

  • Fixed the issue that Update-AzApplicationInsights would incorrectly remove existing tags.

Az.Attestation 2.0.1

Az.Compute 7.2.0

  • Added parameters '-scriptUriManagedIdentity', '-outputBlobManagedIdentity', '-errorBlobMangedIdentity', and '-TreatFailureAsDeploymentFailure' to cmdlets 'Set-AzVmRunCommand' and 'Set-AzVmssRunCommand'.
  • Added new parameter '-EnableAutomaticOSUpgrade' to 'New-AzVmss' cmdlet.
  • Renamed parameter '-AutoOSUpgrade' to '-EnableAutomaticOSUpgrade' in 'New-AzVmssConfig' cmdlet for consistency. Using '-AutoOSUpgrade' as parameter name will continue to work as it is added as an alias.
  • Upgraded Azure.Core to 1.37.0.
  • Az.Compute is updated to use the 2023-07-03 GalleryRP, 2024-03-01 ComputeRP and 2023-10-02 DiskRP API.
  • Added new parameter '-TierOption' to 'New-AzSnapshotConfig'.
  • Added breaking change warnings for the May 2024 release. The warnings are for:
    'New-AzGalleryImageVersion' defaulting to turn on TrustedLaunchSupported and HyperVGeneration to V2.
    'New-AzVM' and 'New-AzVmss' will default to the image 'Windows Server 2022 Azure Edition' instead of 'Windows 2016 Datacenter' by default.
    'Get-AzVmss' will no longer allow empty values to 'ResourceGroupName' and 'VMScaleSetName' to avoid a bug where it will just return nothing.
  • Added a new parameter '-SharingProfile' to 'New-AzCapacityReservationGroup' and 'Update-AzCapacityReservationGroup'.
  • Added the new parameter 'SourceImageVMId' to the 'New-AzGalleryImageVersion' cmdlet. Also added some error messages for this new parameter and the existing parameter 'SourceImageId'.

Az.ContainerRegistry 4.2.0

Az.CosmosDB 1.14.2

  • Upgraded Azure.Core to 1.37.0.

Az.DataFactory 1.18.3

Az.DataProtection 2.3.0

  • Onboarded new workloads AzureDatabaseForPGFlexServer, AzureDatabaseForMySQL for data protection.

Az.ElasticSan 1.0.1

  • Introduced secrets detection feature to safeguard sensitive data.

Az.EventGrid 1.6.1

  • Added breaking change messages due to structure update:
    • The cmdlet 'Set-AzEventGridTopic' will be removed.
    • In the 'Remove-AzEventGridSubscription' parameters will be deprecated.
    • In the 'Get-AzEventGrid*' the parameter 'ODataQuery', 'NextLink', 'ResourceId' will be removed.
    • In the 'New/Update-AzEventGrid*' parameters will be deprecated.

Az.EventHub 4.2.1

  • Added Breaking Change Warning for parameter datatype change.

Az.KeyVault 5.2.2

  • Introduced secrets detection feature to safeguard sensitive data.
  • Formatted the output of Azure Key Vault certificate in removed state. [#24333]
  • [Upcoming Breaking Change] Added breaking change warning message for parameter 'EnableRbacAuthorization' of 'New-AzKeyVault' and 'Update-AzKeyVault'.
    • RBAC will be enabled by default during the process of key vault creation. To disable RBAC authorization, please use parameter 'DisableRbacAuthorization'.
    • Parameter 'EnableRbacAuthorization' is expected to be removed in Az.KeyVault 6.0.0 and Az 12.0.0.
    • Parameter 'EnableRbacAuthorization' is expected to be replaced by 'DisableRbacAuthorization'.
  • Upgraded Azure.Core to 1.37.0.

Az.Monitor 5.1.1

  • Added breaking change warning messages for Metric Management Plane
    • Get-AzMetric
    • Get-AzMetricDefinition
    • New-AzMetricFilter

Az.Network 7.4.1

  • Fixed a bug caused by the introduction of the new property 'GlobalConfiguration' in 'PSApplicationGateway'

Az.PolicyInsights 1.6.5

  • Upgraded Azure.Core to 1.37.0.

Az.RecoveryServices 6.8.0

  • Added option to set snapshot consistency type in policy cmdlets for creating or updating enhanced AzureVM policies.
  • Fixed an issue while setting soft delete vault property.

Az.Resources 6.16.1

  • Added null check to the permissions object in the ToPSRoleDefinition method.
  • Added dynamic parameters to stack New/Set cmdlets.
  • Used correct JSON serializer settings for all templates-related deserialization.

Az.Security 1.6.1

  • Introduced secrets detection feature to safeguard sensitive data.

Az.ServiceBus 3.1.0

  • Added Breaking Change Warning for parameter datatype change.

Az.StackHCIVM 1.0.2

  • Updated API to 2024-01-01 version.
  • Introduced secrets detection feature to safeguard sensitive data.

Az.Storage 6.1.3

  • Introduced secrets detection feature to safeguard sensitive data.
  • Upgraded Azure.Core to 1.37.0.
  • Fixed upload file with OAuth authentication issue [#24289]
    • 'Set-AzStorageFileContent'

Az.Support 1.0.1

  • Added breaking change warning messages for cmdlet deprecation
    • New-AzSupportContactProfileObject
  • Added breaking change warning messages for cmdlet rename
    • Get-AzSupportTicketCommunication
    • New-AzSupportTicketCommunication
  • Added breaking change warning messages for parameter name and/or structure changes
    • Get-AzSupportService
    • Get-AzSupportProblemClassification
    • Get-AzSupportTicketCommunication
    • Get-AzSupportTicket
    • New-AzSupportTicket
    • Update-AzSupportTicket
  • Added breaking change warning messages for output property name and/or structure changes
    • Get-AzSupportService
    • Get-AzSupportTicket
    • New-AzSupportTicket
    • Update-AzSupportTicket
  • Added breaking change warning messages for new required parameters
    • New-AzSupportTicket
  • Added breaking change warning messages for removed parameters
    • Get-AzSupportTicket
    • Get-AzSupportTicketCommunication
    • New-AzSupportTicket
  • Added breaking change warning message for removal of pipe parameter set for list/new
    • New-AzSupportTicketCommunication
    • Get-AzSupportProblemClassification
    • Get-AzSupportTicketCommunication
  • Added breaking change warning message for Get-AzSupportTicket retrieving tickets from the past week if no other parameters are specified
    • Get-AzSupportTicket

Az.Synapse 3.0.6

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-{version-commitnumber}.tar.gz
    • F6A77A5D533F1ED96A6771527D56964899440F02628E6EEA4902F4EAB6190A5A
azure-powershell - Az 11.4.0

Published by msJinLei 8 months ago

azure-powershell - Az 11.3.1

Published by wyunchi-ms 8 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.3.1

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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:11.3.1-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:11.3.1-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:11.3.1-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:11.3.1-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:11.3.1-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:11.3.1-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-22.04

Release Notes

General

  • Fixed a signature issue that blocked update of Az

Az.Resources

  • Fixed deadlock in Bicep CLI execution. [#24133]

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-11.3.1.38271.tar.gz
    • 5F064E7FF89798212DFD3C93123480064C78F27728210B86C20CFB93B7955564
azure-powershell - Az 11.3.0

Published by wyunchi-ms 9 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.3.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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:11.3.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:11.3.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:11.3.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:11.3.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:11.3.0-mariner-2
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:11.3.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:11.3.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:11.3.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:11.3.0-ubuntu-22.04

11.3.0 - February 2024

Az.Accounts 2.15.1

  • Upgraded the reference of Azure PowerShell Common to 1.3.90-preview.
  • Upgraded Azure.Identity to 1.10.3 [#23018].
    • Renamed token cache from 'msal.cache' to 'msal.cache.cae' or 'masl.cache.nocae'.
  • Enabled Continue Access Evaluation (CAE) for all Service Principals login methods.
  • Supported signing in with Microsoft Account (MSA) via Web Account Manager (WAM). Enable it by 'Set-AzConfig -EnableLoginByWam True'.
  • Adjusted output format to be more user-friendly for 'Get-AzContext/Tenant/Subscription' and 'Invoke-AzRestMethod'.
  • Fixed the multiple 'x-ms-unique-id' values issue.

Az.Aks 6.0.1

  • Fixed the resolve path issue in 'Install-AzAksCliTool'.

Az.DataFactory 1.18.1

  • Added metadata Into StoreWriteSettings For Bug Fix
  • Supported ADF Warehouse, Mysql V2 and Salesforce V2 in ADF

Az.ElasticSan 1.0.0

  • General availability for module Az.ElasticSan

Az.KeyVault 5.2.0

  • Supported authentication via User Managed Identity by adding parameter 'UseUserManagedIdentity' and making 'SasToken' optional.

Az.Migrate 2.3.0

  • Added support for 'Data.Replication'

Az.Monitor 5.0.1

  • Remove outdated breaking change warning [#24033]

Az.Network 7.4.0

  • Fixed a few minor issues
  • Updated 'New-AzApplicationGateway' to include 'EnableRequestBuffering' and 'EnableResponseBuffering' parameters
  • Changed the Default Rule Set from CRS3.0 to DRS2.1 in 'NewAzureApplicationGatewayFirewallPolicy'
  • Added optional property 'Profile' to 'New-AzFirewallPolicyIntrusionDetection'
  • Added new cmdlet to update Connection child resource of Network Virtual Appliance. - 'Update-AzNetworkVirtualApplianceConnection'
  • Added support of 'InternetIngressIp' Property in New-AzNetworkVirtualAppliance
  • Added the new cmdlet for supporting 'InternetIngressIp' Property with Network Virtual Appliances -'New-AzVirtualApplianceInternetIngressIpsProperty'
  • Added a new AuxiliaryMode value 'AuxiliaryMode.Floating'
  • Added support for AzureFirewallPacketCapture

Az.Nginx 1.0.0

  • General availability of 'Az.Nginx' module

Az.RecoveryServices 6.7.1

  • Added CRR support for taiwannorth, taiwannorthwest region.
  • Added breaking change notification for cmdlets whose output type is 'ASRVaultSettings'.
  • Added warning for Standard to Enhanced policy migration for AzureVMs.
  • Updated Unregister-AzRecoveryServicesBackupContainer cmdlet to output Job object if PassThru not given.
  • Fixed issue with Get-AzRecoveryServicesVaultSettingsFile cmdlet to return private endpoint state for backup.

Az.Resources 6.15.0

  • Supported '-SkipClientSideScopeValidation' in RoleAssignment and RoleDefinition related commands. [#22473]
  • Updated Bicep build logic to use --stdout flag instead of creating a temporary file on disk.
  • Fixed exception when '-ApiVersion' is specified for 'Get-AzResource', affected by some resource types.

Az.Sql 4.14.0

  • Added 'DatabaseFormat' and 'PricingModel' parameters to 'New-AzSqlInstance', 'Set-AzSqlInstance'
  • Added breaking change message for 'New-AzSqlDatabaseFailoverGroup' and 'Set-AzSqlDatabaseFailoverGroup'
    • The default value of 'FailoverPolicy' parameter will be changed from 'Automatic' to 'Manual'
  • Added a new cmdlet for Azure SQL Managed Instance refresh external governance status
    • 'Invoke-AzSqlInstanceExternalGovernanceStatusRefresh'
  • Updated 'Get-AzSqlInstance' to support returning the 'ExternalGovernanceStatus' property

Az.SqlVirtualMachine 2.2.0

  • Fixed a bug of parameter 'VirtualMachineResourceId' of cmdlet 'New-AzSqlVM'.

Az.StackHCI 2.3.0

  • Fixed issue for WAC.
  • Restricted registration for 23H2 devices exclusively to cloud deployment.

Az.StackHCIVM 1.0.0

  • General availability for module Az.StackHCIVM

Az.Storage 6.1.1

  • Removed some code branches referencing Microsoft.Azure.Storage.Blob
    • 'Get-AzStorageBlob'
  • Updated the prompt message when deleting a share snapshot and the output format when listing
    • 'Remove-AzStorageShare'
    • 'Remove-AzRmStorageShare'
    • 'Get-AzRmStorageShare'

Az.Websites 3.2.0

  • Fixed Ambiguous Positional Argument for 'New-AzWebAppSlot'

Thanks to our community contributors

  • @ronnykarlsson, Fix exception in Get-AzResource with ApiVersion (#24041)
  • @Marty-Me, Fixed Ambiguous Positional Argument for (#23888)

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-11.3.0.38269.tar.gz
    • 426A7673167588D6F090B3BF7156CB21419FA68C5F247C29F9E02C52476B3F50
azure-powershell - Az 11.2.0

Published by dolauli 10 months ago

azure-powershell - Az.Accounts v2.14.0-preview

Published by msJinLei 10 months ago

https://www.powershellgallery.com/packages/Az.Accounts/2.14.0-preview

Version 2.14.0-preview

  • Fixed the authentication issue when using FederatedToken in Sovereign Clouds. [#23742]
  • Adjusted output format to be more user-friendly for Get-AzContext/Tenant/Subscription and Invoke-AzRestMethod.
  • Upgraded Azure.Identity to 1.10.3 [#23018].
    • Renamed token cache from msal.cache to msal.cache.cae or masl.cache.nocae.
  • Enable Continue Access Evalution (CAE) for Service Principal and Federated Token login method.
  • Added upcoming breaking change warning for deprecation of config parameter DisableErrorRecordsPersistence.
azure-powershell - Az 11.1.0

Published by NoriZC 11 months ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.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:alpine-3.16
  • mcr.microsoft.com/azure-powershell:11.1.0-alpine-3.16
  • mcr.microsoft.com/azure-powershell:alpine-3.17
  • mcr.microsoft.com/azure-powershell:11.0.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:11.1.0-debian-11
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:11.1.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:11.1.0-mariner-2
  • mcr.microsoft.com/azure-powershell:ubi-8
  • mcr.microsoft.com/azure-powershell:11.1.0-ubi-8
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:11.1.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:11.1.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:11.1.0-ubuntu-22.04

11.1.0 - December 2023

Az.Compute 7.1.0

  • Added new parameter '-ElasticSanResourceId' to 'New-AzSnapshotConfig' cmdlet.
  • Added new parameter '-OptimizedForFrequentAttach' to 'New-AzDiskConfig' cmdlet.
  • Added new examples in 'New-AzVM' and 'New-AzVmss' for TrustedLaunch default usage.
  • Fixed the 'New-AzVM' bug to avoid accessing the 'EncryptionAtHost' property for subscriptions who cannot access it since it is behind a feature flag.
  • Updated 'Get-AzVmExtension' to return instanceView when used with '-Status'.
  • Reverted SSH Private Key File permission changes in 'New-AzVm'.

Az.DataFactory 1.18.0

  • Supported GoogleAds and LakeHouse in ADF
  • Supported copyComputeScale and pipelineExternalComputeScale in 'Set-AzDataFactoryV2IntegrationRuntime' Command

Az.KeyVault 5.0.1

  • Removed redundant Microsoft Graph API calls for access policy in 'Get-AzKeyVault'.

Az.Maintenance 1.4.1

  • Removed outdated upcoming breaking change warning

Az.ManagedServiceIdentity 1.2.0

  • Renamed '-AzFederatedIdentityCredentials' to '-AzFederatedIdentityCredential', and kept '*-AzFederatedIdentityCredentials' as an alias.

Az.Network 7.1.0

  • Added DefaultOutboundAccess parameter on subnet creation
  • Updated cmdlet 'New-AzPublicIpPrefix' and 'New-PublicIpAddress' to require Location parameter
  • Updated cmdlet 'New-AzLoadBalancerBackendAddressPool' to support managed IP based backend
  • Added cmdlet 'New-AzSaaSNetworkVirtualAppliance' for creating a NetworkVirtualAppliance of SaaS type.
  • Added control knobs to virtual network gateways and ExpressRoute gateways as well to cmdlets operating on those.
  • Updated cmdlets to add Hostnames property for Application gateway Listener Configuration
          - 'Set-AzApplicationGatewayListener'
          - 'Add-AzApplicationGatewayListener'
          - 'New-AzApplicationGatewayListener'
  • Added cmdlet 'Remove-AzApplicationGatewayFirewallCustomRule' to support removing custom rule in Firewall Policy.
  • Added support for new ErGWScale SKU - ErGwScale
  • Added property 'size' to firewallPolicy and firewallPolicyRuleCollectionGroup.
  • Updated cmdlet 'New-AzBastion', 'Set-AzBastion' and 'Get-AzBastion' to support Bastion features for CRUD operations

Az.RecoveryServices 6.6.2

  • Removed outdated upcoming breaking change warning

Az.Resources 6.12.1

  • Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246]
  • Fixed regression in 'Publish-AzBicepModule' Azure/bicep/12461

Az.Security 1.5.1

  • Fixed bug for 'Set-AzSecurityPricing'

Az.ServiceFabric 3.3.1

  • Fixed a bug that Get commands do not return all resources.
  • Updated SFMC to latest api preview version '2023-11-01-preview'.

Az.Sql 4.12.0

  • Added new parameters 'MaintenanceConfigurationId', 'DnsZone' to 'AzSqlInstancePool' cmdlets

Az.Storage 6.0.1

  • Updated error message when storage context is missing in a cmdlet input

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-11.1.0.38060.tar.gz
    • CB4F222858FC2D076000F8E61B7FC31D28189CAB2B31D6576C4AAF8826F27328
azure-powershell - Az.Tools.Predictor v1.1.3

Published by VeryEarly 11 months ago

https://www.powershellgallery.com/packages/Az.Tools.Predictor/1.1.3

Version 1.1.3

  • Updated data collection mechanism
azure-powershell - Az 11.0.0

Published by VeryEarly 11 months ago

azure-powershell - Az.Tools.Installer 1.0.0

Published by msJinLei 11 months ago

  • General Availability of Az.Tools.Installer
azure-powershell - Az 11.0.0

Published by VeryEarly 12 months ago

azure-powershell - Az.Tools.Installer 0.2.3

Published by msJinLei about 1 year ago

https://www.powershellgallery.com/packages/Az.Tools.Installer/0.2.3

  • Fix Update-Module errors when Az modules are installed using Az.Tools.Installer [#21262]
azure-powershell - Az.ElasticSan v0.1.2

Published by VeryEarly about 1 year ago

Badges
Extracted from project README
Az AzPreview
Related Projects