Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 7.79 KB

upcoming-breaking-changes.md

File metadata and controls

109 lines (73 loc) · 7.79 KB

Upcoming breaking changes in Azure PowerShell

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.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.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'