You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Get-BetaNotificationTemplates in the PowerShell SDK, it returns additional attributes slackTemplate and teamsTemplate, which always seem to be null by the way. ConvertFrom-BetaJsonToTemplateDto does not account for these today I guess because they are not defined in the TemplateDto schemas, so the error below is thrown if you try to convert templates as they are exported out of a tenant in order to push them to another.
Thank you for reporting this @patrickboston . I have opened a PR to add an additional check in our schema validator tool which will surface any more instances of additional properties in SailPoint's APIs. This tool will fix the two properties you mentioned here, and it may find more for us to fix. Once we find and fix the missing properties, I will close out this ticket.
When using
Get-BetaNotificationTemplates
in the PowerShell SDK, it returns additional attributesslackTemplate
andteamsTemplate
, which always seem to be null by the way.ConvertFrom-BetaJsonToTemplateDto
does not account for these today I guess because they are not defined in the TemplateDto schemas, so the error below is thrown if you try to convert templates as they are exported out of a tenant in order to push them to another.#53
The text was updated successfully, but these errors were encountered: