aboutsummaryrefslogtreecommitdiff
path: root/test/azure-cli/install_with_python.sh
blob: 4848ac55f2cca2fe27d9ff3b89b391065f0e6404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -e

# Import test library for `check` command
source dev-container-features-test-lib

# Check to make sure the user is vscode
check "user is vscode" whoami | grep vscode
check "version" az  --version


# Report result
reportResults