Azure / Synapse-workspace-deployment

MIT License
27 stars 34 forks source link

When running action no error yet no change occurs #88

Open RossAFlood opened 1 year ago

RossAFlood commented 1 year ago

when running github action (GHA) below it "succeeds" if I go to the synapse workspace listed no change is there. Nothing gets processed

Azure/Synapse-workspace-deployment@V1.7.0 with: TargetWorkspaceName: prod-synapse-eastus TemplateFile: ./cp-dev-workspace/TemplateForWorkspace.json ParametersFile: ./cp-dev-workspace/TemplateParametersForWorkspace.json environment: Azure Public resourceGroup: prod-synapse-eastus2 clientId: clientSecret: subscriptionId: tenantId:

The only thing that shows in the GHA logs is: Bundle source : https://web.azuresynapse.net/assets/cmd-api/main.js

I have checked the required fields and nothing seems missing to me. so not sure why I dont get any errors yet dont get any changes

lordozb commented 1 year ago

It looks like you are missing the operation field. Since you are using workspace_publish branch it should be "deploy" https://github.com/Azure/Synapse-workspace-deployment#usage