Skip to content

Add Fleet 2026-02-01-preview API#39502

Closed
frantran wants to merge 1 commit intomainfrom
release-aks-fleet-2026-02-01-preview
Closed

Add Fleet 2026-02-01-preview API#39502
frantran wants to merge 1 commit intomainfrom
release-aks-fleet-2026-02-01-preview

Conversation

@frantran
Copy link
Copy Markdown
Member

@frantran frantran commented Jan 7, 2026

ARM (Control Plane) API Specification Update Pull Request

Tip

Overwhelmed by all this guidance? See the Getting help section 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.

spec_pr_review_workflow_diagram

Purpose of this PR

What's the purpose of this PR? Check the specific option that applies. This is mandatory!

  • New resource provider.
  • New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to OpenAPI specs PR creation guidance).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix OpenAPI spec quality issues in S360.
  • Convert existing OpenAPI spec to TypeSpec spec (do not combine this with implementing changes for a new API version).
  • Other, please clarify:
    • edit this with your clarification

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:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    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.
  • A release plan has been created. If not, please create one as it will help guide you through the REST API and SDK creation process.

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 ApiView comment 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

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • If you don't have permissions to remove or add labels to the PR, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • For help with ARM review (PR workflow diagram Step 2), see https://aka.ms/azsdk/pr-arm-review.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.
  • For guidance on SDK breaking change review, refer to https://aka.ms/ci-fix.

* 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>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 7, 2026

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR is in purview of the ARM review (label: ARMReview). This PR must get ARMSignedOff label from an ARM reviewer.
    This PR has ARMChangesRequested label. Please address or respond to feedback from the ARM API reviewer.
    When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
    Automation should then add WaitForARMFeedback label.
    ❗If you don't have permissions to remove the label, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories.
    For details of the ARM review, see aka.ms/azsdk/pr-arm-review


Comment generated by summarize-checks workflow run.

@github-actions github-actions bot added ARMReview new-api-version resource-manager TypeSpec Authored with TypeSpec WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required ARMAutoSignedOff ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 7, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
TypeSpec Microsoft.ContainerService
Swagger Microsoft.ContainerService-fleet
Go sdk/resourcemanager/containerservicefleet/armcontainerservicefleet
JavaScript @azure/arm-containerservicefleet
Java com.azure.resourcemanager:azure-resourcemanager-containerservicefleet
Python azure-mgmt-containerservicefleet

@frantran frantran added PublishToCustomers Acknowledgement the changes will be published to Azure customers. DoNotMerge <valid label in PR review process> use to hold merge after approval labels Jan 7, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added no-recent-activity There has been no recent activity on this issue. and removed no-recent-activity There has been no recent activity on this issue. labels Jan 26, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the no-recent-activity There has been no recent activity on this issue. label Mar 2, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 2, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot removed the no-recent-activity There has been no recent activity on this issue. label Mar 2, 2026
@sandipsh sandipsh requested a review from Copilot March 2, 2026 22:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 maxConcurrency for update stages and groups in the update strategy model (string with count/percent pattern) and exposes resolved numeric maxConcurrency in status models.
  • Adds the 2026-02-01-preview version to the TypeSpec Versions enum and updates readme.md to use the new tag + suppressions.
  • Adds a full set of 2026-02-01-preview example payloads under both preview/.../examples and examples/....

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.

@sandipsh sandipsh added ARMChangesRequested and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 2, 2026
@github-actions github-actions bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 3, 2026
@serbrech
Copy link
Copy Markdown
Member

serbrech commented Mar 3, 2026

/azp run

@azure-pipelines
Copy link
Copy Markdown

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.

@sandipsh sandipsh added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 4, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 4, 2026
@frantran frantran added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 4, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 4, 2026
@psah434 psah434 added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 4, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 4, 2026
@psah434 psah434 added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 5, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 5, 2026
@razvanbadea-msft
Copy link
Copy Markdown
Member

@frantran update the branch from main to retrigger the checks as i see the signoff label gets removed

@github-actions github-actions bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 10, 2026
@frantran frantran added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed ARMChangesRequested labels Mar 17, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Mar 17, 2026
@github-actions github-actions bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 17, 2026
@frantran frantran closed this Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMAutoSignedOff ARMChangesRequested ARMReview Container Service DoNotMerge <valid label in PR review process> use to hold merge after approval new-api-version PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants