Hello,
I'm having a problem with deploying Azure Synapse (workspace) trough DevOps.
Case:
I've created 2 resource groups ( RG-TST and RG-PRD), I also created in both resource groups a Azure Synapse workspace.
Next step was to connect the workspace to Git and use the release pipeline for releasing the workspace to the next resource group.
I followed the steps as provided by Microsoft (link)
The problem is, when I deploy the workspace I'm receiving the following error:
2021-01-07T15:03:13.3424513Z ##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2021-01-07T15:03:13.3448567Z ##[error]Details:
2021-01-07T15:03:13.3451062Z ##[error]MissingApiVersionParameter: The api-version query parameter (?api-version=) is required for all requests.
2021-01-07T15:03:13.3453250Z ##[error]MissingApiVersionParameter: The api-version query parameter (?api-version=) is required for all requests.
2021-01-07T15:03:13.3455476Z ##[error]MissingApiVersionParameter: The api-version query parameter (?api-version=) is required for all requests.
2021-01-07T15:03:13.3457666Z ##[error]MissingApiVersionParameter: The api-version query parameter (?api-version=) is required for all requests.
2021-01-07T15:03:13.3461149Z ##[error]Check out the troubleshooting guide to see if your issue is addressed: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2021-01-07T15:03:13.3464493Z ##[error]Task failed while creating or updating the template deployment.
I have no idea where this error is coming from, for testing purpose I only added 1 Pipeline in the workspace with a wait statement.
When i look into the "TemplateForWorkspace.json" i see that there is a Api version filled in
"type": "Microsoft.Synapse/workspaces/linkedServices",
"apiVersion": "2019-06-01-preview",
"properties": {
does anyone have a clue what is going wrong?
Thanks in advance,
Kids regards,
Mark