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
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`.
14
-
> **_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.
14
+
15
+
> [!NOTE]
16
+
> For security purposes, the default output type will change from a plain text `String` to
17
+
> `SecureString`. To prepare for this change and ensure secure handling, use the **AsSecureString**
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`.
14
-
> **_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.
14
+
15
+
> [!NOTE]
16
+
> For security purposes, the default output type will change from a plain text `String` to
17
+
> `SecureString`. To prepare for this change and ensure secure handling, use the **AsSecureString**
0 commit comments