Skip to content

Test-Json used in Set-AzTableStorageEntities fails for Powershell 7.4.0 #416

Closed
@pim-simons

Description

@pim-simons

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.

Test-Json now uses Json.Schema.Net instead of Newtonsoft.Json.Schema. With this change, Test-Json no longer supports the older Draft 4 schemas. (#18141) (Thanks @gregsdennis!)

To Reproduce
Run the integration tests.

Expected behavior
No error, we need to look into the new way of using Test-Json.

Metadata

Metadata

Assignees

Labels

area:storageAll issues related to Azure StoragebugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions