microsoft / vscode-azurecontainerapps

VS Code extension for Azure Container Apps.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurecontainerapps
MIT License
33 stars 12 forks source link

There is an extra step "Select subscription" when deploying changes by clicking "Yes" button from the prompt notification #683

Open v-xinda opened 1 month ago

v-xinda commented 1 month ago

OS: Win10 Build Version: 20240430.1 Regression: Not a regression

Repro Steps:

  1. Make sure more than one subscription is selected.
  2. Execute "Edit Scaling Range..." action for a container app.
  3. Click "Yes" button in the prompt notification "Deploy changes now?". image
  4. Check whether there is no extra step "Select subscription".

Expect: There is no extra step "Select subscription".

Actual: There is an extra step "Select subscription". image

MicroFish91 commented 1 month ago

Good catch. When we call the deploy command we should probably attach the existing subscription so that we don't end up re-prompting the user for this info.