Commit Graph

54 Commits

Author SHA1 Message Date
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
dmilov 62f14b6b1b
Remove install instructions from an internal PS repository (#10)
*  Addresses issue #1 removing the Install Instructions from the README.md. Once the initial release is published on the PowerShell Gallery the README.md will be updated with the install from PowerShell Gallery guide.
 *  Fixes minor typos in the README.md


Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-09 10:09:01 +03:00
Dimitar Milov b2afcf89bd Initial commit 2021-04-07 09:40:42 -07:00