Skip to content

Commit 0dfecd1

Browse files
authored
Merge pull request #108089 from lanicolas/patch-42
Align with Bash Style guide
2 parents 5086e4c + 8917885 commit 0dfecd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ again.
251251
Bash:
252252

253253
```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"
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"
256256
```
257257

258258
PowerShell:

0 commit comments

Comments
 (0)