Closed jdhitsolutions closed 3 years ago
The documentation and error messages indicate that a metadata key can be a datetime value. But both Set-Secret and Set-SecretInfo fail.
Set-Secret
Set-SecretInfo
If I make the datetime a string, it works.
Or should we assume that all metadata values are strings?
SecretStore code needs to be updated to handle DateTime wrapped in PSObject.
Fixed in v1.0.2 release.
The documentation and error messages indicate that a metadata key can be a datetime value. But both
Set-Secret
andSet-SecretInfo
fail.If I make the datetime a string, it works.
Or should we assume that all metadata values are strings?