File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
ARG TERRAFORM_VERSION=1.7.3
2
- ARG AZURECLI_VERSION=2.57 .0
2
+ ARG AZURECLI_VERSION=2.59 .0
3
3
4
4
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
5
5
FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformA
60
60
- [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.7.3
61
61
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl ) - v1.28.7
62
62
- [ jq] ( https://stedolan.github.io/jq/ ) - v1.6
63
- - [ Azure CLI] ( https://docs.microsoft.com/en-us/cli/azure ) - (optional - useful as an alternative to the Azure Portal) - v2.57 .0
63
+ - [ Azure CLI] ( https://docs.microsoft.com/en-us/cli/azure ) - (optional - useful as an alternative to the Azure Portal) - v2.59 .0
64
64
65
65
#### Docker Requirements:
66
66
- [ Docker] ( https://docs.docker.com/get-docker/ )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ commandTests:
29
29
- -c
30
30
- |
31
31
az version -o tsv
32
- expectedOutput : ["2.57 .0\t2.57 .0\t1.1.0"]
32
+ expectedOutput : ["2.59 .0\t2.59 .0\t1.1.0"]
33
33
34
34
metadataTest :
35
35
workdir : " /viya4-iac-azure"
You can’t perform that action at this time.
0 commit comments