[MCC] Add 2026-06-01 command models for enterprise MCC - #1079
Merged
Conversation
Adds the 2026-06-01 models for the Microsoft.ConnectedCache enterprise resources and cache nodes, including command examples. Submitted alongside the azure-cli-extensions PR that generates from them. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50dadd04-01f2-4767-883b-69a9a6f8a20d
Merged
3 tasks
Ethan Yang (necusjz)
approved these changes
Sep 3, 2026
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.
please provide the link to the corresponding pull request in Azure/azure-cli or Azure/azure-cli-extensions:
Azure/azure-cli-extensions#10290
Summary
Adds the
2026-06-01command models for theMicrosoft.ConnectedCacheenterpriseresources and cache nodes, exported from the workspace editor. These are the models
the linked
azure-cli-extensionsPR generates from.Resources
Six enterprise resources, all at
2026-06-01:/enterprisemcccustomers(subscription)mcc ent resource list/resourcegroups/{}/.../enterprisemcccustomersmcc ent resource list.../enterprisemcccustomers/{}mcc ent resource create,delete,show,update,wait.../enterprisemcccachenodesmcc ent node list.../enterprisemcccachenodes/{}mcc ent node create,delete,show,update,wait.../getcachenodeinstalldetailsmcc ent node get-deployment-detailsThe two
enterprisemcccustomerslist URLs are merged into a singlemcc ent resource list, matching the existing2024-11-30-previewmodels.Modifications were inherited from the
2024-11-30-previewmodels, so command names,argument options and help text carry forward. Update commands remain
Generic (GET+PUT).
Examples
Command examples were added for all nine registered commands. The
mccextensionpreviously carried its examples only in the generated Python, so they were lost the
first time the commands were regenerated. Holding them in the command model means
they now survive regeneration.
mcc ent node updatehas four examples because the2026-06-01update rings havemutually exclusive scheduling rules:
Stabletakes a customer supplied schedule,Betais managed by Microsoft, so one combined example is not possible.Verification
aaz-dev command-model verifypasses, both scoped tomccand across the whole repo.Branch is based on the current
main.