Skip to content

[Bug]: Password not passed correctly when creating a container #20536

@dlevy-msft-sql

Description

@dlevy-msft-sql

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

  1. Create a container using the extension, use the password above
  2. Observe the login failure
  3. Use docker inspect <containerName> | grep -v grep | grep -i password to 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

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions