Skip to content

Expose Documentation section on IBicepConfiguration - #20216

Merged
Likhitha Kodali (Likhithakmsft) merged 1 commit into
mainfrom
lkodali/bicep_config_inheritance_4
Aug 21, 2026
Merged

Expose Documentation section on IBicepConfiguration#20216
Likhitha Kodali (Likhithakmsft) merged 1 commit into
mainfrom
lkodali/bicep_config_inheritance_4

Conversation

@Likhithakmsft

@Likhithakmsft Likhitha Kodali (Likhithakmsft) commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds a  IBicepDocumentationConfiguration  section interface (mirroring the other sections) and exposes Documentation  on  IBicepConfiguration , its concrete impl  BicepConfiguration , and  BicepConfigurationAdapter .
Purely additive, no behavior change.

Checklist

Microsoft Reviewers: Open in CodeFlow

@github-actions

github-actions Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

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

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

@Likhithakmsft
Likhitha Kodali (Likhithakmsft) merged commit 9beb0fe into main Aug 21, 2026
46 checks passed
@Likhithakmsft
Likhitha Kodali (Likhithakmsft) deleted the lkodali/bicep_config_inheritance_4 branch August 21, 2026 19:10
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.

2 participants