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

Decide on feature experience for bicep.completions.getAllAccessibleAzureContainerRegistries #13986

Open
StephenWeatherford opened this issue Apr 30, 2024 · 0 comments
Labels
devdiv Related to Bicep tooling efforts in DevDiv story: registry
Milestone

Comments

@StephenWeatherford
Copy link
Contributor

When this option is turned on, you see this:

  ..
  br/public
  ts/
  br:
     ->
        mcr.microsoft.com/bicep
        configured-in-bicepconfig.azurecr.io/path
        configured-in-bicepconfig-2.azurecr.io/path
        configured-in-bicepconfig-3.azurecr.io/path
         registry-accessible-to-users-azure-subscription-1.azurecr.io
         registry-accessible-to-users-azure-subscription-2.azurecr.io
         registry-accessible-to-users-azure-subscription-3.azurecr.io
         registry-accessible-to-users-azure-subscription-4.azurecr.io
         registry-accessible-to-users-azure-subscription-5.azurecr.io
  ts:

The "registry-accessible-to-users-azure-subscription-*.azurecr.io" can be very long. I think the following would be more helpful and could be enabled by default:

  ..
  br/public
  ts/
  br:
     ->
        mcr.microsoft.com/bicep
        configured-in-bicepconfig.azurecr.io/path
        configured-in-bicepconfig-2.azurecr.io/path
        configured-in-bicepconfig-3.azurecr.io/path
        more...
            ->
                 registry-accessible-to-users-azure-subscription-1.azurecr.io
                 registry-accessible-to-users-azure-subscription-2.azurecr.io
                 registry-accessible-to-users-azure-subscription-3.azurecr.io
                 registry-accessible-to-users-azure-subscription-4.azurecr.io
                 registry-accessible-to-users-azure-subscription-5.azurecr.io
  ts:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devdiv Related to Bicep tooling efforts in DevDiv story: registry
Projects
Status: Todo
Development

No branches or pull requests

1 participant