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.
azure --help
1 parent 312186f commit 761ecbaCopy full SHA for 761ecba
test/azure-cli-persistence/_default.sh
@@ -9,7 +9,7 @@ set -e
9
source dev-container-features-test-lib
10
11
# check that `azure --help` works
12
-check "help" bash -c "azure help | grep 'usage'"
+check "help" bash -c "az help | grep 'usage'"
13
14
# check that `.azure` and `/dc/azure-cli` exist under the user (should be node)
15
check "~/.azure existence" bash -c "ls -la ~ | grep '.azure'"
0 commit comments