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

IntelliSense for module versions in private registry #14051

Closed
eric-ash-1 opened this issue May 6, 2024 · 1 comment
Closed

IntelliSense for module versions in private registry #14051

eric-ash-1 opened this issue May 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request Needs: Triage 🔍

Comments

@eric-ash-1
Copy link

Is your feature request related to a problem? Please describe.
We use an Azure Container Registry for our company's Bicep code. It's frustrating to use compared with the usual "resource" experience, which gives you suggestions about the available API versions after you type the "@". When using ACR, you get no IntelliSense suggestions after typing the colon.

Describe the solution you'd like
After typing the colon (i.e. the portion below), Intellisense would show you the available versions of the module and filter them further as you typed.

module storage1 'br:myacr.azurecr.io/bicep/storage:

Same idea if you had an alias defined in bicepconfig.json, it would make suggestions after typing the last colon:

module storage1 'br/MyRegistry:storage:

@puicchan
Copy link

puicchan commented May 8, 2024

This is a duplicate. Closing this in favor of #9038 which is in our backlog. We plan to make progress in the next few months.

@puicchan puicchan closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs: Triage 🔍
Projects
Archived in project
Development

No branches or pull requests

2 participants