saldroubi

Results 13 comments of saldroubi

I just installed the v1.9.9.11 version but that switch Is missing. Here is the error I get when I run it. Set-DatabricksEnvironment -UsingAzContext -AzureResourceID $azureResourceId **Set-DatabricksEnvironment: Cannot bind positional parameters...

Hi Gerhard, Honestly, I am not sure why it was not working and I had version 1.9.9.1 installed.  I uninstalled it and re-installed and I see the parameter now.  Thank...

Thank you Gerhard, I understand the the personal Access Token (PAT). That is the one I can generate from the Databricks UI. But am confused about the username/password. Using Set-DatabricksEnvironment...

Thank you. What you suggested works. However, I noticed that if put ordered in front of the hashtable then code hangs on line 112 in file clustersAPI.ps1 as shown below....

Sorry for the delay on testing this. I still see an error generated when you pass it an ordered hash table as shown below. If you take out "[ordered]" then...

My apologies for the delay in testing this. Yes, I just tested by changing my code to use piping and it is definitely working.

This feature works. Thank you for adding it.

Sorry again for the delay in testing. Yes, I just tested this and it is working fine. I really appreciate how fast you fix these issues. Sometimes I find a...

I am using "-UsingAzContext" option which you added implemented and it is working fine for my needs. Thank you.