Skip to content

Commit

Permalink
Add auth-mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Dec 12, 2023
1 parent 7aeb4ec commit ecebd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ test_aks() {
docker run -v $(realpath .azure):/root/.azure mcr.microsoft.com/azure-cli:2.55.0 \
az storage container create \
--name $TEST_STORAGE_CONTAINER \
--account-name $TEST_STORAGE_ACCOUNT
--account-name $TEST_STORAGE_ACCOUNT \
--auth-mode login


TEST_AZURE_SHARED_KEY=$(docker run -v $(realpath .azure):/root/.azure mcr.microsoft.com/azure-cli:2.55.0 az storage account keys list -g $TEST_RESOURCE_GROUP -n $TEST_STORAGE_ACCOUNT --query '[0].value' -o tsv)
Expand Down

0 comments on commit ecebd79

Please sign in to comment.