Description
Is your feature request related to a problem? Please describe.
At my company we're using ADF to generate AzureDatabricksLinkedServices to ingest data to UnityCatalog. To do that we need to change the Access Mode to SINGLE_USER in the Databricks Job and we can't seem to add that using the SDK. There's no method to add the this information to the LinkedService.
Describe the solution you'd like
Add a new method to the AzureDatabricksLinkedServices to define the AccessMode.
Describe alternatives you've considered
Tried adding the information with AdditionalParameters but it doesnt seem to do anything. Tried to change the AzureDatabricksLinkedServices to Json and adding the information manually and then turning it back to a AzureDatabricksLinkedServices but it didn't recognize the new field.
Additional context
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Description Added
- Expected solution specified
Activity