Closed gabrielweyer closed 1 year ago
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: | gabrielweyer |
---|---|
Assignees: | - |
Labels: | `inaccuracy`, `Needs: Triage :mag:`, `Service Attention`, `Data Factory` |
Milestone: | - |
Closing this as isolationLevel
is present on SqlSource
, and this is what I should have been using instead of SqlServerSource
. The API specs are correct, and so is the Bicep definition.
Resource Type
Microsoft.DataFactory/factories/pipelines
Api Version
2018-06-01
Issue Type
Type is unavailable
Other Notes
According to Bicep version
0.17.1
the propertyisolationLevel
is not valid:According to the documentation, it's a valid property:
The Bicep file included below does set the
isolationLevel
property:I think this is an API specs issue and I raised https://github.com/Azure/azure-rest-api-specs/issues/23857 in the API specs repo.
Bicep Repro
Confirm