Commit Graph

4 Commits

Author SHA1 Message Date
Dimitar Milov 401a475081 Implement wait server to start in the integrations tests BeforeAll
Fix Binary Mode HTTP Header DateTime format. It is UTC time formatted in ISO 8601 format including milliseconds.
Bump revision of the module version

Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-28 08:31:50 +03:00
dmilov d305f1642b
Renames Add-CloudEvent*Data to Set-CloudEvent*Data (#12)
* Addresses issue #9 renaming Add-CloudEvent*Data functions to Set-CloudEvent*Data. As described in the issue the Add notion is not correct for the functions functionality. Set verb notion matches the behavior of the functions.
* Increment minor version of the module. The module is not yet released but this is a backward compatibility breaking change.
* Remove module catalog file creation from build.ps1 because catalog file is needed only when module is signed. We still don't have a signing implementation for this module.
* Explicitly set `-Depth` parameter for `Set-CloudEventJsonData` function in the tests
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-13 18:41:40 +03:00
dmilov f23df54f30
Adds license headers in source code files (#11)
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-09 10:44:14 +03:00
Dimitar Milov b2afcf89bd Initial commit 2021-04-07 09:40:42 -07:00