microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 903 forks source link

Dacfx deploy api doesn't use connection name in Tasks status #13224

Open kisantia opened 4 years ago

kisantia commented 4 years ago

The dacpac extension was updated to show the connection name if there is one in the wizard in https://github.com/microsoft/azuredatastudio/pull/10595, but the server name instead of the connection name is used in the Tasks status. This should be updated to be consistent and use the connection name if there is one.

Same problem for import and generate script

kisantia commented 4 years ago

also affects sql database projects extension because it uses the same deploy api