Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Nov 10, 2025

Configurations: 'specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml', API Version: 2025-10-01-preview, SDK Release Type: beta, and CommitSHA: '833aeb9992144f6e04d99de1316a7f37a001ee94' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5554954 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=78ccef09-eb9f-f011-b41c-6045bd07ef68 Submitted by: iliu@microsoft.com

Release Plan Details

…manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml', API Version: 2025-10-01-preview, SDK Release Type: beta, and CommitSHA: '833aeb9992144f6e04d99de1316a7f37a001ee94' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5554954 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 package. label Nov 10, 2025
@iliu816 iliu816 marked this pull request as ready for review November 12, 2025 18:02
Copilot AI review requested due to automatic review settings November 12, 2025 18:02
Copilot finished reviewing on behalf of iliu816 November 12, 2025 18:04
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 API version 2025-06-01-preview to 2025-10-01-preview. The changes are auto-generated from the TypeSpec definition following an SDK generation pipeline run.

Key changes:

  • API version bump from 2025-06-01-preview to 2025-10-01-preview
  • Addition of new service operations: RestartReplica for services, FetchHealth and RestartDeployedCodePackage for applications
  • Update operations for cluster and application resources changed from synchronous to long-running operations (LRO)
  • New models added: RestartReplicaContent, RestartDeployedCodePackageContent, ApplicationFetchHealthContent, HealthFilter, RestartKind, and ApplicationUpdateParametersProperties
  • Updated documentation comments to reflect API changes
  • New sample test cases for the new operations

Reviewed Changes

Copilot reviewed 3 out of 57 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsp-location.yaml Updated commit hash reference for spec generation
Sample_*.cs (tests) Updated API version in example references from 2025-06-01-preview to 2025-10-01-preview; added new sample tests for RestartReplica, FetchHealth, and RestartDeployedCodePackage operations
ServiceFabricManagedServiceResource.cs Added RestartReplica operation methods (async/sync)
ServiceFabricManagedApplicationResource.cs Changed Update operation to LRO; added FetchHealth and RestartDeployedCodePackage operations; updated XML documentation
ServiceFabricManagedClusterResource.cs Changed Update operation to LRO; updated tag management methods to use LRO
ServiceFabricManagedNodeTypeResource.cs Updated XML documentation for Update operation
RestOperations/*.cs Updated API version strings; modified Update operations to return Response instead of Response; added new REST operation methods
Models/*.cs Added new request/response models for the new operations
ServiceFabricManagedApplicationPatch.cs Added ApplicationUpdateParameters property
Extensions/*.cs Updated API version references in XML documentation
ArmServiceFabricManagedClustersModelFactory.cs Removed obsolete EditorBrowsable overloads; added factory methods for new models
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 package.

1 participant