Skip to content

Commit b50b8bd

Browse files
fix 0.9.1 changelog link and some small spelling issues
1 parent 5520cb0 commit b50b8bd

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
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
]
10-
}
14+
}

CHANGELOG.md

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

99
## [0.9.1] - 2024-12-09
1010
### Changed
11-
- 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.
11+
- 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.
1212

1313
## [0.9.0] - 2024-11-07
1414
### Removed
15-
- Removed IWA from default authentcation mode.
15+
- Removed IWA from default authentication mode.
1616

1717
### Changed
1818
- 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
5959
## [0.8.1] - 2023-05-23
6060
### Changed
6161
- The `azureauth ado token` command uses `microsoft.com` as the default `--domain` option value.
62-
- 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.
62+
- 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.
6363
- Upgraded Lasso to 2023.5.11.1 to reduce the number of log files in temp folder.
6464

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

129129
## [0.5.4] - 2022-09-29
130130
### Fixed
131-
- Enable IWA authmode when interactive authentication is disabled.
131+
- Enable IWA auth mode when interactive authentication is disabled.
132132

133133
## [0.5.3] - 2022-09-28
134134
### Fixed
@@ -204,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204204
- Initial project release.
205205

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

0 commit comments

Comments
 (0)