[Draft] Add resilience goal template create command (CI check)#2980
Draft
LavishSingal wants to merge 21 commits into
Draft
[Draft] Add resilience goal template create command (CI check)#2980LavishSingal wants to merge 21 commits into
LavishSingal wants to merge 21 commits into
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This reverts commit 2b7d416.
Adds 'azmcp resilience goal template create' to create or update a resilience goal template in a service group, with DI/JSON-context registration, unit + integration tests, docs, and a changelog entry.
Adds 'azmcp resilience usageplan create' to create a resilience usage plan in a resource group, with DI/JSON-context registration, unit tests, docs, and a changelog entry.
Adds 'azmcp resilience usageplan enrollment create' to create or update an enrollment under a resilience usage plan associated with a service group, with DI/JSON-context registration, unit tests, docs, and a changelog entry.
Adds 'azmcp resilience goal assignment create' to create or update a resilience goal assignment that assigns a goal template, with a separate goal-template-service-group argument, DI/JSON-context registration, unit tests, docs, and a changelog entry.
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.
Purpose
Draft PR — opened to exercise the CI pipeline checks (build, unit tests, spelling, tool-description validation) on the
resilience goal template creatework.This adds the
azmcp resilience goal template createcommand (create or update a resilience goal template in a service group), including:GoalTemplateCreateCommand,GoalTemplateCreateOptions)CreateGoalTemplateAsyncazmcp-commands.md,e2eTestPrompts.md) and a changelog entryStacking note
This branch is stacked on top of
user/lsingal/get-tools-resilience(PR1), which is not yet merged tomain. Until PR1 merges, the diff shown here includes PR1's changes as well as this PR's incremental work. After PR1 merges, this draft will be closed and a clean PR opened following a rebase ontomain.Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.