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

Recognize common keywords for resource type completions #13721

Merged
merged 6 commits into from
Apr 4, 2024

Conversation

StephenWeatherford
Copy link
Contributor

@StephenWeatherford StephenWeatherford commented Mar 26, 2024

Fixes #6387

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Mar 26, 2024

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

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

Copy link
Contributor

github-actions bot commented Mar 26, 2024

Test Results

    66 files   -     33      66 suites   - 33   22m 55s ⏱️ - 18m 12s
10 739 tests  -      4  10 737 ✅  -      4  2 💤 ±0  0 ❌ ±0 
25 374 runs   - 12 635  25 370 ✅  - 12 633  4 💤  - 2  0 ❌ ±0 

Results for commit 963aafb. ± Comparison against base commit 8a1f0de.

♻️ This comment has been updated with latest results.

@StephenWeatherford StephenWeatherford merged commit 63e8819 into main Apr 4, 2024
44 checks passed
@StephenWeatherford StephenWeatherford deleted the sw/keywords2 branch April 4, 2024 15:55
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.

Implement common az resource aliases for intellisense
3 participants