Simon D'Morias
Simon D'Morias
Can you see this? https://dev.azure.com/datathirst/Databricks%20Tools/_release?view=all&_a=releases&definitionId=1 I like the sound of this. Friday was painful for everyone. I can't help but feel PS Gallery was a Dev's idea for a bit...
As bizarre as this sounds, for now I think you can just remove that parameter and it will default to all users on the Databricks side as it is a...
So if you use ```-AllUserAccess:$True``` or ```-AllUserAccess``` it works fine. The code does nothing to evaluate $true - so why lowercase doesn't work I do not know. Possibly something to...
@AlaQabaja what version of the tools and what version of PowerShell and OS are you on?
I'm unable to reproduce this issue still. I have created a Standard workspace and tested the module with the latest Windows PowerShell and PowerShell Core. Both worked as expected (the...
There is an issue with it thinking the token is expired. I'm looking into solving.
What would be the use case for this? Currently it imports all files in the folder that match a valid type: $FileType = @{".py"="PYTHON";".scala"="SCALA";".r"="R";".sql"="SQL" } If there is something else...
If the -FilePattern parameter just matches a single file then yes it will upload just the one file.
Yep (and agreed this is an issue) I've had to remove this from the latest version. Databricks are changing the API and will not commit to the final state until...
Microsoft are claiming this works now: https://docs.microsoft.com/en-us/azure/databricks/release-notes/product/2020/october#use-the-databricks-cli-or-the-databricks-api-to-create-azure-key-vault-backed-secret-scopes However it does not. I've opened a support case and been told that Create Scope only works with Bearer tokens, but Key Vault...