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.55k stars 898 forks source link

Error in Arc deployment notebooks - undefined variables #14092

Closed bergeron closed 3 years ago

bergeron commented 3 years ago

@nasc17 and I are getting this error in the deployment notebooks for SQL MI and Postgres on Arc.

image

If I comment out the offending line, controller_kubectl_context is not defined either:

image

Azure Arc extension 0.7.0 Azure Data CLI extension 0.5.0

Version: 1.26.0-insider Commit: 8651db1e7edfe83452c01c6aeb4cfe6d20baabfa Date: 2021-01-28T07:00:09.975Z VS Code: 1.48.0 Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.19042

Charles-Gagnon commented 3 years ago

This is probably caused by insiders being ahead of the current extension version in the marketplace - I updated the extension and no longer get this error. @bergeron @nasc17 Could you update to the latest version and give it a shot?

nasc17 commented 3 years ago

Updated the extensions and did not see the error.

bergeron commented 3 years ago

I updated the extensions and no longer get the error. I'll close the bug.