From acef80cb6bfc5a78c4e5c893f147df5ccc8d83c1 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 9 Nov 2022 09:08:12 +0200 Subject: [PATCH] azure: Ignore authentication env vars in hack/update-expected.sh --- hack/update-expected.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-expected.sh b/hack/update-expected.sh index 7d15b714b7..2dbae43149 100755 --- a/hack/update-expected.sh +++ b/hack/update-expected.sh @@ -31,6 +31,7 @@ unset AWS_ACCESS_KEY_ID AWS_REGION AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN CNI_V unset KOPS_CLUSTER_NAME KOPS_RUN_OBSOLETE_VERSION KOPS_STATE_STORE KOPS_STATE_S3_ACL KUBE_API_VERSIONS NODEUP_URL OPENSTACK_CREDENTIAL_FILE PROTOKUBE_IMAGE SKIP_PACKAGE_UPDATE unset SKIP_REGION_CHECK S3_ACCESS_KEY_ID S3_ENDPOINT S3_REGION S3_SECRET_ACCESS_KEY unset SCW_ACCESS_KEY SCW_SECRET_KEY SCW_DEFAULT_PROJECT_ID SCW_DEFAULT_REGION SCW_DEFAULT_ZONE +unset AZURE_CLIENT_ID AZURE_CLIENT_SECRET AZURE_STORAGE_ACCOUNT AZURE_STORAGE_KEY AZURE_SUBSCRIPTION_ID AZURE_TENANT_ID # Run the tests in "autofix mode" HACK_UPDATE_EXPECTED_IN_PLACE=1 go test "${PKG}" -count=1