We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9699256 commit 37f5472Copy full SHA for 37f5472
1 file changed
spec/vhdbuilder/packer/ensure_sig_vhd_exists_spec.sh
@@ -27,6 +27,7 @@ Describe 'ensure_sig_vhd_exists function'
27
MOCK_AZ_IMAGE_VERSIONS=""
28
29
# Create mocks for external commands
30
+ # shellcheck disable=SC2329
31
az() {
32
case "$1 $2" in
33
"sig show")
@@ -85,6 +86,7 @@ Describe 'ensure_sig_vhd_exists function'
85
86
return 0
87
}
88
89
90
jq() {
91
case "$*" in
92
*provisioningState*)
@@ -102,6 +104,7 @@ Describe 'ensure_sig_vhd_exists function'
102
104
esac
103
105
106
107
108
grep() {
109
# Mock grep for cvm feature flag checking
110
0 commit comments