microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

Delete the collection directly after executing "Core(SQL): Delete Stored Procedure..." command from command palette for the SQL account #2261

Closed v-xinda closed 5 months ago

v-xinda commented 5 months ago

OS: All Build Version: 20240306.1 Regression: Previous release (0.20.1)

Repro Steps:

  1. Create a SQL account -> Create a database -> Create a collection -> Create a stored procedure.
  2. F1 -> Core(SQL): Delete Stored Procedure... -> Select above SQL account -> Select the above database -> Select the above collection.
  3. Check whether the next step is "Select Stored Procedure".

Expect: The next step is "Select Stored Procedure". image

Actual: Delete the collection directly and pop up a confirm prompt. image

More Info: Show "No matching resources found" after executing "Core(SQL): Delete Stored Procedure..." for a Graph account. image