ChangeLog.md
January 9, 2025 ยท View on GitHub
Upcoming Release
Version 2.0.1
- Upgraded nuget package to signed package.
Version 2.0.0
- The parameters of the
New-AzContainerApp,New-AzContainerAppJob,Update-AzContainerApp,Update-AzContainerAppJobcommands have changed.IdentityTypehas been removed.EnableSystemAssignedIdentityis used to enable/disable system-assigned identities.- The type of
UserAssignedIdentityis simplified to an array of strings that is used to specify the user's assigned identity.
Version 1.1.0
- Added breaking change messages:
New-AzContainerAppNew-AzContainerAppJobUpdate-AzContainerAppUpdate-AzContainerAppJob
- Fixed an issue that caused Get/New-Az* cmdlets with returned objects to incorrectly expose the parameter [-PassThru].
Get-AzContainerAppGet-AzContainerAppAuthTokenGet-AzContainerAppDiagnosticRootNew-AzContainerAppManagedCert
Version 1.0.1
- Fixed secrets exposure in example documentation.
Version 1.0.0
- General availability for module Az.App.
- Upgraded api version to 2023-05-01.
Version 0.1.1
- Added enrich example for the cmdlet
New-AzContainerAppScaleRuleObject.[#20334]
Version 0.1.0
- First preview release for module Az.App