We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dec51 commit 1d357ebCopy full SHA for 1d357eb
articles/cloud-shell/troubleshooting.md
@@ -184,7 +184,7 @@ In order to **delete** your user settings Cloud Shell saves for you such as pref
184
Bash:
185
186
```
187
- token=(az account get-access-token --resource "https://management.azure.com/" | jq -r ".access_token")
+ token="Bearer $(az account get-access-token --resource "https://management.azure.com/" | jq -r ".accessToken")"
188
curl -X DELETE https://management.azure.com/providers/Microsoft.Portal/usersettings/cloudconsole?api-version=2017-12-01-preview -H Authorization:"$token"
189
190
0 commit comments