AnyOf/ AllOf script block depreciation #2534
Labels
breaking-change
Changes that affect existing functionality
deprecation
Clean up deprecated functionality
Milestone
Use of the
AnyOf
script block keywords doesn't fail fast. All instructions are executed which can lead to unexpected executions when they do not OR.Also, script block keywords are duplicated with
$Assert
methods, which provide more flexibility and closer alignment with YAML/ JSON syntax.The text was updated successfully, but these errors were encountered: