Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize indenting for multi-line descriptions #14013

Merged
merged 1 commit into from May 6, 2024

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented May 4, 2024

Closes #13982

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented May 4, 2024

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

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

Copy link
Contributor

github-actions bot commented May 4, 2024

Test Results

    66 files   -     33      66 suites   - 33   22m 0s ⏱️ - 9m 32s
10 883 tests  -     14  10 882 ✅  -     14  1 💤 ±0  0 ❌ ±0 
25 662 runs   - 12 809  25 660 ✅  - 12 808  2 💤  - 1  0 ❌ ±0 

Results for commit eddcedd. ± Comparison against base commit 1c6b9b5.

@anthony-c-martin anthony-c-martin merged commit 4ea57eb into main May 6, 2024
44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/issue13982 branch May 6, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiline descriptions in nested objects are not rendered correctly
2 participants