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

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" az  --version

# Report result
reportResults