Skip to content

Commit c7ba85a

Browse files
authored
Add changes from PR 421 (#425)
1 parent 6cf6a66 commit c7ba85a

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"cSpell.words": [
33
"authflow",
4+
"azureauth",
45
"Corext",
56
"devicecode",
67
"MSAL",
78
"prompthint",
9+
"regkey",
10+
"SETTINGCHANGE",
11+
"setx",
812
"validargs"
913
]
1014
}

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [0.9.1] - 2024-12-09
1212
### Changed
13-
- 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.
13+
- 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.
1414

1515
## [0.9.0] - 2024-11-07
1616
### Removed
17-
- Removed IWA from default authentcation mode.
17+
- Removed IWA from default authentication mode.
1818

1919
### Changed
2020
- Temporarily paused the publishing of Linux binaries.
@@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6161
## [0.8.1] - 2023-05-23
6262
### Changed
6363
- The `azureauth ado token` command uses `microsoft.com` as the default `--domain` option value.
64-
- 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.
64+
- 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.
6565
- Upgraded Lasso to 2023.5.11.1 to reduce the number of log files in temp folder.
6666

6767
### Fixed
@@ -130,7 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130130

131131
## [0.5.4] - 2022-09-29
132132
### Fixed
133-
- Enable IWA authmode when interactive authentication is disabled.
133+
- Enable IWA auth mode when interactive authentication is disabled.
134134

135135
## [0.5.3] - 2022-09-28
136136
### Fixed
@@ -206,7 +206,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206206
- Initial project release.
207207

208208
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.1...HEAD
209-
[0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...0.9.1
209+
[0.9.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...0.9.1
210210
[0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.9.0
211211
[0.8.6]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.5...0.8.6
212212
[0.8.5]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.4...0.8.5

0 commit comments

Comments
 (0)