Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get-CiresonPortalAPIToken credential object (#379) creating a PS Credential object and/or using ConvertTo-SecureString is not necessary to make the API call to retrieve a token * empty catch + parameter typo (#378) there are portions of the connector that define try/catch blocks but don't log any event. While updating these occurrences, also discovered a bug wherein the Assigned User of a Closed Incident cannot correctly trigger a reactivation which would result in a New and Related Work Item. * Azure Cloud Instance, string vs. enum (#382) the enum value should not be contained in quotes as this returns a string instead of the enum object * inline notes (#383) updating inline notes for the connector * removing trailing whitespace (#384) updating preference in local VSCode to remove trailing whitespace on save
- Loading branch information