You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: