microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 56 forks source link

Pull in latest go-mssqldb for fix to az-cli resource name #533

Closed aslatter closed 1 month ago

aslatter commented 1 month ago

go-mssqldb got a fix for how we create Entra auth-token-scopes: https://github.com/microsoft/go-mssqldb/pull/198

This imapct of the issue (for me at least) is the inability to use az-cli auth for accessing Fabric SQL endpoints (see: https://github.com/Azure/azure-sdk-for-go/issues/22957).

go-sqlcmd should pull in the fix to go-mssqldb.