Skip to content

make extendable bicep parameter files generally available#19697

Merged
polatengin merged 7 commits into
mainfrom
polatengin/ga-extendable-params-feature
May 21, 2026
Merged

make extendable bicep parameter files generally available#19697
polatengin merged 7 commits into
mainfrom
polatengin/ga-extendable-params-feature

Conversation

@polatengin

@polatengin polatengin commented May 21, 2026

Copy link
Copy Markdown
Member

Description

  • Remove the extendableParamFiles experimental feature gate and related configuration plumbing.
  • Update CLI, core, baseline, and language server tests to treat extendable parameter files as enabled by default.
  • Move extendable parameter files documentation out of the experimental docs and into the main docs.
  • Keep using none completion available for parameter files while avoiding none in quoted file path completions.

Validation

  • dotnet test
    • Passed: 14681
    • Failed: 0

Checklist

Microsoft Reviewers: Open in CodeFlow

@github-actions

github-actions Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

Test this change out locally with the following install scripts (Action run 26248024287)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 26248024287
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 26248024287"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 26248024287
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 26248024287"

Comment thread docs/extendable-param-files.md Outdated
@@ -0,0 +1,155 @@
# Extendable Bicep parameter files

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This file isn't needed - it should instead go into the official docs.

@polatengin polatengin merged commit 0cdf3ba into main May 21, 2026
41 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Bicep May 21, 2026
@polatengin polatengin deleted the polatengin/ga-extendable-params-feature branch May 21, 2026 19:23
@mumian

mumian commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants