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.
2 parents 5086e4c + 8917885 commit 0dfecd1Copy full SHA for 0dfecd1
articles/cloud-shell/troubleshooting.md
@@ -251,8 +251,8 @@ again.
251
Bash:
252
253
```bash
254
- token=$(az account get-access-token --resource "https://management.azure.com/" | jq -r ".accessToken")
255
- curl -X DELETE https://management.azure.com/providers/Microsoft.Portal/usersettings/cloudconsole?api-version=2017-12-01-preview -H Authorization:"Bearer $token"
+ TOKEN=$(az account get-access-token --resource "https://management.azure.com/" | jq -r ".accessToken")
+ curl -X DELETE https://management.azure.com/providers/Microsoft.Portal/usersettings/cloudconsole?api-version=2017-12-01-preview -H Authorization:"Bearer $TOKEN"
256
```
257
258
PowerShell:
0 commit comments