[ResilienceManagement] Onboard read-only get commands (namespace: resilience)#2948
Draft
LavishSingal wants to merge 6 commits into
Draft
[ResilienceManagement] Onboard read-only get commands (namespace: resilience)#2948LavishSingal wants to merge 6 commits into
LavishSingal wants to merge 6 commits into
Conversation
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.
What does this PR do?
Onboards the new Azure Resilience Management toolset (
Azure.Mcp.Tools.ResilienceManagement, command namespaceresilience) as a new Azure MCP toolset.This is PR 1 of the rollout plan in #2894 — the read-only surface across all command groups (all
getcommands). It establishes the toolset plumbing end-to-end (IAreaSetup,BaseAzureResourceService, non-standardserviceGrouppath-parameter handling, pagination, parameter shapes, telemetry, and test scaffolding) with zero blast radius. Authoring (create-or-update) and lifecycle/action commands follow in PR 2 and PR 3 respectively.All commands are read-only (
ReadOnly = true,Destructive = false,Idempotent = true). Eachgetcommand returns details for a named resource, or lists resources (id + name only) when the name is omitted.Commands added:
resilience goal template get(GoalTemplates_List/GoalTemplates_Get)resilience goal assignment get(GoalAssignments_List/GoalAssignments_Get)resilience goal resource get(GoalResources_List/GoalResources_Get)resilience usageplan get(UsagePlans_ListBySubscription/UsagePlans_ListByResourceGroup/UsagePlans_Get)resilience usageplan enrollment get(Enrollments_List/Enrollments_Get)resilience drill get(Drills_List/Drills_Get)resilience drill resource get(DrillResources_List/DrillResources_Get)resilience drill run get(DrillRuns_List/DrillRuns_Get)resilience drill run resource get(DrillRunResources_List/DrillRunResources_Get)resilience recovery plan get(RecoveryPlans_List/RecoveryPlans_Get)resilience recovery plan resource get(RecoveryResources_List/RecoveryResources_Get)resilience recovery job get(RecoveryJobs_List/RecoveryJobs_Get)resilience recovery job resource get(RecoveryJobResources_List/RecoveryJobResources_Get)GitHub issue number?
Part of #2894
Pre-merge Checklist
servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationREADME.mdchanges running the script./eng/scripts/Process-PackageReadMe.ps1. See Package READMEToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.jsonbreaking-changelabelservers/Azure.Mcp.Server/docs/azmcp-commands.md./eng/scripts/Update-AzCommandsMetadata.ps1to update tool metadata inazmcp-commands.md(required for CI)servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline