[redisenterprise] Add AAZ command model for 2026-06-01-preview - #1070
Open
Kanchan Joshi (koderjoker) wants to merge 2 commits into
Open
[redisenterprise] Add AAZ command model for 2026-06-01-preview#1070Kanchan Joshi (koderjoker) wants to merge 2 commits into
Kanchan Joshi (koderjoker) wants to merge 2 commits into
Conversation
…point) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Regenerate the redisenterprise command model against API 2026-06-01-preview: migration validate now sends an ARM-correct flat body (server envelope fix), plus the operationsStatus/resource definitions for the new API version. 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.
Description
Regenerates the
redisenterpriseAAZ command model against REST API 2026-06-01-preview.What changed
Commands/redisenterprise/**command models to2026-06-01-preview(cluster, database, access-policy-assignment, and themigrationgroup:start,validate,undo,list,show,wait).Resources/mgmt-plane/**/2026-06-01-preview.{json,xml,md}definitions for the new API version, including thelocations/operationsStatusresource used by the LRO pollers.Why
2026-06-01-previewfixes the migration validate action so its request body is ARM-correct (a flat body with no server-sidepropertiesenvelope requirement). This corrects the generated clients' 400InvalidRequestBodybehavior seen on prior previews.Scope
All changes are confined to
Commands/redisenterprise/**and themicrosoft.cache/redisenterprise(+locations/operationsStatus) resources underResources/mgmt-plane/**.Downstream
Backs the companion Azure CLI extension PR (
Azure/azure-cli-extensions, branchredisenterprise-2026-06-preview), which retargets the extension to this API version and fixes themigration undoLRO handling.Verification
aaz-dev command-model verify -t redisenterprise: models are consistent.