Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Aug 2, 2024
1 parent c4b430b commit 4ab84f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/validate-bicep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ then
BICEP_EXECUTABLE="$BICEP_PATH/rad-bicep"
fi

# The Bicep compiler prints out a warning for any experimental features in use.
# We want to ignore these warnings since Radius makes use of some experimental features.
WARNING_MSG="WARNING: The following experimental Bicep features"
FILES=$(find . -type f -name "*.bicep")
FAILURES=()
Expand Down
18 changes: 9 additions & 9 deletions bicepconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"extensionRegistry": true,
"dynamicTypeLoading": true
},
"extensions": {
"radius": "br:biceptypes.azurecr.io/radius:latest",
"aws": "br:biceptypes.azurecr.io/aws:latest"
}
"experimentalFeaturesEnabled": {
"extensibility": true,
"extensionRegistry": true,
"dynamicTypeLoading": true
},
"extensions": {
"radius": "br:biceptypes.azurecr.io/radius:latest",
"aws": "br:biceptypes.azurecr.io/aws:latest"
}
}

0 comments on commit 4ab84f1

Please sign in to comment.