From d724e27797e591e1fd54e2a63c419d6ae4c6108c Mon Sep 17 00:00:00 2001 From: sk593 Date: Thu, 15 Aug 2024 10:31:12 -0700 Subject: [PATCH] update bicepconfig workaround Signed-off-by: sk593 --- bicepconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bicepconfig.json b/bicepconfig.json index 1e19ce0..a034f8c 100644 --- a/bicepconfig.json +++ b/bicepconfig.json @@ -7,5 +7,8 @@ "extensions": { "radius": "br:biceptypes.azurecr.io/radius:latest", "aws": "br:biceptypes.azurecr.io/aws:latest" + }, + "cloud": { + "credentialPrecedence": [ "Environment" ] } } \ No newline at end of file