Skip to content

Commit df9589b

Browse files
[AutoPR azure-mgmt-servicefabricmanagedclusters]-generated-from-SDK Generation - Python-6323695 (#47007)
* Configurations: 'specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters/tspconfig.yaml', API Version: 2026-05-01-preview, SDK Release Type: beta, and CommitSHA: 'cfd58963682948f5242b945bc6152c4e54c88c0c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6323695 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 802876b commit df9589b

106 files changed

Lines changed: 7337 additions & 1749 deletions

File tree

Some content is hidden

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

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

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

3+
## 3.1.0b1 (2026-05-19)
4+
5+
### Features Added
6+
7+
- Model `NodeTypeProperties` added property `scale_in_policy`
8+
- Model `NodeTypeProperties` added property `proxy_agent_settings`
9+
- Added model `ApplyMaintenanceWindowRequest`
10+
- Added enum `FaultKind`
11+
- Added model `FaultSimulation`
12+
- Added model `FaultSimulationConstraints`
13+
- Added model `FaultSimulationContent`
14+
- Added model `FaultSimulationContentWrapper`
15+
- Added model `FaultSimulationDetails`
16+
- Added model `FaultSimulationIdContent`
17+
- Added enum `FaultSimulationStatus`
18+
- Added model `HostEndpointSettings`
19+
- Added model `NodeTypeFaultSimulation`
20+
- Added model `ProxyAgentSettings`
21+
- Added model `ScaleInPolicy`
22+
- Added enum `ScaleInPolicyMode`
23+
- Added enum `SfmcOperationStatus`
24+
- Added model `ZoneFaultSimulationContent`
25+
- Operation group `ManagedClustersOperations` added method `begin_start_fault_simulation`
26+
- Operation group `ManagedClustersOperations` added method `begin_stop_fault_simulation`
27+
- Operation group `ManagedClustersOperations` added method `get_fault_simulation`
28+
- Operation group `ManagedClustersOperations` added method `list_fault_simulation`
29+
- Operation group `NodeTypesOperations` added method `begin_start_fault_simulation`
30+
- Operation group `NodeTypesOperations` added method `begin_stop_fault_simulation`
31+
- Operation group `NodeTypesOperations` added method `get_fault_simulation`
32+
- Operation group `NodeTypesOperations` added method `list_fault_simulation`
33+
334
## 3.0.0 (2026-02-28)
435

536
### Features Added

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Service Fabric Managed Clusters Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.9+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"apiVersion": "2026-02-01",
2+
"apiVersion": "2026-05-01-preview",
33
"apiVersions": {
4-
"Microsoft.ServiceFabric": "2026-02-01"
4+
"Microsoft.ServiceFabric": "2026-05-01-preview"
55
},
6-
"commit": "0d9b77817effe915b68e20d1a1830bf3b682cbd3",
6+
"commit": "cfd58963682948f5242b945bc6152c4e54c88c0c",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/ServiceFabricManagedClusters",
9-
"emitterVersion": "0.60.1"
9+
"emitterVersion": "0.62.1"
1010
}

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

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUpdateParametersProperties": "Microsoft.ServiceFabric.ApplicationUpdateParametersProperties",
2222
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUpgradePolicy": "Microsoft.ServiceFabric.ApplicationUpgradePolicy",
2323
"azure.mgmt.servicefabricmanagedclusters.models.ApplicationUserAssignedIdentity": "Microsoft.ServiceFabric.ApplicationUserAssignedIdentity",
24+
"azure.mgmt.servicefabricmanagedclusters.models.ApplyMaintenanceWindowRequest": "Microsoft.ServiceFabric.ApplyMaintenanceWindowRequest",
2425
"azure.mgmt.servicefabricmanagedclusters.models.AvailableOperationDisplay": "Microsoft.ServiceFabric.AvailableOperationDisplay",
2526
"azure.mgmt.servicefabricmanagedclusters.models.ScalingTrigger": "Microsoft.ServiceFabric.ScalingTrigger",
2627
"azure.mgmt.servicefabricmanagedclusters.models.AveragePartitionLoadScalingTrigger": "Microsoft.ServiceFabric.AveragePartitionLoadScalingTrigger",
@@ -36,7 +37,14 @@
3637
"azure.mgmt.servicefabricmanagedclusters.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
3738
"azure.mgmt.servicefabricmanagedclusters.models.ErrorModelError": "Microsoft.ServiceFabric.ErrorModelError",
3839
"azure.mgmt.servicefabricmanagedclusters.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
40+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulation": "Microsoft.ServiceFabric.FaultSimulation",
41+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationConstraints": "Microsoft.ServiceFabric.FaultSimulationConstraints",
42+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationContent": "Microsoft.ServiceFabric.FaultSimulationContent",
43+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationContentWrapper": "Microsoft.ServiceFabric.FaultSimulationContentWrapper",
44+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationDetails": "Microsoft.ServiceFabric.FaultSimulationDetails",
45+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationIdContent": "Microsoft.ServiceFabric.FaultSimulationIdContent",
3946
"azure.mgmt.servicefabricmanagedclusters.models.FrontendConfiguration": "Microsoft.ServiceFabric.FrontendConfiguration",
47+
"azure.mgmt.servicefabricmanagedclusters.models.HostEndpointSettings": "Microsoft.ServiceFabric.HostEndpointSettings",
4048
"azure.mgmt.servicefabricmanagedclusters.models.IpConfiguration": "Microsoft.ServiceFabric.IpConfiguration",
4149
"azure.mgmt.servicefabricmanagedclusters.models.IpConfigurationPublicIPAddressConfiguration": "Microsoft.ServiceFabric.PublicIPAddressConfiguration",
4250
"azure.mgmt.servicefabricmanagedclusters.models.IpTag": "Microsoft.ServiceFabric.IpTag",
@@ -58,6 +66,7 @@
5866
"azure.mgmt.servicefabricmanagedclusters.models.NodeType": "Microsoft.ServiceFabric.NodeType",
5967
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeActionParameters": "Microsoft.ServiceFabric.NodeTypeActionParameters",
6068
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeAvailableSku": "Microsoft.ServiceFabric.NodeTypeAvailableSku",
69+
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeFaultSimulation": "Microsoft.ServiceFabric.NodeTypeFaultSimulation",
6170
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeNatConfig": "Microsoft.ServiceFabric.NodeTypeNatConfig",
6271
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeProperties": "Microsoft.ServiceFabric.NodeTypeProperties",
6372
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeSku": "Microsoft.ServiceFabric.NodeTypeSku",
@@ -66,6 +75,7 @@
6675
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeUpdateParameters": "Microsoft.ServiceFabric.NodeTypeUpdateParameters",
6776
"azure.mgmt.servicefabricmanagedclusters.models.OperationResult": "Microsoft.ServiceFabric.OperationResult",
6877
"azure.mgmt.servicefabricmanagedclusters.models.PartitionInstanceCountScaleMechanism": "Microsoft.ServiceFabric.PartitionInstanceCountScaleMechanism",
78+
"azure.mgmt.servicefabricmanagedclusters.models.ProxyAgentSettings": "Microsoft.ServiceFabric.ProxyAgentSettings",
6979
"azure.mgmt.servicefabricmanagedclusters.models.ResourceAzStatus": "Microsoft.ServiceFabric.ResourceAzStatus",
7080
"azure.mgmt.servicefabricmanagedclusters.models.RestartDeployedCodePackageRequest": "Microsoft.ServiceFabric.RestartDeployedCodePackageRequest",
7181
"azure.mgmt.servicefabricmanagedclusters.models.RestartReplicaRequest": "Microsoft.ServiceFabric.RestartReplicaRequest",
@@ -75,6 +85,7 @@
7585
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeRollingUpgradeUpdateMonitoringPolicy": "Microsoft.ServiceFabric.RuntimeRollingUpgradeUpdateMonitoringPolicy",
7686
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeServiceTypeHealthPolicy": "Microsoft.ServiceFabric.RuntimeServiceTypeHealthPolicy",
7787
"azure.mgmt.servicefabricmanagedclusters.models.RuntimeUpdateApplicationUpgradeParameters": "Microsoft.ServiceFabric.RuntimeUpdateApplicationUpgradeParameters",
88+
"azure.mgmt.servicefabricmanagedclusters.models.ScaleInPolicy": "Microsoft.ServiceFabric.ScaleInPolicy",
7889
"azure.mgmt.servicefabricmanagedclusters.models.ScalingPolicy": "Microsoft.ServiceFabric.ScalingPolicy",
7990
"azure.mgmt.servicefabricmanagedclusters.models.ServiceCorrelation": "Microsoft.ServiceFabric.ServiceCorrelation",
8091
"azure.mgmt.servicefabricmanagedclusters.models.ServiceEndpoint": "Microsoft.ServiceFabric.ServiceEndpoint",
@@ -110,6 +121,7 @@
110121
"azure.mgmt.servicefabricmanagedclusters.models.VmssDataDisk": "Microsoft.ServiceFabric.VmssDataDisk",
111122
"azure.mgmt.servicefabricmanagedclusters.models.VMSSExtension": "Microsoft.ServiceFabric.VMSSExtension",
112123
"azure.mgmt.servicefabricmanagedclusters.models.VMSSExtensionProperties": "Microsoft.ServiceFabric.VMSSExtensionProperties",
124+
"azure.mgmt.servicefabricmanagedclusters.models.ZoneFaultSimulationContent": "Microsoft.ServiceFabric.ZoneFaultSimulationContent",
113125
"azure.mgmt.servicefabricmanagedclusters.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
114126
"azure.mgmt.servicefabricmanagedclusters.models.FailureAction": "Microsoft.ServiceFabric.FailureAction",
115127
"azure.mgmt.servicefabricmanagedclusters.models.RollingUpgradeMode": "Microsoft.ServiceFabric.RollingUpgradeMode",
@@ -145,6 +157,9 @@
145157
"azure.mgmt.servicefabricmanagedclusters.models.ZonalUpdateMode": "Microsoft.ServiceFabric.ZonalUpdateMode",
146158
"azure.mgmt.servicefabricmanagedclusters.models.AutoGeneratedDomainNameLabelScope": "Microsoft.ServiceFabric.AutoGeneratedDomainNameLabelScope",
147159
"azure.mgmt.servicefabricmanagedclusters.models.SkuName": "Microsoft.ServiceFabric.SkuName",
160+
"azure.mgmt.servicefabricmanagedclusters.models.FaultSimulationStatus": "Microsoft.ServiceFabric.FaultSimulationStatus",
161+
"azure.mgmt.servicefabricmanagedclusters.models.SfmcOperationStatus": "Microsoft.ServiceFabric.SfmcOperationStatus",
162+
"azure.mgmt.servicefabricmanagedclusters.models.FaultKind": "Microsoft.ServiceFabric.FaultKind",
148163
"azure.mgmt.servicefabricmanagedclusters.models.DiskType": "Microsoft.ServiceFabric.DiskType",
149164
"azure.mgmt.servicefabricmanagedclusters.models.VmssExtensionSetupOrder": "Microsoft.ServiceFabric.VmssExtensionSetupOrder",
150165
"azure.mgmt.servicefabricmanagedclusters.models.IPAddressType": "Microsoft.ServiceFabric.IPAddressType",
@@ -154,6 +169,7 @@
154169
"azure.mgmt.servicefabricmanagedclusters.models.SecurityEncryptionType": "Microsoft.ServiceFabric.SecurityEncryptionType",
155170
"azure.mgmt.servicefabricmanagedclusters.models.PrivateIPAddressVersion": "Microsoft.ServiceFabric.PrivateIPAddressVersion",
156171
"azure.mgmt.servicefabricmanagedclusters.models.PublicIPAddressVersion": "Microsoft.ServiceFabric.PublicIPAddressVersion",
172+
"azure.mgmt.servicefabricmanagedclusters.models.ScaleInPolicyMode": "Microsoft.ServiceFabric.ScaleInPolicyMode",
157173
"azure.mgmt.servicefabricmanagedclusters.models.UpdateType": "Microsoft.ServiceFabric.UpdateType",
158174
"azure.mgmt.servicefabricmanagedclusters.models.NodeTypeSkuScaleType": "Microsoft.ServiceFabric.NodeTypeSkuScaleType",
159175
"azure.mgmt.servicefabricmanagedclusters.operations.Operations.list": "Microsoft.ServiceFabric.Operations.list",
@@ -236,6 +252,14 @@
236252
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.list_by_resource_group": "Microsoft.ServiceFabric.ManagedClusters.listByResourceGroup",
237253
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.list_by_subscription": "Microsoft.ServiceFabric.ManagedClusters.listBySubscription",
238254
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.list_by_subscription": "Microsoft.ServiceFabric.ManagedClusters.listBySubscription",
255+
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.get_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.getFaultSimulation",
256+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.get_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.getFaultSimulation",
257+
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.list_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.listFaultSimulation",
258+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.list_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.listFaultSimulation",
259+
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.begin_start_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.startFaultSimulation",
260+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.begin_start_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.startFaultSimulation",
261+
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations.begin_stop_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.stopFaultSimulation",
262+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedClustersOperations.begin_stop_fault_simulation": "Microsoft.ServiceFabric.ManagedClusters.stopFaultSimulation",
239263
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedAzResiliencyStatusOperations.get": "Microsoft.ServiceFabric.ManagedAzResiliencyStatus.get",
240264
"azure.mgmt.servicefabricmanagedclusters.aio.operations.ManagedAzResiliencyStatusOperations.get": "Microsoft.ServiceFabric.ManagedAzResiliencyStatus.get",
241265
"azure.mgmt.servicefabricmanagedclusters.operations.ManagedApplyMaintenanceWindowOperations.post": "Microsoft.ServiceFabric.ManagedApplyMaintenanceWindow.post",
@@ -264,11 +288,20 @@
264288
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.begin_restart": "Microsoft.ServiceFabric.NodeTypes.restart",
265289
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations.begin_start": "Microsoft.ServiceFabric.NodeTypes.start",
266290
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.begin_start": "Microsoft.ServiceFabric.NodeTypes.start",
291+
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations.begin_start_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.startFaultSimulation",
292+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.begin_start_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.startFaultSimulation",
293+
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations.begin_stop_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.stopFaultSimulation",
294+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.begin_stop_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.stopFaultSimulation",
295+
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations.get_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.getFaultSimulation",
296+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.get_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.getFaultSimulation",
297+
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations.list_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.listFaultSimulation",
298+
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypesOperations.list_fault_simulation": "Microsoft.ServiceFabric.NodeTypes.listFaultSimulation",
267299
"azure.mgmt.servicefabricmanagedclusters.operations.NodeTypeSkusOperations.list": "Microsoft.ServiceFabric.NodeTypeSkus.list",
268300
"azure.mgmt.servicefabricmanagedclusters.aio.operations.NodeTypeSkusOperations.list": "Microsoft.ServiceFabric.NodeTypeSkus.list",
269301
"azure.mgmt.servicefabricmanagedclusters.operations.OperationResultsOperations.get": "Microsoft.ServiceFabric.OperationResults.get",
270302
"azure.mgmt.servicefabricmanagedclusters.aio.operations.OperationResultsOperations.get": "Microsoft.ServiceFabric.OperationResults.get",
271303
"azure.mgmt.servicefabricmanagedclusters.operations.OperationStatusOperations.get": "Microsoft.ServiceFabric.OperationStatus.get",
272304
"azure.mgmt.servicefabricmanagedclusters.aio.operations.OperationStatusOperations.get": "Microsoft.ServiceFabric.OperationStatus.get"
273-
}
305+
},
306+
"CrossLanguageVersion": "c14997994faa"
274307
}

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# --------------------------------------------------------------------------
88

99
from copy import deepcopy
10+
import sys
1011
from typing import Any, Optional, TYPE_CHECKING, cast
11-
from typing_extensions import Self
1212

1313
from azure.core.pipeline import policies
1414
from azure.core.rest import HttpRequest, HttpResponse
@@ -37,6 +37,11 @@
3737
ServicesOperations,
3838
)
3939

40+
if sys.version_info >= (3, 11):
41+
from typing import Self
42+
else:
43+
from typing_extensions import Self # type: ignore
44+
4045
if TYPE_CHECKING:
4146
from azure.core import AzureClouds
4247
from azure.core.credentials import TokenCredential
@@ -96,9 +101,10 @@ class ServiceFabricManagedClustersManagementClient: # pylint: disable=too-many-
96101
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
97102
None.
98103
:paramtype cloud_setting: ~azure.core.AzureClouds
99-
:keyword api_version: The API version to use for this operation. Known values are "2026-02-01"
100-
and None. Default value is "2026-02-01". Note that overriding this default value may result in
101-
unsupported behavior.
104+
:keyword api_version: The API version to use for this operation. Known values are
105+
"2026-05-01-preview" and None. Default value is None. If not set, the operation's default API
106+
version will be used. Note that overriding this default value may result in unsupported
107+
behavior.
102108
:paramtype api_version: str
103109
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
104110
Retry-After header is present.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ class ServiceFabricManagedClustersManagementClientConfiguration: # pylint: disa
3434
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
3535
None.
3636
:type cloud_setting: ~azure.core.AzureClouds
37-
:keyword api_version: The API version to use for this operation. Known values are "2026-02-01"
38-
and None. Default value is "2026-02-01". Note that overriding this default value may result in
39-
unsupported behavior.
37+
:keyword api_version: The API version to use for this operation. Known values are
38+
"2026-05-01-preview" and None. Default value is None. If not set, the operation's default API
39+
version will be used. Note that overriding this default value may result in unsupported
40+
behavior.
4041
:paramtype api_version: str
4142
"""
4243

@@ -48,7 +49,7 @@ def __init__(
4849
cloud_setting: Optional["AzureClouds"] = None,
4950
**kwargs: Any
5051
) -> None:
51-
api_version: str = kwargs.pop("api_version", "2026-02-01")
52+
api_version: str = kwargs.pop("api_version", "2026-05-01-preview")
5253

5354
if credential is None:
5455
raise ValueError("Parameter 'credential' must not be None.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
99
"""
1010

11-
1211
__all__: list[str] = [] # Add all objects you want publicly available to users at this package level
1312

1413

0 commit comments

Comments
 (0)