Okta.PowerShell v1.0.0
What's Changed
- Add schema's unit tests by @laura-rodriguez in #25
- Update user agent to follow the "okta-powershell-cli" pattern by @laura-rodriguez in #26
- Remove null values from payload by default to avoid bad request errors by @laura-rodriguez in #28
- Bug fixes and 1.0.0 GA prep by @laura-rodriguez in #27
- 1.0.0 GA Prep - Minor changes by @laura-rodriguez in #29
New Features
A new switch parameter called IncludeNullValues
has been added to all functions that indicates if the object should include null values. The IncludeNullValues
is optional, and its value is false
by default. (#28)
Bug Fixes
Fix "ApiClient fails parsing 204 responses with no content" (#27)
Notice
Attached you can find a zip file called okta-powershell-1.0.0_signed.zip
which contains all the scripts cryptographically signed. You can verify the signature by running the following command:
> Get-ChildItem ./ -File -Recurse -Include *.ps1, *.ps1xml, *.psd1, *.psm1, *.pssc, *.psrc, *.cdxml | Get-AuthenticodeSignature
Full Changelog: v1.0.0-beta...v1.0.0