Edit

Share via


Upcoming breaking changes in Azure PowerShell

The breaking changes listed in this article are planned for the next major release of the Az PowerShell module unless otherwise noted. Per our Support lifecycle, breaking changes in Azure PowerShell occur twice a year with major versions of the Az PowerShell module.

Az.Accounts

Get-AzAccessToken

  • Cmdlet breaking-change will happen to all parameter sets
    • The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
    • This change is expected to take effect from Az.Accounts version: 5.0.0 and Az version: 14.0.0

Az.Aks

Get-AzAksMaintenanceConfiguration

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration'
    • The following properties in the output type are being deprecated : 'TimeInWeek Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' 'NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan'
    • The following properties are being added to the output type : 'TimeInWeek System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' 'NotAllowedTime System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'
    • Change description : The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]',The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Get-AzAksManagedClusterOSOption

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProfile'
    • The following properties in the output type are being deprecated : 'OSOptionPropertyList Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty'
    • The following properties are being added to the output type : 'OSOptionPropertyList System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'
    • Change description : The type of property 'OSOptionPropertyList' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint'
    • The following properties in the output type are being deprecated : 'Endpoint Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency'
    • The following properties are being added to the output type : 'Endpoint System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'
    • Change description : The type of property 'Endpoint' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Get-AzAksNodePoolUpgradeProfile

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile'
    • The following properties in the output type are being deprecated : 'Upgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem'
    • The following properties are being added to the output type : 'Upgrade System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'
    • Change description : The type of property 'Upgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Get-AzAksUpgradeProfile

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile'
    • The following properties in the output type are being deprecated : 'AgentPoolProfile Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' 'ControlPlaneProfileUpgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem'
    • The following properties are being added to the output type : 'AgentPoolProfile System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]' 'ControlPlaneProfileUpgrade System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'
    • Change description : The type of property 'AgentPoolProfile' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'.,The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Get-AzAksVersion

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult'
    • The following properties in the output type are being deprecated : 'Orchestrator Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile'
    • The following properties are being added to the output type : 'Orchestrator System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

New-AzAksCluster

  • Cmdlet breaking-change will happen to all parameter sets
    • The default value of -NodeVmSize will be changing from 'Standard_DS2_V2 (Linux), Standard_DS2_V3 (Windows)' to being dynamically selected by the AKS resource provider based on quota and capacity.
    • This change is expected to take effect from Az.Aks version: 7.0.0 and Az version: 14.0.0

New-AzAksMaintenanceConfiguration

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration'
    • The following properties in the output type are being deprecated : 'TimeInWeek Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' 'NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan'
    • The following properties are being added to the output type : 'TimeInWeek System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' 'NotAllowedTime System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'
    • Change description : The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]',The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '7.0.0'

Az.AppConfiguration

Get-AzAppConfigurationStore

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'
    • The following properties in the output type are being deprecated : 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
    • The following properties are being added to the output type : 'PrivateEndpointConnection System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'
    • Change description : The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'

New-AzAppConfigurationStore

  • Cmdlet breaking-change will happen to all parameter sets IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'
    • The following properties in the output type are being deprecated : 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
    • The following properties are being added to the output type : 'PrivateEndpointConnection System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'

Update-AzAppConfigurationStore

  • Cmdlet breaking-change will happen to all parameter sets IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'
    • The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'
    • The following properties in the output type are being deprecated : 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
    • The following properties are being added to the output type : 'PrivateEndpointConnection System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'

Az.Blueprint

Export-AzBlueprintWithArtifact

  • Cmdlet breaking-change will happen to all parameter sets

Get-AzBlueprint

  • Cmdlet breaking-change will happen to all parameter sets

Get-AzBlueprintArtifact

  • Cmdlet breaking-change will happen to all parameter sets

Get-AzBlueprintAssignment

  • Cmdlet breaking-change will happen to all parameter sets

Import-AzBlueprintWithArtifact

  • Cmdlet breaking-change will happen to all parameter sets

New-AzBlueprint

  • Cmdlet breaking-change will happen to all parameter sets

New-AzBlueprintArtifact

  • Cmdlet breaking-change will happen to all parameter sets

New-AzBlueprintAssignment

  • Cmdlet breaking-change will happen to all parameter sets

Publish-AzBlueprint

  • Cmdlet breaking-change will happen to all parameter sets

Remove-AzBlueprintAssignment

  • Cmdlet breaking-change will happen to all parameter sets

Set-AzBlueprint

  • Cmdlet breaking-change will happen to all parameter sets

Set-AzBlueprintArtifact

  • Cmdlet breaking-change will happen to all parameter sets

Set-AzBlueprintAssignment

  • Cmdlet breaking-change will happen to all parameter sets

Az.Cdn

Clear-AzCdnEndpointContent

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Clear-AzFrontDoorCdnEndpointContent

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzCdnEdgeNode

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'IPAddressGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEdgeNode' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzFrontDoorCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzFrontDoorCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzFrontDoorCdnRoute

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'PatternsToMatch, CompressionSettingContentTypesToCompress' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Get-AzFrontDoorCdnRule

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Condition' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Import-AzCdnEndpointContent

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzCdnManagedHttpsParametersObject

  • Cmdlet breaking-change will happen to all parameter sets Add new mandatory parameter CertificateSourceParameterTypeName.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzCdnUserManagedHttpsParametersObject

  • Cmdlet breaking-change will happen to all parameter sets Add new mandatory parameter CertificateSourceParameterTypeName.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzFrontDoorCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzFrontDoorCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzFrontDoorCdnRoute

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'PatternsToMatch, CompressionSettingContentTypesToCompress' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

New-AzFrontDoorCdnRule

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.

    • Change description : The type of property 'Condition' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'
  • Parameter breaking-change will happen to all parameter sets

    • -Action
      • The parameter : 'Action' is changing. The type of the parameter is changing from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.
      • Change description : The element type for parameter 'Action' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.
      • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '5.0.0'

Remove-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Remove-AzCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Remove-AzFrontDoorCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Remove-AzFrontDoorCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Remove-AzFrontDoorCdnRoute

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'PatternsToMatch, CompressionSettingContentTypesToCompress' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Remove-AzFrontDoorCdnRule

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Condition' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Start-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Stop-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzFrontDoorCdnEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzFrontDoorCdnOriginGroup

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'HttpErrorRange' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzFrontDoorCdnRoute

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : The type of property 'PatternsToMatch, CompressionSettingContentTypesToCompress' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'

Update-AzFrontDoorCdnRule

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.

    • Change description : The type of property 'Condition' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '5.0.0'
  • Parameter breaking-change will happen to all parameter sets

    • -Action
      • The parameter : 'Action' is changing. The type of the parameter is changing from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.
      • Change description : The element type for parameter 'Action' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.
      • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '5.0.0'

Az.Compute

Get-AzVMSize

  • Cmdlet breaking-change will happen to all parameter sets
    • The "ListVirtualMachineSize" parameter set will be deprecated as its API: "Virtual Machine Sizes - List" is deprecated. For listing available VM sizes by subscription or location, please use instead "Get-AzComputeResourceSku". Other parameter sets: "List Available Sizes for Availability Set" and "List Available Sizes for Virtual Machine" will continue to be supported.
    • This change is expected to take effect from Az.Compute version: 10.0.0 and Az version: 14.0.0

Az.ContainerInstance

New-AzContainerGroup

  • Parameter breaking-change will happen to all parameter sets
    • -OSType
      • The parameter : 'OSType' is changing.
      • This change will take effect on '5/21/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '5.0.0'

New-AzContainerInstanceContainerGroupProfile

  • Parameter breaking-change will happen to all parameter sets
    • -OSType
      • The parameter : 'OSType' is changing.
      • Change description : Removing the default value of OSType parameter.
      • This change will take effect on '5/21/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '5.0.0'

Az.ManagedServiceIdentity

Get-AzFederatedIdentityCredential

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential' is changing
    • The following properties in the output type are being deprecated : 'Audience <System.String[]>'
    • The following properties are being added to the output type : 'Audience <System.Collections.Generic.List`1[System.String]>'
    • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'

New-AzFederatedIdentityCredential

  • Cmdlet breaking-change will happen to all parameter sets

    • The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential' is changing
    • The following properties in the output type are being deprecated : 'Audience <System.String[]>'
    • The following properties are being added to the output type : 'Audience <System.Collections.Generic.List`1[System.String]>'
    • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'
  • Parameter breaking-change will happen to all parameter sets

    • -Audience
      • The parameter : 'Audience' is changing. The type of the parameter is changing from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
      • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
      • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '2.0.0'

Remove-AzFederatedIdentityCredential

  • Cmdlet breaking-change will happen to all parameter sets
    • The output type 'bool' is changing
    • The following properties in the output type are being deprecated : 'Audience <System.String[]>'
    • The following properties are being added to the output type : 'Audience <System.Collections.Generic.List`1[System.String]>'
    • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'

Update-AzFederatedIdentityCredential

  • Cmdlet breaking-change will happen to all parameter sets

    • The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential' is changing
    • The following properties in the output type are being deprecated : 'Audience <System.String[]>'
    • The following properties are being added to the output type : 'Audience <System.Collections.Generic.List`1[System.String]>'
    • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '2.0.0'
  • Parameter breaking-change will happen to all parameter sets

    • -Audience
      • The parameter : 'Audience' is changing. The type of the parameter is changing from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
      • Change description : The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
      • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
      • The change is expected to take effect from version : '2.0.0'

Az.Maps

Get-AzMapsCreator

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.9.0'

New-AzMapsCreator

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '0.9.0'

Update-AzMapsCreator

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.9.0'

Az.MixedReality

Get-AzMixedRealityObjectAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Get-AzMixedRealityObjectAnchorsAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Get-AzMixedRealityRemoteRenderingAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Get-AzMixedRealityRemoteRenderingAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Get-AzMixedRealitySpatialAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Get-AzMixedRealitySpatialAnchorsAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealityObjectAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealityObjectAnchorsAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealityRemoteRenderingAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealityRemoteRenderingAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealitySpatialAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

New-AzMixedRealitySpatialAnchorsAccountKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Remove-AzMixedRealityObjectAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Remove-AzMixedRealityRemoteRenderingAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Remove-AzMixedRealitySpatialAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Test-AzMixedRealityNameAvailability

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Update-AzMixedRealityObjectAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Update-AzMixedRealityRemoteRenderingAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Update-AzMixedRealitySpatialAnchorsAccount

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • This change will take effect on '9/30/2025'- The change is expected to take effect from Az version : '14.5.0'
    • The change is expected to take effect from version : '0.3.0'

Az.RecoveryServices

Get-AzRecoveryServicesBackupSchedulePolicyObject

  • Cmdlet breaking-change will happen to all parameter sets
    • May 2025 onwards, this command will return a schedule policy object for Enhanced policy by default for AzureVM workload
    • This change is expected to take effect from Az.RecoveryServices version: 8.0.0 and Az version: 14.0.0

Az.Resources

Get-AzResource

  • Cmdlet breaking-change will happen to all parameter sets
    • The API version for the resource type will be updated to use the default version instead of the latest.
    • This change is expected to take effect from Az.Resources version: 8.0.0 and Az version: 14.0.0

Invoke-AzResourceAction

  • Cmdlet breaking-change will happen to all parameter sets
    • The API version for the resource type will be updated to use the default version instead of the latest.
    • This change is expected to take effect from Az.Resources version: 8.0.0 and Az version: 14.0.0

New-AzResource

  • Cmdlet breaking-change will happen to all parameter sets
    • The API version for the resource type will be updated to use the default version instead of the latest.
    • This change is expected to take effect from Az.Resources version: 8.0.0 and Az version: 14.0.0

Remove-AzResource

  • Cmdlet breaking-change will happen to all parameter sets
    • The API version for the resource type will be updated to use the default version instead of the latest.
    • This change is expected to take effect from Az.Resources version: 8.0.0 and Az version: 14.0.0

Set-AzResource

  • Cmdlet breaking-change will happen to all parameter sets
    • The API version for the resource type will be updated to use the default version instead of the latest.
    • This change is expected to take effect from Az.Resources version: 8.0.0 and Az version: 14.0.0

Az.SpringCloud

Deploy-AzSpringCloudApp

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Disable-AzSpringCloudTestEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Enable-AzSpringCloudTestEndpoint

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloud

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudApp

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudAppBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudAppCustomDomain

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudAppDeploymentLogFileUrl

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildpackBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildServiceAgentPool

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildServiceBuilder

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildServiceSupportedBuildpack

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudBuildServiceSupportedStack

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudCertificate

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudConfigServer

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudConfigurationService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudMonitoringSetting

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudRegistry

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudRuntimeVersion

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudSku

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Get-AzSpringCloudTestKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloud

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudApp

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppCustomDomain

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppDeploymentBuildResultObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppDeploymentJarUploadedObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppDeploymentSourceUploadedObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudAppLoadedCertificateObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudBuildpackBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudBuildpackObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudBuildpacksGroupObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudBuildServiceAgentPool

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudBuildServiceBuilder

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudCertificate

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudConfigurationService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudConfigurationServiceGitRepositoryObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudContentCertificateObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudGitPatternRepositoryObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudKeyVaultCertificateObject

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudRegistry

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

New-AzSpringCloudTestKey

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloud

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudApp

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudAppBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudAppCustomDomain

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudBuildpackBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudBuildServiceBuilder

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudCertificate

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Remove-AzSpringCloudConfigurationService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Restart-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Start-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Start-AzSpringCloudAppDeploymentJfr

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Stop-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Test-AzSpringCloudAppCustomDomain

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Test-AzSpringCloudConfigServer

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Test-AzSpringCloudConfigurationService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Test-AzSpringCloudNameAvailability

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloud

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudApp

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudAppActiveDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudAppBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudAppCustomDomain

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudAppDeployment

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudBuildpackBinding

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudBuildServiceAgentPool

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudBuildServiceBuilder

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudCertificate

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudConfigServer

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudConfigurationService

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Update-AzSpringCloudMonitoringSetting

  • Cmdlet breaking-change will happen to all parameter sets The cmdlet is being deprecated. There will be no replacement for it.
    • Change description : Azure Spring Apps, including the Standard consumption and dedicated (currently in Public Preview only), Basic, Standard, and Enterprise plans, will be retired, please see details on https://aka.ms/asaretirement.
    • This change will take effect on '3/31/2028'- The change is expected to take effect from Az version : '19.3.0'
    • The change is expected to take effect from version : '0.3.2'

Az.Storage

Set-AzStorageFileContent

  • Cmdlet breaking-change will happen to all parameter sets
    • The ContentHash properties will be removed from the uploaded Azure file when file size > 1TB, or upload with Oauth credencial, or with -DisAllowTrailingDot.
    • This change is expected to take effect from Az.Storage version: 9.0.0 and Az version: 14.0.0

Start-AzStorageAccountMigration

  • Cmdlet breaking-change will happen to all parameter sets A prompt that needs users' confirmation will be added when converting the account's redundancy configuration. Suppress it with -Force.
    • This change will take effect on '5/19/2025'- The change is expected to take effect from Az version : '14.0.0'
    • The change is expected to take effect from version : '9.0.0'