Agent support and Logic app standard version#127
Merged
himanshusainig merged 3 commits intoAzureAD:masterfrom Apr 29, 2026
Merged
Agent support and Logic app standard version#127himanshusainig merged 3 commits intoAzureAD:masterfrom
himanshusainig merged 3 commits intoAzureAD:masterfrom
Conversation
Adds new StandardLogicApp/ subfolder under Microsoft.SCIM.LogicAppValidationTemplate with workflow JSON definitions, parameters, deployment script (Deploy-LogicAppWorkflows.ps1), validation runner (ValidateLogicAppRun-Standard.ps1), agent onboarding doc, and converted setup guide for the Standard Logic App version of SCIM validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The workflow at Microsoft.SCIM.LogicAppValidationTemplate/.github/workflows/auto-bump-logicapp-version.yml was never active (GitHub Actions only picks up workflows from the repo-root .github/workflows/ directory). It also targeted the deprecated [deprecated]logicAppTemplate.json. Removing to avoid future conflicts with the new StandardLogicApp versioning workflows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds: StandardLogicApp/VERSION (3.0); .github/workflows/standardlogicapp-autobump.yml (auto-bumps VERSION on PRs touching StandardLogicApp/** if not already bumped; honors version:major|minor|patch|skip labels; loop-guarded via [skip-bump] marker; fork-PR safe with manual-bump enforcement); .github/workflows/standardlogicapp-tag.yml (creates tag scim-logicapp-template-vX.Y and a GitHub Release on merge to master when VERSION changes). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added more tests like support for schema discovery, Client Credentials grant test and fixed gaps in other tests.
moved to standard version of logic app , broken the one big workflow into a orchestrator and child workflow for easier management,
Added support for agentic way of testing.