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.
Add-DatabricksMemberToGroup uses Invoke-RestMethod with the -OutFile parameter but $OutFile isn't set, so the cmdlet fails with Cannot validate argument on parameter 'OutFile'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
Workaround is to set $OutFile before calling the cmdlet i.e. $OutFile = 'databrickscfg'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add-DatabricksMemberToGroup
usesInvoke-RestMethod
with the-OutFile
parameter but$OutFile
isn't set, so the cmdlet fails withCannot validate argument on parameter 'OutFile'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
Workaround is to set
$OutFile
before calling the cmdlet i.e.$OutFile = 'databrickscfg'
The text was updated successfully, but these errors were encountered: