Closed
Conversation
* add 2026-02-01-preview API, MaxConcurrency add tsp compile Copy files from preview/2025-04-01-preview Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. Update version to preview/2025-10-01-preview Updated the API version from preview/2025-04-01-preview to preview/2025-10-01-preview. fix copy fix compile add max concurrency changes to updaterun (#37013) * add max concurrency changes to updaterun * run formatting * revise docs, add limit consts * flatten data model, remove default stage values * fix format, regen .json --------- Co-authored-by: frantran <ftran@microsoft.com> rebase 2025-08-01-preview onto 2025-10-01-preview (#37264) * add max concurrency changes to updaterun * run formatting * revise docs, add limit consts * flatten data model, remove default stage values * fix format, regen .json * Rebase on top of 2025-04-01-preview (#36403) Signed-off-by: Nont <nont@duck.com> Co-authored-by: Nont <nont@duck.com> * regenerate tsp compile fleets json --------- Signed-off-by: Nont <nont@duck.com> Co-authored-by: frantran <ftran@microsoft.com> Co-authored-by: Nont <9658731+nwnt@users.noreply.github.com> Co-authored-by: Nont <nont@duck.com> update comments (#37930) Co-authored-by: frantran <ftran@microsoft.com> Port ns portal fqdn (#37948) * Add portalFqdn to v2025_08_01_preview Signed-off-by: Nont <nont@duck.com> * Fix lint Signed-off-by: Nont <nont@duck.com> * Fix description Signed-off-by: Nont <nont@duck.com> * Port portal fqdn to fleet 2025-10-01-preview --------- Signed-off-by: Nont <nont@duck.com> Co-authored-by: Nont <nont@duck.com> remove all trace of 08-01-preview update readme.md run pretty add more pretty run pretty remove examples run tsp compile * copy examples to 2026-02-01-preview from 2025-08-01-preview * add MaxConcurrency to Strategy and Run examples? * remove duplicate example files. update existing examples if possible * fix yaml * copy examples to root example folder * fix readme input file * fix readme config, fill example duplicate files, regen fleets.json * run prettier --------- Co-authored-by: frantran <ftran@microsoft.com>
Next Steps to MergeNext steps that must be taken to merge this PR:
Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the 2026-02-01-preview API version for the Microsoft.ContainerService/fleet (Fleet Manager) ARM surface, including new update-strategy concurrency controls and corresponding examples/config updates.
Changes:
- Introduces
maxConcurrencyfor update stages and groups in the update strategy model (string with count/percent pattern) and exposes resolved numericmaxConcurrencyin status models. - Adds the 2026-02-01-preview version to the TypeSpec
Versionsenum and updatesreadme.mdto use the new tag + suppressions. - Adds a full set of 2026-02-01-preview example payloads under both
preview/.../examplesandexamples/....
Reviewed changes
Copilot reviewed 80 out of 81 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/run.tsp | Adds resolved maxConcurrency to UpdateStageStatus/UpdateGroupStatus. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/common.tsp | Adds strategy-level maxConcurrency fields (stage/group) with validation pattern and docs. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md | Sets default tag to package-2026-02-01-preview and adds tag block + suppressions. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/main.tsp | Adds v2026_02_01_preview to version enum. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateStrategies_ListByFleet.json | New 2026-02-01-preview REST example for listing update strategies. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateStrategies_Get.json | New 2026-02-01-preview REST example for getting an update strategy. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateStrategies_Delete.json | New 2026-02-01-preview REST example for deleting an update strategy. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateStrategies_CreateOrUpdate.json | New 2026-02-01-preview REST example for creating/updating an update strategy. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Stop.json | New 2026-02-01-preview REST example for stopping an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Start.json | New 2026-02-01-preview REST example for starting an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Skip.json | New 2026-02-01-preview REST example for skipping parts of an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_ListByFleet.json | New 2026-02-01-preview REST example for listing update runs. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Get.json | New 2026-02-01-preview REST example for getting an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Delete.json | New 2026-02-01-preview REST example for deleting an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_CreateOrUpdate.json | New 2026-02-01-preview REST example for creating/updating an update run. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Operations_List.json | New 2026-02-01-preview REST example for provider operations list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Gates_Update.json | New 2026-02-01-preview REST example for updating a gate. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Gates_ListByFleet.json | New 2026-02-01-preview REST example for listing gates. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Gates_Get.json | New 2026-02-01-preview REST example for getting a gate. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_Update.json | New 2026-02-01-preview REST example for updating a fleet. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_PatchTags.json | New 2026-02-01-preview REST example for patching fleet tags. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_ListCredentialsResult.json | New 2026-02-01-preview REST example for listing fleet credentials. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_ListBySub.json | New 2026-02-01-preview REST example for listing fleets by subscription. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_ListByResourceGroup.json | New 2026-02-01-preview REST example for listing fleets by resource group. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_Get.json | New 2026-02-01-preview REST example for getting a fleet. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_Delete.json | New 2026-02-01-preview REST example for deleting a fleet. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/Fleets_CreateOrUpdate.json | New 2026-02-01-preview REST example for creating/updating a fleet. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetMembers_Update.json | New 2026-02-01-preview REST example for updating a fleet member. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetMembers_ListByFleet.json | New 2026-02-01-preview REST example for listing fleet members. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetMembers_Get.json | New 2026-02-01-preview REST example for getting a fleet member. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetMembers_Delete.json | New 2026-02-01-preview REST example for deleting a fleet member. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetMembers_Create.json | New 2026-02-01-preview REST example for creating a fleet member. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetManagedNamespaces_Update.json | New 2026-02-01-preview REST example for updating a managed namespace. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetManagedNamespaces_ListByFleet.json | New 2026-02-01-preview REST example for listing managed namespaces. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetManagedNamespaces_Get.json | New 2026-02-01-preview REST example for getting a managed namespace. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetManagedNamespaces_Delete.json | New 2026-02-01-preview REST example for deleting a managed namespace. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/FleetManagedNamespaces_CreateOrUpdate.json | New 2026-02-01-preview REST example for creating/updating a managed namespace. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/AutoUpgradeProfiles_ListByFleet.json | New 2026-02-01-preview REST example for listing auto-upgrade profiles. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/AutoUpgradeProfiles_Get.json | New 2026-02-01-preview REST example for getting an auto-upgrade profile. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/AutoUpgradeProfiles_Delete.json | New 2026-02-01-preview REST example for deleting an auto-upgrade profile. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/AutoUpgradeProfiles_CreateOrUpdate.json | New 2026-02-01-preview REST example for creating/updating an auto-upgrade profile. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/AutoUpgradeProfileOperations_GenerateUpdateRun.json | New 2026-02-01-preview REST example for generating an update run from an auto-upgrade profile. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateStrategies_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview update-strategy list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateStrategies_Get.json | Duplicated public examples tree for 2026-02-01-preview update-strategy get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateStrategies_Delete.json | Duplicated public examples tree for 2026-02-01-preview update-strategy delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateStrategies_CreateOrUpdate.json | Duplicated public examples tree for 2026-02-01-preview update-strategy create/update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Stop.json | Duplicated public examples tree for 2026-02-01-preview update-run stop. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Start.json | Duplicated public examples tree for 2026-02-01-preview update-run start. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Skip.json | Duplicated public examples tree for 2026-02-01-preview update-run skip. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview update-run list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Get.json | Duplicated public examples tree for 2026-02-01-preview update-run get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Delete.json | Duplicated public examples tree for 2026-02-01-preview update-run delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_CreateOrUpdate.json | Duplicated public examples tree for 2026-02-01-preview update-run create/update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Operations_List.json | Duplicated public examples tree for 2026-02-01-preview operations list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Gates_Update.json | Duplicated public examples tree for 2026-02-01-preview gate update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Gates_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview gate list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Gates_Get.json | Duplicated public examples tree for 2026-02-01-preview gate get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_Update.json | Duplicated public examples tree for 2026-02-01-preview fleet update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_PatchTags.json | Duplicated public examples tree for 2026-02-01-preview fleet tag patch. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_ListCredentialsResult.json | Duplicated public examples tree for 2026-02-01-preview fleet credentials list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_ListBySub.json | Duplicated public examples tree for 2026-02-01-preview fleet list by subscription. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_ListByResourceGroup.json | Duplicated public examples tree for 2026-02-01-preview fleet list by RG. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_Get.json | Duplicated public examples tree for 2026-02-01-preview fleet get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_Delete.json | Duplicated public examples tree for 2026-02-01-preview fleet delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/Fleets_CreateOrUpdate.json | Duplicated public examples tree for 2026-02-01-preview fleet create/update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetMembers_Update.json | Duplicated public examples tree for 2026-02-01-preview fleet member update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetMembers_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview fleet member list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetMembers_Get.json | Duplicated public examples tree for 2026-02-01-preview fleet member get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetMembers_Delete.json | Duplicated public examples tree for 2026-02-01-preview fleet member delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetMembers_Create.json | Duplicated public examples tree for 2026-02-01-preview fleet member create. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetManagedNamespaces_Update.json | Duplicated public examples tree for 2026-02-01-preview managed namespace update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetManagedNamespaces_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview managed namespace list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetManagedNamespaces_Get.json | Duplicated public examples tree for 2026-02-01-preview managed namespace get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetManagedNamespaces_Delete.json | Duplicated public examples tree for 2026-02-01-preview managed namespace delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/FleetManagedNamespaces_CreateOrUpdate.json | Duplicated public examples tree for 2026-02-01-preview managed namespace create/update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/AutoUpgradeProfiles_ListByFleet.json | Duplicated public examples tree for 2026-02-01-preview auto-upgrade profile list. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/AutoUpgradeProfiles_Get.json | Duplicated public examples tree for 2026-02-01-preview auto-upgrade profile get. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/AutoUpgradeProfiles_Delete.json | Duplicated public examples tree for 2026-02-01-preview auto-upgrade profile delete. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/AutoUpgradeProfiles_CreateOrUpdate.json | Duplicated public examples tree for 2026-02-01-preview auto-upgrade profile create/update. |
| specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/AutoUpgradeProfileOperations_GenerateUpdateRun.json | Duplicated public examples tree for 2026-02-01-preview generate update run. |
specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/run.tsp
Show resolved
Hide resolved
...er/Microsoft.ContainerService/fleet/preview/2026-02-01-preview/examples/UpdateRuns_Stop.json
Show resolved
Hide resolved
...ce-manager/Microsoft.ContainerService/fleet/examples/2026-02-01-preview/UpdateRuns_Stop.json
Show resolved
Hide resolved
sandipsh
reviewed
Mar 2, 2026
...ication/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/common.tsp
Show resolved
Hide resolved
sandipsh
reviewed
Mar 2, 2026
...ication/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/common.tsp
Show resolved
Hide resolved
sandipsh
reviewed
Mar 2, 2026
specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/run.tsp
Show resolved
Hide resolved
Member
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
Member
|
@frantran update the branch from main to retrigger the checks as i see the signoff label gets removed |
9 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.
ARM (Control Plane) API Specification Update Pull Request
Tip
Overwhelmed by all this guidance? See the
Getting helpsection at the bottom of this PR description.PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Additional information
Viewing API changes
For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the
Generated ApiViewcomment added to this PR. You can use ApiView to show API versions diff.Suppressing failures
If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.
Getting help
Purpose of this PRandDue diligence checklist.write accessper aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext Steps to Mergecomment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.and https://aka.ms/ci-fix.
queuedstate, please add a comment with contents/azp run.This should result in a new comment denoting a
PR validation pipelinehas started and the checks should be updated after few minutes.