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

[WIP] Support for @deprecated() decorator #15330

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Oct 16, 2024

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

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

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

Copy link
Contributor

Dotnet Test Results

    71 files   -     37      71 suites   - 37   29m 32s ⏱️ - 11m 48s
11 369 tests  -     13  11 369 ✅  -     13  0 💤 ±0  0 ❌ ±0 
26 469 runs   - 13 194  26 469 ✅  - 13 194  0 💤 ±0  0 ❌ ±0 

Results for commit aa99e35. ± Comparison against base commit e7884b8.

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.

1 participant