Azure-Player / azure.synapse.tools

PowerShell module to deploy Synapse workspace (and more) in Microsoft Azure.
MIT License
19 stars 8 forks source link

Stopping triggers fails #8

Closed FrenkLoonen closed 2 years ago

FrenkLoonen commented 2 years ago
STEP: Stopping triggers...
Getting triggers...
##[error]The property 'RuntimeState' cannot be found on this object. Verify that the property exists.

My triggers have been successfully deployed when there weren't any present. The next time, it fails the step where it wants to stop them.

As the error message is saying, the property RuntimeState is missing for Synapse, where it is present for DataFactoryV2. Seems like a vital property to me..