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.
Once installed, check the properties of the "C:\Program Files\Azure Data Studio\azuredatastudio.exe" file, specifically the Product version.
The following PowerShell also confirms this:
$InstallPath = "C:\Program Files\Azure Data Studio\azuredatastudio.exe"
(Get-ItemProperty $InstallPath).VersionInfo.ProductVersion
undefined
As shown above, this version shows as 'undefined', earlier versions hold the version number (this version should show 1.49.0).
This is important when the software is deployed unattended using SCCM / MECM / ConfigMgr, Intune or other software deployment software, as the Product Version is often used as the detection method to confirm the latest version is / has been installed.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
"C:\Program Files\Azure Data Studio\azuredatastudio.exe"
file, specifically the Product version.The following PowerShell also confirms this:
As shown above, this version shows as 'undefined', earlier versions hold the version number (this version should show 1.49.0). This is important when the software is deployed unattended using SCCM / MECM / ConfigMgr, Intune or other software deployment software, as the Product Version is often used as the detection method to confirm the latest version is / has been installed.
Does this issue occur when all extensions are disabled?: Yes