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

Prompt warning when an unidentified flag is detected #12480

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

asilverman
Copy link
Contributor

@asilverman asilverman commented Nov 16, 2023

Fixes #11564
image

@asilverman asilverman self-assigned this Nov 16, 2023
@asilverman asilverman added this to the v0.24 milestone Nov 16, 2023
Copy link
Contributor

github-actions bot commented Nov 16, 2023

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

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

Copy link
Contributor

Test Results

     132 files  ±0       132 suites  ±0   4h 15m 13s ⏱️ - 11m 56s
10 861 tests ±0  10 861 ✔️ ±0  0 💤 ±0  0 ±0 
52 367 runs  ±0  52 367 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 78a0997. ± Comparison against base commit 6bc34da.

@asilverman asilverman enabled auto-merge (squash) November 16, 2023 22:41
@asilverman asilverman merged commit e21cc77 into main Nov 17, 2023
47 checks passed
@asilverman asilverman deleted the asilverman/issue/11564 branch November 17, 2023 13:43
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.

Verify bicepconfig.json schema on load
2 participants