Microsoft Azure CLI SQL command module for managing Azure SQL databases, servers, and elastic pools. Current version 2.2.5. Released alongside Azure CLI core; no independent release cadence.
pip install azure-cli-sqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize CLI and list SQL servers using the SQL command module. Requires prior `az login`.
Update scripts to use new parameter names: `az sql db create --capacity ... --edition ...`
Install the mssql extension: `az extension add --name mssql` and use `az mssql mi` instead.
Install full CLI: `pip install azure-cli` or at least `pip install azure-cli-core`.