Closed bcage29 closed 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Wmengmsft, @MehaKaushik, @shurd, @anfeldma-ms
This issue only occurs when the trigger event type is a storage event. The BlobEventsTrigger.cs model shows that it is expecting a string for the scope property.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shawnxzq, @lmy269.
Author: | bcage29 |
---|---|
Assignees: | - |
Labels: | `Data Factory`, `Service Attention` |
Milestone: | - |
@bcage29 Could you please share sample json code of your trigger definition? Thanks!
The trigger was deployed with an invalid schema and it successfully saved that incorrect schema in ADF. When querying the triggers it returns that bad schema and obviously can't deserialize it. We fixed the schema and it works correctly now. Thank you.
Description
The response for Get-AzDataFactoryV2Trigger is different from the expected schema. The 'scope' property found in the tree at 'properties.typeProperties.scope' should be the ARM resource ID of the Storage Account and of type string. The response coming back is returning all of the properties from the storage account.
Steps to reproduce
Environment data
Module versions
Debug output
Error output