From 9b1d9316d27764d3a8f66f3199240bcc24ba6497 Mon Sep 17 00:00:00 2001 From: sk593 Date: Wed, 23 Oct 2024 09:49:39 -0700 Subject: [PATCH] remove unneeded features Signed-off-by: sk593 --- bicepconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bicepconfig.json b/bicepconfig.json index eb39aa34..2210b36d 100644 --- a/bicepconfig.json +++ b/bicepconfig.json @@ -1,8 +1,6 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "extensionRegistry": true, - "dynamicTypeLoading": true + "extensibility": true }, "extensions": { "radius": "br:biceptypes.azurecr.io/radius:latest",