Get-AzSynapseSqlScripts ? #14837
-
Are there plans (or have I missed an existing command) to use PowerShell to Get and Remove SQL Scripts from a Synapse Workspace like there is already for Triggers, Integration Runtimes, Pipelines, etc? This is needed to make a CI/CD pipeline complete. Microsoft.Synapse/workspaces/sqlscripts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This command is not available in the PowerShell module yet. We will add this support in future (probably in June or July). For now, since this is a data plane API and Azure PowerShell doesn't have a good support for general data plane API call (for management, we can use Invoke-AzRestMethod), there is no easy workaround for this. You might consider using Invoke-WebRequest or Invoke-RestMethod |
Beta Was this translation helpful? Give feedback.
This command is not available in the PowerShell module yet. We will add this support in future (probably in June or July). For now, since this is a data plane API and Azure PowerShell doesn't have a good support for general data plane API call (for management, we can use Invoke-AzRestMethod), there is no easy workaround for this. You might consider using Invoke-WebRequest or Invoke-RestMethod