An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Siddharth Joshi - Thanks for the question and using MS Q&A platform.
Get-AzSynapseSqlPool - This command gets all SQL pools under a workspace.
As per the repro I was able to get the SQL pools available under my workspace.
Here is the snapshot of Azure Portal:
Here is the snapshot of PowerShell:
Note: Get-AzSynapseSqlDatabase - This feature is in a limited preview, initially accessible only to certain subscriptions. Which means this command is not available for all the subscriptions.
As per the repro, I'm getting the same error message as shown above.
Hope this helps. Do let us know if you any further queries.