Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address review comments
  • Loading branch information
Lei jin committed Nov 11, 2024
commit 93e3864acbdf8d96d6bbde85257470a2f2c445f9
2 changes: 1 addition & 1 deletion src/Accounts/Accounts/help/Get-AzAccessToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Get access token of Microsoft Graph endpoint for current account

### -AsSecureString
Specifiy to convert output token as a secure string.
Please always use the parameter to avoid the upcoming breaking chang and refer to [Frequently asked questions about Azure PowerShell](https://learn.microsoft.com/en-us/powershell/azure/faq) for how to convert from `SecureString` to plain text.
Please always use the parameter for security purpose and to avoid the upcoming breaking chang and refer to [Frequently asked questions about Azure PowerShell](https://learn.microsoft.com/en-us/powershell/azure/faq) for how to convert from `SecureString` to plain text.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down