Closed jonathancisneros closed 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shawnxzq, @lmy269.
Author: | jonathancisneros |
---|---|
Assignees: | - |
Labels: | `Data Factory`, `Service Attention`, `customer-reported`, `question` |
Milestone: | - |
@jonathancisneros please upgrade to the latest version of Az & Az.DataFactory module and try again, thx!
@shawnxzq I updated to latest version (5.7.0) and now it is working as expected. Thank you!
Description
My script using Set-AzDataFactoryV2LinkedService works fine to create any linked service, except when type is AzureDatabricksDeltaLake. The cmdlet runs successfully, but the linked service in the target factory is invalid and does not match with the definition.
Steps to reproduce
Create a JSON file with the following linked service definition (or extract it from any existing Delta Lake linked service):
In the UI of the target factory, the linked service is created but it shows a "Could not load resource 'xxx'. Please ensure no mistakes in the JSON and that referenced resources exist.". Inspecting the JSON definition of the linked service created by the cmdlet, it uses type "LinkedService" instead of the original "AzureDatabricksDeltaLake".
Then run the following cmdlet:
Environment data
Module versions
Debug output