From b50b8bd6a19c43e165fff3008c1688eddf451500 Mon Sep 17 00:00:00 2001 From: Kyle Rader Date: Wed, 29 Jan 2025 13:57:21 -0800 Subject: [PATCH] fix 0.9.1 changelog link and some small spelling issues --- .vscode/settings.json | 6 +++++- CHANGELOG.md | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f6850ec2..de2a66d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,14 @@ { "cSpell.words": [ "authflow", + "azureauth", "Corext", "devicecode", "MSAL", "prompthint", + "regkey", + "SETTINGCHANGE", + "setx", "validargs" ] -} \ No newline at end of file +} diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fdafa6..6345bc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.1] - 2024-12-09 ### Changed -- Removed ChachedAuth mode if Broker is already present in auth modes on windows 10 or 11 since Broker already tries CachedAuth in a compliant way. +- Removed CachedAuth mode if Broker is already present in auth modes on windows 10 or 11 since Broker already tries CachedAuth in a compliant way. ## [0.9.0] - 2024-11-07 ### Removed -- Removed IWA from default authentcation mode. +- Removed IWA from default authentication mode. ### Changed - Temporarily paused the publishing of Linux binaries. @@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.8.1] - 2023-05-23 ### Changed - The `azureauth ado token` command uses `microsoft.com` as the default `--domain` option value. -- MSAL Cache usage is now isolated to it's own "auth flow" always injected as the first type of auth to attempt, regardless of mode. This creates a separate telemetry event for `pca_cache` as a new authflow type, which is always silent. The remaining authflows no longer attempt to use the cache first. +- MSAL Cache usage is now isolated to it's own "auth flow" always injected as the first type of auth to attempt, regardless of mode. This creates a separate telemetry event for `pca_cache` as a new authflow type, which is always silent. The remaining auth flows no longer attempt to use the cache first. - Upgraded Lasso to 2023.5.11.1 to reduce the number of log files in temp folder. ### Fixed @@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.4] - 2022-09-29 ### Fixed -- Enable IWA authmode when interactive authentication is disabled. +- Enable IWA auth mode when interactive authentication is disabled. ## [0.5.3] - 2022-09-28 ### Fixed @@ -204,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial project release. [Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.1...HEAD -[0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...0.9.1 +[0.9.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.9.0 [0.8.6]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.5...0.8.6 [0.8.5]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.4...0.8.5