-
Notifications
You must be signed in to change notification settings - Fork 560
Milestone
Description
Description
Expected the extension to create a container with the sa password set to P@$$WORD2.
Container was created with sa password set to P@7698WORD2.
Steps to Reproduce
- Create a container using the extension, use the password above
- Observe the login failure
- Use
docker inspect <containerName> | grep -v grep | grep -i passwordto look at what password was actually used
Affected Area
- Connection dialog (SQL Server | Azure browse/Fabric browse)
- Query results panel
- Query editor
- Object Explorer
- Table Designer
- Schema Compare
- Schema Designer
- Local SQL Server Container provisioning
- SQL database in Fabric provisioning
- GitHub Copilot integration
- Query Plan Visualizer
- Other (please describe below)
If you selected "Other", please describe the affected area
No response
Environment Information
VS Code Version: 1.105
Extension Version: 1.36.0
Operating system: Linux/codespaces
Confirmation
- I have searched existing issues and couldn't find a match
- I want to work on this issue