Skip to content

Removed experimentalFeaturesEnabled from bicepconfig.json created by rad init#11651

Merged
brooke-hamilton merged 2 commits intoradius-project:mainfrom
zachcasper:bicepconfig
Apr 16, 2026
Merged

Removed experimentalFeaturesEnabled from bicepconfig.json created by rad init#11651
brooke-hamilton merged 2 commits intoradius-project:mainfrom
zachcasper:bicepconfig

Conversation

@zachcasper
Copy link
Copy Markdown
Contributor

This pull request makes a small change to the Bicep configuration template in application.go. The main update is the removal of the experimentalFeaturesEnabled section, which previously enabled the extensibility feature. This simplifies the configuration and may indicate that the feature is no longer needed or is now enabled by default.# Description

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

Signed-off-by: Zach Casper <zachcasper@microsoft.com>
@zachcasper zachcasper requested review from a team as code owners April 15, 2026 18:34
Copilot AI review requested due to automatic review settings April 15, 2026 18:34
@zachcasper zachcasper temporarily deployed to external-contributor-approval April 15, 2026 18:34 — with GitHub Actions Inactive
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the rad init application scaffolding in pkg/cli/setup/application.go to simplify the generated bicepconfig.json by removing the experimentalFeaturesEnabled.extensibility block.

Changes:

  • Remove experimentalFeaturesEnabled.extensibility from the scaffolded bicepconfig.json template.
Comments suppressed due to low confidence (1)

pkg/cli/setup/application.go:58

  • rad init will now scaffold a bicepconfig.json that differs from other configs/examples in this repo (e.g., repo-root bicepconfig.json and some test configs still include experimentalFeaturesEnabled.extensibility). If this flag is still needed for any supported Bicep versions, new projects may fail to build; if it’s no longer needed, consider updating those other configs/docs to keep guidance consistent with the scaffolded output.
	bicepConfigTemplate = `{
	"extensions": {
		"radius": "br:biceptypes.azurecr.io/radius:%s",
		"aws": "br:biceptypes.azurecr.io/aws:%s"
	}
}`

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.40%. Comparing base (1184341) to head (169e763).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11651      +/-   ##
==========================================
+ Coverage   51.38%   51.40%   +0.01%     
==========================================
  Files         699      699              
  Lines       44111    44111              
==========================================
+ Hits        22668    22675       +7     
+ Misses      19276    19273       -3     
+ Partials     2167     2163       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brooke-hamilton brooke-hamilton temporarily deployed to external-contributor-approval April 16, 2026 13:29 — with GitHub Actions Inactive
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Apr 16, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository zachcasper/radius
Commit ref 169e763
Unique ID funca85f753dee
Image tag pr-funca85f753dee
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funca85f753dee
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funca85f753dee
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funca85f753dee
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funca85f753dee
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funca85f753dee
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@brooke-hamilton brooke-hamilton merged commit f332a5d into radius-project:main Apr 16, 2026
56 checks passed
brooke-hamilton added a commit that referenced this pull request Apr 16, 2026
# Description

Removes the deprecated `experimentalFeaturesEnabled.extensibility` block
from generated `bicepconfig.json` content and related examples now that
Bicep no longer requires it.

This updates the functional test workflows, the Bicep install script,
the CLI application setup template, and the contributor documentation so
all emitted and documented configs are consistent.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Additional changes to #11651 

Fixes: N/A

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- An overview of proposed schema changes is included in a linked GitHub
issue.
    - [ ] Yes <!-- TaskRadio schema -->
    - [x] Not applicable <!-- TaskRadio schema -->
- A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
    - [ ] Yes <!-- TaskRadio design-pr -->
    - [x] Not applicable <!-- TaskRadio design-pr -->
- The design document has been reviewed and approved by Radius
maintainers/approvers.
    - [ ] Yes <!-- TaskRadio design-review -->
    - [x] Not applicable <!-- TaskRadio design-review -->
- A PR for the [samples
repository](https://github.com/radius-project/samples) is created, if
existing samples are affected by the changes in this PR.
    - [ ] Yes <!-- TaskRadio samples-pr -->
    - [x] Not applicable <!-- TaskRadio samples-pr -->
- A PR for the [documentation
repository](https://github.com/radius-project/docs) is created, if the
changes in this PR affect the documentation or any user facing updates
are made.
    - [ ] Yes <!-- TaskRadio docs-pr -->
    - [x] Not applicable <!-- TaskRadio docs-pr -->
- A PR for the [recipes
repository](https://github.com/radius-project/recipes) is created, if
existing recipes are affected by the changes in this PR.
    - [ ] Yes <!-- TaskRadio recipes-pr -->
    - [x] Not applicable <!-- TaskRadio recipes-pr -->

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants