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
Update-MdbcData : Cannot bind parameter 'Update' to the target. Exception setting "Update": ".NET type System.Management.Automation.PSObject cannot be mapped to a BsonValue."
Am I missing something here? or is the Update-MdbcData cmdet not ready?
I'm really liking what I see so far. It's been very helpful!
The text was updated successfully, but these errors were encountered:
@mgeorgebrown89 Thank you for reporting this. Yes, there is a recent bug, the fix is coming.
Regardless, mind case sensitive names. In the examples, on adding data you are using Value =, on updating value =. In PowerShell they are the same but in Mdbc and driver they are different.
I set the data with a PSObject just fine, like so:
Then when I go to update it:
It gives me this error:
Update-MdbcData : Cannot bind parameter 'Update' to the target. Exception setting "Update": ".NET type System.Management.Automation.PSObject cannot be mapped to a BsonValue."
Am I missing something here? or is the Update-MdbcData cmdet not ready?
I'm really liking what I see so far. It's been very helpful!
The text was updated successfully, but these errors were encountered: