Skip to content

Commit 7135b75

Browse files
authored
Refactored secure string note (#27174)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 6d4fdbc commit 7135b75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Accounts/Accounts/help/Get-AzAccessToken.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
Get secure raw access token. When using -ResourceUrl, please make sure the value does match current Azure environment. You may refer to the value of `(Get-AzContext).Environment`.
12-
> **_NOTE:_** The current default output token type is going to be changed from plain text `String` to `SecureString` for security. Please use `-AsSecureString` to migrate to the secure behaviour before the breaking change takes effects.
12+
13+
> [!NOTE]
14+
> For security purposes, the default output type will change from a plain text `String` to
15+
> `SecureString`. To prepare for this change and ensure secure handling, use the **AsSecureString**
16+
> parameter before the update takes effect.
1317
1418
## SYNTAX
1519

0 commit comments

Comments
 (0)