You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
I'm getting the following error message when trying to create a cluster from our CD pipeline using the module.
New-DatabricksCluster: /data01/Agent01/_work/681/s/scripts/create_dbr_cluster_SPN.ps1:101
Line |
101 | … ClusterId = New-DatabricksCluster -ClusterName $ClusterName -SparkVer …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The term 'ConvertPSObjectToHashtable' is not recognized as a
| name of a cmdlet, function, script file, or executable
| program. Check the spelling of the name, or if a path was
| included, verify that the path is correct and try again. `
The text was updated successfully, but these errors were encountered:
I'm getting the following error message when trying to create a cluster from our CD pipeline using the module.
New-DatabricksCluster: /data01/Agent01/_work/681/s/scripts/create_dbr_cluster_SPN.ps1:101 Line | 101 | … ClusterId = New-DatabricksCluster -ClusterName $ClusterName -SparkVer … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | The term 'ConvertPSObjectToHashtable' is not recognized as a | name of a cmdlet, function, script file, or executable | program. Check the spelling of the name, or if a path was | included, verify that the path is correct and try again. `
Close
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting the following error message when trying to create a cluster from our CD pipeline using the module.
New-DatabricksCluster:
/data01/Agent01/_work/681/s/scripts/create_dbr_cluster_SPN.ps1:101Line |
101 | … ClusterId = New-DatabricksCluster -ClusterName $ClusterName -SparkVer …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The term 'ConvertPSObjectToHashtable' is not recognized as a
| name of a cmdlet, function, script file, or executable
| program. Check the spelling of the name, or if a path was
| included, verify that the path is correct and try again. `
The text was updated successfully, but these errors were encountered: