https://www.powershellgallery.com/packages/Az.Accounts/2.14.0-preview
Version 2.14.0-preview
- Fixed the authentication issue when using
FederatedToken
in Sovereign Clouds. [#23742] - Adjusted output format to be more user-friendly for
Get-AzContext/Tenant/Subscription
andInvoke-AzRestMethod
. - Upgraded Azure.Identity to 1.10.3 [#23018].
- Renamed token cache from
msal.cache
tomsal.cache.cae
ormasl.cache.nocae
.
- Renamed token cache from
- Enable Continue Access Evalution (CAE) for Service Principal and Federated Token login method.
- Added upcoming breaking change warning for deprecation of config parameter
DisableErrorRecordsPersistence
.