From 2260b2aad04c53067c9c0aaf76c445434e661968 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Mon, 9 Jun 2025 14:51:29 -0700 Subject: [PATCH 1/2] Update to latest Azure CLI and Bicep. https://dev.azure.com/was-azure/was-azure/_workitems/edit/1158 --- external-deps-versions.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external-deps-versions.properties b/external-deps-versions.properties index 371a886..608ca62 100644 --- a/external-deps-versions.properties +++ b/external-deps-versions.properties @@ -2,9 +2,9 @@ # dependencies used in pipelines of all Java EE appliation offers across all vendors. # Release version from https://github.com/Azure/azure-cli/releases -AZ_CLI_VERSION=2.40.0 +AZ_CLI_VERSION=2.74.0 # Release version from https://github.com/Azure/bicep/releases -BICEP_VERSION=v0.30.23 +BICEP_VERSION=v0.36.1 # Commit hash from https://github.com/Azure/arm-ttk/commits/master ARM_TTK_REFERENCE=6b75cb7a3f65234995a2019fcae20a9b2c2d8635 # Commit hash from https://github.com/Azure/azure-javaee-iaas/commits/main From db15385a73ac84d373d893afb358f85ed35059f0 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Wed, 11 Jun 2025 13:06:27 -0700 Subject: [PATCH 2/2] On branch edburns/ibm-1158-ihs-image modified: external-deps-versions.properties @majguo wrote: > Suggest keeping BICEP_VERSION version unchanged as the twas vm image workflow failure seems not related it. Also, it aligns with Bicep version used in partner center, it shouldn't be updated unless the Bicep version used in partner center is updated. Signed-off-by: Ed Burns --- external-deps-versions.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-deps-versions.properties b/external-deps-versions.properties index 608ca62..da07809 100644 --- a/external-deps-versions.properties +++ b/external-deps-versions.properties @@ -4,7 +4,7 @@ # Release version from https://github.com/Azure/azure-cli/releases AZ_CLI_VERSION=2.74.0 # Release version from https://github.com/Azure/bicep/releases -BICEP_VERSION=v0.36.1 +BICEP_VERSION=v0.30.23 # Commit hash from https://github.com/Azure/arm-ttk/commits/master ARM_TTK_REFERENCE=6b75cb7a3f65234995a2019fcae20a9b2c2d8635 # Commit hash from https://github.com/Azure/azure-javaee-iaas/commits/main