Skip to content

[AutoPR @azure-arm-servicefabricmanagedclusters]-generated-from-SDK Generation - JS-5919238#37356

Merged
iliu816 merged 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/@azure-arm-servicefabricmanagedclusters-5919238
Feb 27, 2026
Merged

[AutoPR @azure-arm-servicefabricmanagedclusters]-generated-from-SDK Generation - JS-5919238#37356
iliu816 merged 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/@azure-arm-servicefabricmanagedclusters-5919238

Conversation

@azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Feb 24, 2026

Configurations: 'specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml', API Version: 2026-02-01, SDK Release Type: stable, and CommitSHA: '57a2504930224552a409d9435d523e631a6c93e2' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5919238 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://web.powerapps.com/apps/821ab569-ae60-420d-8264-d7b5d5ef734c?release-plan-id=2c8e6891-a411-f111-8406-000d3a5a7db7 Submitted by: iliu@microsoft.com

Release Plan Details

…manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml', API Version: 2026-02-01, SDK Release Type: stable, and CommitSHA: '57a2504930224552a409d9435d523e631a6c93e2' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5919238 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Feb 24, 2026
@iliu816 iliu816 marked this pull request as ready for review February 24, 2026 19:30
@iliu816 iliu816 requested a review from qiaozha as a code owner February 24, 2026 19:30
Copilot AI review requested due to automatic review settings February 24, 2026 19:30
Copy link
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

This PR updates the Azure Service Fabric Managed Clusters SDK from version 1.0.0-beta.6 to 1.0.0, transitioning from API version 2025-10-01-preview to 2026-02-01 (stable). The changes are auto-generated from TypeSpec specifications and include removal of preview fault simulation features, improvements to API version handling, URL normalization enhancements, and various helper utilities.

Changes:

  • Removed fault simulation preview features from both ManagedClusters and NodeTypes operations
  • Made apiVersion optional with fallback to "2026-02-01" throughout operation files
  • Added URL normalization for unreserved characters and API version injection for pagination/polling
  • Updated constructor to support optional subscriptionId parameter
  • Updated samples to reflect API version change and removed fault simulation examples

Reviewed changes

Copilot reviewed 244 out of 247 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsp-location.yaml Updated commit hash for spec generation source
urlTemplate.ts Added URL normalization for unreserved characters (RFC 3986 compliance)
check-prop-undefined.ts New helper to check if all properties are undefined
pollingHelpers.ts Added API version parameter to polling options and URL injection logic
pagingHelpers.ts Added API version and nextLinkMethod parameters for pagination
serviceFabricManagedClustersManagementClient.ts Added constructor overloads to make subscriptionId optional
serviceFabricManagedClustersManagementContext.ts Made apiVersion optional, removed custom API version policy
services/operations.ts Applied apiVersion fallback pattern, removed status code 201 from delete
models/index.ts, index.ts Removed fault simulation model exports
classic/*/index.ts Removed fault simulation operations from client interfaces
api/*/operations.ts Applied apiVersion ?? "2026-02-01" fallback pattern consistently
api/*/options.ts Removed fault simulation operation parameter types
samples/* Updated API version references, removed fault simulation samples, formatting changes
package.json Version bump from 1.0.0-beta.6 to 1.0.0
metadata.json Updated API version and emitter version, removed fault simulation mappings
README.md Updated API reference URL to remove preview tag
review/*.api.md Removed fault simulation APIs, made apiVersion optional

@kazrael2119 kazrael2119 added the Self-Service Release PR for self-service release label Feb 25, 2026
@kazrael2119
Copy link
Member

ci failure is because you need to run the test and push the test recordings
see this guide

but testing is not a self service blocker, feel free to run the test according to above guide or skip the test by using describe.skip in https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/test/public/servicefabricmanagedclusters_operations_test.spec.ts#L19

@iliu816 iliu816 enabled auto-merge (squash) February 27, 2026 01:11
@kazrael2119
Copy link
Member

LGTM
cc @qiaozha

@iliu816 iliu816 merged commit aad81eb into Azure:main Feb 27, 2026
14 checks passed
amber-yujueWang pushed a commit to amber-yujueWang/azure-sdk-for-js that referenced this pull request Feb 27, 2026
…eneration - JS-5919238 (Azure#37356)

Configurations:
'specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml',
API Version: 2026-02-01, SDK Release Type: stable, and CommitSHA:
'57a2504930224552a409d9435d523e631a6c93e2' in SpecRepo:
'https://github.com/Azure/azure-rest-api-specs' Pipeline run:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5919238
Refer to
https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites
to prepare for SDK release. **Release plan link:**
[https://web.powerapps.com/apps/821ab569-ae60-420d-8264-d7b5d5ef734c?release-plan-id=2c8e6891-a411-f111-8406-000d3a5a7db7](https://web.powerapps.com/apps/821ab569-ae60-420d-8264-d7b5d5ef734c?release-plan-id=2c8e6891-a411-f111-8406-000d3a5a7db7)
**Submitted by**: iliu@microsoft.com
## Release Plan Details
- Release Plan:
https://aka.ms/sdk-release-planner?release-plan-id=2c8e6891-a411-f111-8406-000d3a5a7db7
Spec pull request:
Azure/azure-rest-api-specs#39563
Spec API version: 2026-02-01

---------

Co-authored-by: Ivy Liu <iliu@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library. Self-Service Release PR for self-service release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants