Skip to content

Commit 2fa7519

Browse files
[AutoPR azure-mgmt-servicefabricmanagedclusters]-generated-from-SDK Generation - Python-5554959 (#43918)
* 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=5554959 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent c8fe055 commit 2fa7519

File tree

112 files changed

+5149
-905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5149
-905
lines changed

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release History
22

3+
## 2.1.0b5 (2025-11-10)
4+
5+
### Features Added
6+
7+
- Model `ServiceFabricManagedClustersManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Added model `ApplicationFetchHealthRequest`
9+
- Added enum `HealthFilter`
10+
- Added model `RestartDeployedCodePackageRequest`
11+
- Added enum `RestartKind`
12+
- Added model `RestartReplicaRequest`
13+
- Added model `RuntimeApplicationHealthPolicy`
14+
- Added enum `RuntimeFailureAction`
15+
- Added enum `RuntimeRollingUpgradeMode`
16+
- Added model `RuntimeRollingUpgradeUpdateMonitoringPolicy`
17+
- Added model `RuntimeServiceTypeHealthPolicy`
18+
- Added model `RuntimeUpdateApplicationUpgradeParameters`
19+
- Added enum `RuntimeUpgradeKind`
20+
- Model `ApplicationsOperations` added method `begin_fetch_health`
21+
- Model `ApplicationsOperations` added method `begin_restart_deployed_code_package`
22+
- Model `ApplicationsOperations` added method `begin_update_upgrade`
23+
- Model `ServicesOperations` added method `begin_restart_replica`
24+
25+
### Breaking Changes
26+
27+
- Renamed method `ApplicationsOperations.update` to `ApplicationsOperations.begin_update`
28+
- Renamed method `ManagedClustersOperations.update` to `ManagedClustersOperations.begin_update`
29+
330
## 2.1.0b4 (2025-08-14)
431

532
### Features Added
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
recursive-include tests *.py *.json
2-
recursive-include samples *.py *.md
31
include *.md
4-
include azure/__init__.py
5-
include azure/mgmt/__init__.py
62
include LICENSE
73
include azure/mgmt/servicefabricmanagedclusters/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"apiVersion": "2025-06-01-preview",
3-
"commit": "ba99beec358a40ee08dae7f12f6a989aad6ce6d1",
2+
"apiVersion": "2025-10-01-preview",
3+
"commit": "833aeb9992144f6e04d99de1316a7f37a001ee94",
44
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5-
"typespec_src": "specification/servicefabricmanagedclusters/ServiceFabricManagedClusters.Management",
6-
"emitterVersion": "0.48.1"
5+
"typespec_src": "specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters",
6+
"emitterVersion": "0.53.1"
77
}

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/apiview-properties.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"azure.mgmt.servicefabricmanagedclusters.models.AdditionalNetworkInterfaceConfiguration": "Microsoft.ServiceFabric.AdditionalNetworkInterfaceConfiguration",
55
"azure.mgmt.servicefabricmanagedclusters.models.ScalingMechanism": "Microsoft.ServiceFabric.ScalingMechanism",
66
"azure.mgmt.servicefabricmanagedclusters.models.AddRemoveIncrementalNamedPartitionScalingMechanism": "Microsoft.ServiceFabric.AddRemoveIncrementalNamedPartitionScalingMechanism",
7+
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationFetchHealthRequest": "Microsoft.ServiceFabric.ApplicationFetchHealthRequest",
78
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationHealthPolicy": "Microsoft.ServiceFabric.ApplicationHealthPolicy",
89
"azure.mgmt.servicefabricmanagedclusters.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
910
"azure.mgmt.servicefabricmanagedclusters.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
@@ -17,6 +18,7 @@
1718
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationTypeVersionsCleanupPolicy": "Microsoft.ServiceFabric.ApplicationTypeVersionsCleanupPolicy",
1819
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationTypeVersionUpdateParameters": "Microsoft.ServiceFabric.ApplicationTypeVersionUpdateParameters",
1920
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUpdateParameters": "Microsoft.ServiceFabric.ApplicationUpdateParameters",
21+
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUpdateParametersProperties": "Microsoft.ServiceFabric.ApplicationUpdateParametersProperties",
2022
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUpgradePolicy": "Microsoft.ServiceFabric.ApplicationUpgradePolicy",
2123
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUserAssignedIdentity": "Microsoft.ServiceFabric.ApplicationUserAssignedIdentity",
2224
"azure.mgmt.servicefabricmanagedclusters.models.AvailableOperationDisplay": "Microsoft.ServiceFabric.AvailableOperationDisplay",
@@ -72,8 +74,14 @@
7274
"azure.mgmt.servicefabricmanagedclusters.models.OperationResult": "Microsoft.ServiceFabric.OperationResult",
7375
"azure.mgmt.servicefabricmanagedclusters.models.PartitionInstanceCountScaleMechanism": "Microsoft.ServiceFabric.PartitionInstanceCountScaleMechanism",
7476
"azure.mgmt.servicefabricmanagedclusters.models.ResourceAzStatus": "Microsoft.ServiceFabric.ResourceAzStatus",
77+
"azure.mgmt.servicefabricmanagedclusters.models.RestartDeployedCodePackageRequest": "Microsoft.ServiceFabric.RestartDeployedCodePackageRequest",
78+
"azure.mgmt.servicefabricmanagedclusters.models.RestartReplicaRequest": "Microsoft.ServiceFabric.RestartReplicaRequest",
7579
"azure.mgmt.servicefabricmanagedclusters.models.RollingUpgradeMonitoringPolicy": "Microsoft.ServiceFabric.RollingUpgradeMonitoringPolicy",
80+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeApplicationHealthPolicy": "Microsoft.ServiceFabric.RuntimeApplicationHealthPolicy",
7681
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeResumeApplicationUpgradeParameters": "Microsoft.ServiceFabric.RuntimeResumeApplicationUpgradeParameters",
82+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeRollingUpgradeUpdateMonitoringPolicy": "Microsoft.ServiceFabric.RuntimeRollingUpgradeUpdateMonitoringPolicy",
83+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeServiceTypeHealthPolicy": "Microsoft.ServiceFabric.RuntimeServiceTypeHealthPolicy",
84+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeUpdateApplicationUpgradeParameters": "Microsoft.ServiceFabric.RuntimeUpdateApplicationUpgradeParameters",
7785
"azure.mgmt.servicefabricmanagedclusters.models.ScalingPolicy": "Microsoft.ServiceFabric.ScalingPolicy",
7886
"azure.mgmt.servicefabricmanagedclusters.models.ServiceCorrelation": "Microsoft.ServiceFabric.ServiceCorrelation",
7987
"azure.mgmt.servicefabricmanagedclusters.models.ServiceEndpoint": "Microsoft.ServiceFabric.ServiceEndpoint",
@@ -114,6 +122,10 @@
114122
"azure.mgmt.servicefabricmanagedclusters.models.FailureAction": "Microsoft.ServiceFabric.FailureAction",
115123
"azure.mgmt.servicefabricmanagedclusters.models.RollingUpgradeMode": "Microsoft.ServiceFabric.RollingUpgradeMode",
116124
"azure.mgmt.servicefabricmanagedclusters.models.ManagedIdentityType": "Microsoft.ServiceFabric.ManagedIdentityType",
125+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeUpgradeKind": "Microsoft.ServiceFabric.RuntimeUpgradeKind",
126+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeRollingUpgradeMode": "Microsoft.ServiceFabric.RuntimeRollingUpgradeMode",
127+
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeFailureAction": "Microsoft.ServiceFabric.RuntimeFailureAction",
128+
"azure.mgmt.servicefabricmanagedclusters.models.HealthFilter": "Microsoft.ServiceFabric.HealthFilter",
117129
"azure.mgmt.servicefabricmanagedclusters.models.ServiceCorrelationScheme": "Microsoft.ServiceFabric.ServiceCorrelationScheme",
118130
"azure.mgmt.servicefabricmanagedclusters.models.ServiceLoadMetricWeight": "Microsoft.ServiceFabric.ServiceLoadMetricWeight",
119131
"azure.mgmt.servicefabricmanagedclusters.models.ServicePlacementPolicyType": "Microsoft.ServiceFabric.ServicePlacementPolicyType",
@@ -123,6 +135,7 @@
123135
"azure.mgmt.servicefabricmanagedclusters.models.ServiceKind": "Microsoft.ServiceFabric.ServiceKind",
124136
"azure.mgmt.servicefabricmanagedclusters.models.PartitionScheme": "Microsoft.ServiceFabric.PartitionScheme",
125137
"azure.mgmt.servicefabricmanagedclusters.models.ServicePackageActivationMode": "Microsoft.ServiceFabric.ServicePackageActivationMode",
138+
"azure.mgmt.servicefabricmanagedclusters.models.RestartKind": "Microsoft.ServiceFabric.RestartKind",
126139
"azure.mgmt.servicefabricmanagedclusters.models.OsType": "Microsoft.ServiceFabric.OsType",
127140
"azure.mgmt.servicefabricmanagedclusters.models.ManagedClusterVersionEnvironment": "Microsoft.ServiceFabric.ManagedClusterVersionEnvironment",
128141
"azure.mgmt.servicefabricmanagedclusters.models.ClusterState": "Microsoft.ServiceFabric.ClusterState",
@@ -160,8 +173,8 @@
160173
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.get": "Microsoft.ServiceFabric.Applications.get",
161174
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_create_or_update": "Microsoft.ServiceFabric.Applications.createOrUpdate",
162175
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_create_or_update": "Microsoft.ServiceFabric.Applications.createOrUpdate",
163-
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.update": "Microsoft.ServiceFabric.Applications.update",
164-
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.update": "Microsoft.ServiceFabric.Applications.update",
176+
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_update": "Microsoft.ServiceFabric.Applications.update",
177+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_update": "Microsoft.ServiceFabric.Applications.update",
165178
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_delete": "Microsoft.ServiceFabric.Applications.delete",
166179
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_delete": "Microsoft.ServiceFabric.Applications.delete",
167180
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.list": "Microsoft.ServiceFabric.Applications.list",
@@ -172,6 +185,12 @@
172185
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_resume_upgrade": "Microsoft.ServiceFabric.Applications.resumeUpgrade",
173186
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_start_rollback": "Microsoft.ServiceFabric.Applications.startRollback",
174187
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_start_rollback": "Microsoft.ServiceFabric.Applications.startRollback",
188+
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_update_upgrade": "Microsoft.ServiceFabric.Applications.updateUpgrade",
189+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_update_upgrade": "Microsoft.ServiceFabric.Applications.updateUpgrade",
190+
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_fetch_health": "Microsoft.ServiceFabric.Applications.fetchHealth",
191+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_fetch_health": "Microsoft.ServiceFabric.Applications.fetchHealth",
192+
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations.begin_restart_deployed_code_package": "Microsoft.ServiceFabric.Applications.restartDeployedCodePackage",
193+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationsOperations.begin_restart_deployed_code_package": "Microsoft.ServiceFabric.Applications.restartDeployedCodePackage",
175194
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationTypesOperations.get": "Microsoft.ServiceFabric.ApplicationTypes.get",
176195
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ApplicationTypesOperations.get": "Microsoft.ServiceFabric.ApplicationTypes.get",
177196
"azure.mgmt.servicefabricmanagedclusters.operations.ApplicationTypesOperations.create_or_update": "Microsoft.ServiceFabric.ApplicationTypes.createOrUpdate",
@@ -202,6 +221,8 @@
202221
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ServicesOperations.begin_delete": "Microsoft.ServiceFabric.Services.delete",
203222
"azure.mgmt.servicefabricmanagedclusters.operations.ServicesOperations.list_by_applications": "Microsoft.ServiceFabric.Services.listByApplications",
204223
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ServicesOperations.list_by_applications": "Microsoft.ServiceFabric.Services.listByApplications",
224+
"azure.mgmt.servicefabricmanagedclusters.operations.ServicesOperations.begin_restart_replica": "Microsoft.ServiceFabric.Services.restartReplica",
225+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ServicesOperations.begin_restart_replica": "Microsoft.ServiceFabric.Services.restartReplica",
205226
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClusterVersionOperations.get": "Microsoft.ServiceFabric.ManagedClusterVersion.get",
206227
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClusterVersionOperations.get": "Microsoft.ServiceFabric.ManagedClusterVersion.get",
207228
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClusterVersionOperations.list": "Microsoft.ServiceFabric.ManagedClusterVersion.list",
@@ -218,8 +239,8 @@
218239
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.get": "Microsoft.ServiceFabric.ManagedClusters.get",
219240
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.begin_create_or_update": "Microsoft.ServiceFabric.ManagedClusters.createOrUpdate",
220241
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.begin_create_or_update": "Microsoft.ServiceFabric.ManagedClusters.createOrUpdate",
221-
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.update": "Microsoft.ServiceFabric.ManagedClusters.update",
222-
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.update": "Microsoft.ServiceFabric.ManagedClusters.update",
242+
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.begin_update": "Microsoft.ServiceFabric.ManagedClusters.update",
243+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.begin_update": "Microsoft.ServiceFabric.ManagedClusters.update",
223244
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.begin_delete": "Microsoft.ServiceFabric.ManagedClusters.delete",
224245
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.begin_delete": "Microsoft.ServiceFabric.ManagedClusters.delete",
225246
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.list_by_resource_group": "Microsoft.ServiceFabric.ManagedClusters.listByResourceGroup",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/azure/mgmt/servicefabricmanagedclusters/_client.py

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
)
3939

4040
if TYPE_CHECKING:
41+
from azure.core import AzureClouds
4142
from azure.core.credentials import TokenCredential
4243

4344

@@ -92,19 +93,28 @@ class ServiceFabricManagedClustersManagementClient: # pylint: disable=too-many-
9293
:type subscription_id: str
9394
:param base_url: Service host. Default value is None.
9495
:type base_url: str
96+
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
97+
None.
98+
:paramtype cloud_setting: ~azure.core.AzureClouds
9599
:keyword api_version: The API version to use for this operation. Default value is
96-
"2025-06-01-preview". Note that overriding this default value may result in unsupported
100+
"2025-10-01-preview". Note that overriding this default value may result in unsupported
97101
behavior.
98102
:paramtype api_version: str
99103
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
100104
Retry-After header is present.
101105
"""
102106

103107
def __init__(
104-
self, credential: "TokenCredential", subscription_id: str, base_url: Optional[str] = None, **kwargs: Any
108+
self,
109+
credential: "TokenCredential",
110+
subscription_id: str,
111+
base_url: Optional[str] = None,
112+
*,
113+
cloud_setting: Optional["AzureClouds"] = None,
114+
**kwargs: Any
105115
) -> None:
106116
_endpoint = "{endpoint}"
107-
_cloud = kwargs.pop("cloud_setting", None) or settings.current.azure_cloud # type: ignore
117+
_cloud = cloud_setting or settings.current.azure_cloud # type: ignore
108118
_endpoints = get_arm_endpoints(_cloud)
109119
if not base_url:
110120
base_url = _endpoints["resource_manager"]
@@ -113,6 +123,7 @@ def __init__(
113123
credential=credential,
114124
subscription_id=subscription_id,
115125
base_url=cast(str, base_url),
126+
cloud_setting=cloud_setting,
116127
credential_scopes=credential_scopes,
117128
**kwargs
118129
)

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/azure/mgmt/servicefabricmanagedclusters/_configuration.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
88
# --------------------------------------------------------------------------
99

10-
from typing import Any, TYPE_CHECKING
10+
from typing import Any, Optional, TYPE_CHECKING
1111

1212
from azure.core.pipeline import policies
1313
from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy
1414

1515
from ._version import VERSION
1616

1717
if TYPE_CHECKING:
18+
from azure.core import AzureClouds
1819
from azure.core.credentials import TokenCredential
1920

2021

@@ -30,8 +31,11 @@ class ServiceFabricManagedClustersManagementClientConfiguration: # pylint: disa
3031
:type subscription_id: str
3132
:param base_url: Service host. Default value is "https://management.azure.com".
3233
:type base_url: str
34+
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
35+
None.
36+
:type cloud_setting: ~azure.core.AzureClouds
3337
:keyword api_version: The API version to use for this operation. Default value is
34-
"2025-06-01-preview". Note that overriding this default value may result in unsupported
38+
"2025-10-01-preview". Note that overriding this default value may result in unsupported
3539
behavior.
3640
:paramtype api_version: str
3741
"""
@@ -41,9 +45,10 @@ def __init__(
4145
credential: "TokenCredential",
4246
subscription_id: str,
4347
base_url: str = "https://management.azure.com",
48+
cloud_setting: Optional["AzureClouds"] = None,
4449
**kwargs: Any
4550
) -> None:
46-
api_version: str = kwargs.pop("api_version", "2025-06-01-preview")
51+
api_version: str = kwargs.pop("api_version", "2025-10-01-preview")
4752

4853
if credential is None:
4954
raise ValueError("Parameter 'credential' must not be None.")
@@ -53,6 +58,7 @@ def __init__(
5358
self.credential = credential
5459
self.subscription_id = subscription_id
5560
self.base_url = base_url
61+
self.cloud_setting = cloud_setting
5662
self.api_version = api_version
5763
self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
5864
kwargs.setdefault("sdk_moniker", "mgmt-servicefabricmanagedclusters/{}".format(VERSION))

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/azure/mgmt/servicefabricmanagedclusters/_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
99
"""
10-
from typing import List
1110

12-
__all__: List[str] = [] # Add all objects you want publicly available to users at this package level
11+
12+
__all__: list[str] = [] # Add all objects you want publicly available to users at this package level
1313

1414

1515
def patch_sdk():

0 commit comments

Comments
 (0)