## Changes
Updated 5 workflow/parameter files in `StandardLogicApp/`:
| File | Change |
|---|---|
| `GroupTests_Workflow.json` | Updated (actions: 6 → 9) |
| `Orchestrator_Parameters.json` | Updated |
| `Orchestrator_Workflow.json` | Updated |
| `SCIMTests_Workflow.json` | Updated |
| `UserTests_Workflow.json` | Updated |
| `VERSION` | Bumped 6.0 → 7.0 |
### Notes
- `Initialization_Workflow.json` was byte-identical to upstream — skipped.
- CRLF line endings normalized to LF in `GroupTests_Workflow.json` and `UserTests_Workflow.json`.
- VERSION file encoding fixed from CRLF to LF.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary
Updates the Standard Logic App SCIM validation workflow templates:
• GroupTests_Workflow.json — Added 3 new test actions (6 → 9 total), expanding group validation coverage.
• Orchestrator_Parameters.json — Updated parameter definitions.
• Orchestrator_Workflow.json — Updated orchestration logic to support new tests.
• SCIMTests_Workflow.json — Significant updates to SCIM test actions (expanded validation logic).
• UserTests_Workflow.json — Updated user test workflow.
• VERSION — Bumped from 6.0 to 7.0.