Skip to content

Okta.PowerShell v1.0.0

Compare
Choose a tag to compare
@laura-rodriguez laura-rodriguez released this 09 Feb 15:18
· 51 commits to main since this release
41ac3ac

What's Changed

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