From c8793580870714bc796b70782be2e4bfc42e7513 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Fri, 11 Oct 2024 13:42:33 -0700 Subject: [PATCH] Update bicepconfig.json on edge to latest (#1871) Signed-off-by: Karishma Chawla --- bicepconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bicepconfig.json b/bicepconfig.json index e7f47ea3..eb39aa34 100644 --- a/bicepconfig.json +++ b/bicepconfig.json @@ -5,10 +5,7 @@ "dynamicTypeLoading": true }, "extensions": { - "radius": "br:biceptypes.azurecr.io/radius:0.38", - "aws": "br:biceptypes.azurecr.io/aws:0.38" - }, - "cloud": { - "credentialPrecedence": [ "Environment" ] + "radius": "br:biceptypes.azurecr.io/radius:latest", + "aws": "br:biceptypes.azurecr.io/aws:latest" } }