Closed pim-simons closed 1 year ago
The PowerShell API hasn't changed, just the supported versions. You'll likely just need to update your schemas. There's a tool for that: AlterSchema.
The PowerShell API hasn't changed, just the supported versions. You'll likely just need to update your schemas. There's a tool for that: AlterSchema.
Apologies, I didn't mean to add you to this issue, copy-paste mishap... Many thanks for the AlterSchema tool, seems like this should be an easy fix! 👍🏻
No worries. I like keeping tabs on these things. 🙂
Describe the bug
Test-Json
has been updated in Powershell 7.4.0, see https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.4.To Reproduce Run the integration tests.
Expected behavior No error, we need to look into the new way of using Test-Json.