From e4d1c80de51c9ddf2686d3068174d8afc6da9fc3 Mon Sep 17 00:00:00 2001 From: Shruthi Kumar Date: Wed, 23 Oct 2024 10:19:58 -0700 Subject: [PATCH] cleanup bicep config (#1265) Signed-off-by: sk593 --- bicepconfig.json | 7 +------ .../deploy-apps/howto-deploy/howto-deploy-cicd/index.md | 4 +--- docs/shared-content/installation/bicepconfig/manual.md | 4 +--- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/bicepconfig.json b/bicepconfig.json index 3a02e8865..e47f94282 100644 --- a/bicepconfig.json +++ b/bicepconfig.json @@ -1,15 +1,10 @@ // The bicepconfig.json file is needed so the bicep files in the repo can be compiled with the correct setup { "experimentalFeaturesEnabled": { - "extensibility": true, - "extensionRegistry": true, - "dynamicTypeLoading": true + "extensibility": true }, "extensions": { "radius": "br:biceptypes.azurecr.io/radius:latest", "aws": "br:biceptypes.azurecr.io/aws:latest" - }, - "cloud": { - "credentialPrecedence": [ "Environment" ] } } \ No newline at end of file diff --git a/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md b/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md index 76a3f3440..3a23e29d9 100644 --- a/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md +++ b/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md @@ -33,9 +33,7 @@ Make sure you have the following files checked into your repository under `iac/` ```json { "experimentalFeaturesEnabled": { - "extensibility": true, - "extensionRegistry": true, - "dynamicTypeLoading": true + "extensibility": true }, "extensions": { "radius": "br:biceptypes.azurecr.io/radius:", diff --git a/docs/shared-content/installation/bicepconfig/manual.md b/docs/shared-content/installation/bicepconfig/manual.md index df9c5c154..bf22431cd 100644 --- a/docs/shared-content/installation/bicepconfig/manual.md +++ b/docs/shared-content/installation/bicepconfig/manual.md @@ -3,9 +3,7 @@ ```json { "experimentalFeaturesEnabled": { - "extensibility": true, - "extensionRegistry": true, - "dynamicTypeLoading": true + "extensibility": true }, "extensions": { "radius": "br:biceptypes.azurecr.io/radius:",