Open flanakin opened 1 year ago
Can you please specify which property you are referring to?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Jingshu923, @zhangyd2015, @Frey-Wang. Please see https://aka.ms/biceptypesinfo for troubleshooting help.
Author: | flanakin |
---|---|
Assignees: | - |
Labels: | `inaccuracy`, `Needs: Triage :mag:`, `Service Attention`, `Data Factory` |
Milestone: | - |
Is this a SDK related issue?
Still an issue, caught me out today, @Frey-Wang . Whether deployed via JSON or BICEP, it rejects it:
If I export ARM template from DataFactory Studio, it looks like this:
{
"name": "[parameters('factoryName')]",
"type": "Microsoft.DataFactory/factories",
"apiVersion": "2018-06-01",
"properties": {
"globalConfigurations": {
"PipelineBillingEnabled": "[parameters('dataFactory_properties_globalConfigurations_PipelineBillingEnabled')]"
}
},
Resource Type
Microsoft.DataFactory/factories
Api Version
2018-06-01
Issue Type
Missing property(s)
Other Notes
Property confirmed from live resource in the Azure portal:
Bicep Repro
Confirm