Make Fleet tests sync + async, add ManagedNamespace test support#57267
Merged
frantran merged 8 commits intoAzure:mainfrom Apr 7, 2026
Merged
Make Fleet tests sync + async, add ManagedNamespace test support#57267frantran merged 8 commits intoAzure:mainfrom
frantran merged 8 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure ResourceManager ContainerServiceFleet SDK to expand scenario coverage and adjust long-running operation (LRO) polling behavior, in support of the Fleet API version 2025-08-01-preview and the feedback noted in the referenced PR discussion.
Changes:
- Run the Fleet CRUD scenario test suite in both “async” and “sync” fixture modes and update Fleet create payload to include
HubProfile.DnsPrefix. - Add scenario coverage for Fleet Managed Namespace CRUD operations.
- Change Fleet-specific generated LRO operation defaults around
skipApiVersionOverride, and update the assets tag.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs | Adds dual-fixture execution and extends scenario coverage with Managed Namespace CRUD operations and Fleet hub profile settings. |
| sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/src/Generated/LongRunningOperation/ContainerServiceFleetArmOperationOfT.cs | Changes default skipApiVersionOverride behavior for generic Fleet LRO polling. |
| sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/src/Generated/LongRunningOperation/ContainerServiceFleetArmOperation.cs | Changes default skipApiVersionOverride behavior for non-generic Fleet LRO polling. |
| sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/assets.json | Updates the recorded assets tag reference. |
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
...ontainerServiceFleet/src/Generated/LongRunningOperation/ContainerServiceFleetArmOperation.cs
Outdated
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
sdk/fleet/Azure.ResourceManager.ContainerServiceFleet/tests/Scenario/FleetCRUD.cs
Show resolved
Hide resolved
...ainerServiceFleet/src/Generated/LongRunningOperation/ContainerServiceFleetArmOperationOfT.cs
Outdated
Show resolved
Hide resolved
ArcturusZhang
approved these changes
Apr 7, 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.
Make Fleet tests sync + async, add ManagedNamespace test support
addresses the issues here: #56483 (comment)