Skip to content

Commit

Permalink
cleanup bicep config
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Oct 23, 2024
1 parent b817cea commit 17273c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions bicepconfig.json
Original file line number Diff line number Diff line change
@@ -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" ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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:<release-version>",
Expand Down
4 changes: 1 addition & 3 deletions docs/shared-content/installation/bicepconfig/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
```json
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"extensionRegistry": true,
"dynamicTypeLoading": true
"extensibility": true
},
"extensions": {
"radius": "br:biceptypes.azurecr.io/radius:<release-version>",
Expand Down

0 comments on commit 17273c8

Please sign in to comment.