[New Module] Add chaos command models (Microsoft.Chaos 2026-05-01-preview)#1034
Open
kekivelez wants to merge 1 commit into
Conversation
…view) Add the Microsoft.Chaos resource provider command models for Azure Chaos Studio (Chaos Studio v2) under Commands/chaos/ and Resources/mgmt-plane/, generated with aaz-dev against Azure/azure-rest-api-specs@f228b86 (swagger tag package-2026-05-01-preview) and the chaos customization driver (command renames, examples, group help, preview labeling, V1 surface exclusion). Command surface (V2 only): workspace (incl. identity, discovered-resource, refresh-recommendation), scenario, scenario config, scenario run. V1 experiment/target/target-type/action/private-access surfaces are intentionally excluded (deprecated in a later API version). This is the upstream half of a coordinated submission with the companion Azure/azure-cli-extensions chaos extension PR; the generated extension is byte-identical to that repo's reviewed azext_chaos/aaz/ tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 tasks
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.
Summary
Initial submission of the Microsoft.Chaos command models for Azure Chaos Studio (Chaos Studio v2 surface), generated from the 2026-05-01-preview API. This is the first contribution of the chaos module to Azure/aaz and is the upstream prerequisite for the companion Azure/azure-cli-extensions chaos extension (its CI runs aaz-dev command-model verify against Azure/aaz:main).
Adds/updates the
Microsoft.Chaosresource provider command models for AzureChaos Studio under
Commands/chaos/andResources/mgmt-plane/. This is theupstream half of a coordinated submission with the companion
Azure/azure-cli-extensionsPR which carries thesrc/chaos/extensiontree.
API surface
Microsoft.Chaos2026-05-01-previewf228b86package-2026-05-01-previewlifecycle (create/show/list/update/delete/refresh-recommendation/identity),
discovered-resource (show/list), scenario lifecycle
(create/show/list/update/delete), scenario configuration lifecycle
(create/show/list/update/delete/execute/validate/fix-permissions), scenario
run (show/list/cancel).
Validation
aaz-dev command-model verify --aaz-path .passes locally.