Skip to content

Update active pseudo-grammar of the bicep language#19169

Merged
anthony-c-martin merged 1 commit intoAzure:mainfrom
mstachniuk:update-grammar
Mar 11, 2026
Merged

Update active pseudo-grammar of the bicep language#19169
anthony-c-martin merged 1 commit intoAzure:mainfrom
mstachniuk:update-grammar

Conversation

@mstachniuk
Copy link
Copy Markdown
Contributor

@mstachniuk mstachniuk commented Mar 11, 2026

Description

Add typed variables
Add interpolated multiline string
Add resource derived type
Remove decorators from assertDecl

Checklist

Microsoft Reviewers: Open in CodeFlow

Add typed variables
Add interpolated multiline string
Add resource derived type
Remove decorators from assertDecl
@mstachniuk
Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

Copy link
Copy Markdown
Member

@anthony-c-martin anthony-c-martin left a comment

Choose a reason for hiding this comment

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

Thank you for updating this!

@anthony-c-martin anthony-c-martin enabled auto-merge (squash) March 11, 2026 16:26
@anthony-c-martin anthony-c-martin merged commit cddb3c7 into Azure:main Mar 11, 2026
40 of 41 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

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

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

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