Skip to content

Display nested operations in local deploy CLI#19974

Open
anthony-c-martin wants to merge 1 commit into
mainfrom
ant/nested
Open

Display nested operations in local deploy CLI#19974
anthony-c-martin wants to merge 1 commit into
mainfrom
ant/nested

Conversation

@anthony-c-martin

@anthony-c-martin anthony-c-martin commented Jun 29, 2026

Copy link
Copy Markdown
Member

Example user experience (-> denotes a module with a child resource):

image

Closes #19748

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

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

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.

Local deploy error messages are not propagated when modules are used

1 participant