Skip to content

Commit

Permalink
Polish Change Log for Az.Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei committed Apr 23, 2024
1 parent 395f17e commit 5bb9596
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* Introduced secrets detection feature to safeguard sensitive data.

#### Az.Accounts 2.19.0
* Preannouncement: The default interactive login experience will change from browser based to Web Account Manager (WAM) based on supported platforms, [learn more](
https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam).
Nothing changes of user operations. This will take effect from the release of May 21st
> [!IMPORTANT]
> Preannouncement: The default interactive login experience will change from browser based to `Web Account Manager` (WAM) based on supported platforms, [learn more](https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam). Only interactive login flow is influeced by WAM. This will take effect from the release of **May 21st**.
* Fixed secrets detection issues.

#### Az.Batch 3.6.0
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Accounts/Az.Accounts.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '> [!IMPORTANT]
> Preannouncement: The default interactive login experience will change from browser based to ''Web Account Manager'' (WAM) based on supported platforms, [learn more](https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam). Only interactive login flow is influeced by WAM. This will take effect from the release of **May 21st**.
ReleaseNotes = '* Preannouncement: The default interactive login experience will change from browser based to Web Account Manager (WAM) based on supported platforms, [learn more](
https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam). Only interactive login flow is influeced by WAM. This will take effect from the release of May 21st.
* Fixed secrets detection issues.'

# Prerelease string of this module
Expand Down
3 changes: 1 addition & 2 deletions tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ PrivateData = @{
#### Az.Accounts 2.19.0
* Preannouncement: The default interactive login experience will change from browser based to Web Account Manager (WAM) based on supported platforms, [learn more](
https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam).
Nothing changes of user operations. This will take effect from the release of May 21st
https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam). Only interactive login flow is influeced by WAM. This will take effect from the release of May 21st.
* Fixed secrets detection issues.
#### Az.Batch 3.6.0
Expand Down

0 comments on commit 5bb9596

Please sign in to comment.