You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
9
+
## [v0.3.0] - 2022-05-03
8
10
### Fixed
11
+
- Fixed a bug to support running on Windows Server 2012 & 2016 by default (default auth mode for Windows is now broker + web).
9
12
- Fixed a bug where device code flow authentication would not use the file cache to first attempt to get a cached token silently, causing it to always prompt.
10
13
- Fixed a bug where the Windows installation script could encounter errors renaming the extracted directory.
11
14
12
15
### Changed
13
16
- Telemetry: If enabled, collect the app registration ids being used and whether args were valid.
17
+
- The default for `--mode` on Windows is now `broker` + `web` (formerly just `broker`).
14
18
- The installation scripts now extract to directories named after the release artifact from GitHub.
15
19
- The `latest` directory is now a [directory junction](https://docs.microsoft.com/en-us/windows/win32/fileio/hard-links-and-junctions#junctions) on Windows.
16
20
- The Option `--prompt-hint` will have a prefix `AzureAuth`.
@@ -36,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments