Description
Library name and version
Azure.ResourceManager.AppService 1.3.0
Query/Question
Hi,
When I try to update/redeploy a workflow definition using the DeployWorkflowAsync method I get the following error:
Error deploying workflow artifacts. Please see 'details' for each failure.
Status: 400 (Bad Request)
ErrorCode: BadRequest
Content:
{"error":{"details":[{"target":"wf-int-UjrTests-dev-weu-01","code":"PreconditionFailed","message":"Error deploying workflow artifact: 'wf-int-UjrTests-dev-weu-01' Etag mismatch"}],"code":"BadRequest","message":"Error deploying workflow artifacts. Please see 'details' for each failure."}}
For non existent workflows the method works well and the worklow is created.
It is possible to update a workflow using the SDK?
Environment
Windows 10 .NET 8.0
Visual Studio Professional 17.12.3