In some occasions, there is only ever one operation to be run and running two commands, one to connect and another to do the actual command gets in the way. Bringing parameters of Connect-Dataverse as optional parameters to Send-DataverseOperation can improve that. This will make it easier for other functions that are (and will be) built on top of Send-DataverseOperation to continue this tradition.
In some occasions, there is only ever one operation to be run and running two commands, one to connect and another to do the actual command gets in the way. Bringing parameters of
Connect-Dataverse
as optional parameters toSend-DataverseOperation
can improve that. This will make it easier for other functions that are (and will be) built on top ofSend-DataverseOperation
to continue this tradition.