Skip to content

Commit 74086a6

Browse files
azure-sdkmsyycCopilot
authored
[AutoPR azure-mgmt-maintenance]-generated-from-SDK Generation - Python-6331467 (#47037)
* Configurations: 'specification/maintenance/resource-manager/Microsoft.Maintenance/Maintenance/tspconfig.yaml', API Version: 2023-10-01-preview, SDK Release Type: beta, and CommitSHA: 'f34830624e2040e4777496c73aa7c6fe764f4bfc' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6331467 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-maintenance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add live tests for azure-mgmt-maintenance --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ea747f3 commit 74086a6

133 files changed

Lines changed: 15669 additions & 10993 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/maintenance/azure-mgmt-maintenance/CHANGELOG.md

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

3+
## 2.2.0b3 (2026-05-21)
4+
5+
### Features Added
6+
7+
- Client `MaintenanceManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `MaintenanceManagementClient` added method `send_request`
9+
- Model `Operation` added property `action_type`
10+
- Added enum `ActionType`
11+
- Added model `MaintenanceWindow`
12+
- Added enum `Origin`
13+
- Added model `ProxyResource`
14+
15+
### Breaking Changes
16+
17+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
18+
- Model `Operation` deleted or renamed its instance variable `properties`
19+
20+
### Other Changes
21+
22+
- Deleted model `ListApplyUpdate`/`ListConfigurationAssignmentsResult`/`ListMaintenanceConfigurationsResult`/`ListUpdatesResult` which actually were not used by SDK users
23+
324
## 2.2.0b2 (2024-05-20)
425

526
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/maintenance/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

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

Lines changed: 3 additions & 3 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 Maintenance Management Client Library.
4-
This package has been tested with Python 3.8+.
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.8+ 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
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/maintenance/azure-mgmt-maintenance/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"apiVersion": "2023-10-01-preview",
3+
"apiVersions": {
4+
"Microsoft.Maintenance": "2023-10-01-preview"
5+
},
6+
"commit": "f34830624e2040e4777496c73aa7c6fe764f4bfc",
7+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8+
"typespec_src": "specification/maintenance/resource-manager/Microsoft.Maintenance/Maintenance",
9+
"emitterVersion": "0.62.1"
10+
}
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"CrossLanguagePackageId": "Microsoft.Maintenance",
3+
"CrossLanguageDefinitionId": {
4+
"azure.mgmt.maintenance.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
5+
"azure.mgmt.maintenance.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
6+
"azure.mgmt.maintenance.models.ApplyUpdate": "Microsoft.Maintenance.ApplyUpdate",
7+
"azure.mgmt.maintenance.models.ApplyUpdateProperties": "Microsoft.Maintenance.ApplyUpdateProperties",
8+
"azure.mgmt.maintenance.models.ConfigurationAssignment": "Microsoft.Maintenance.ConfigurationAssignment",
9+
"azure.mgmt.maintenance.models.ConfigurationAssignmentFilterProperties": "Microsoft.Maintenance.ConfigurationAssignmentFilterProperties",
10+
"azure.mgmt.maintenance.models.ConfigurationAssignmentProperties": "Microsoft.Maintenance.ConfigurationAssignmentProperties",
11+
"azure.mgmt.maintenance.models.ErrorDetails": "Microsoft.Maintenance.ErrorDetails",
12+
"azure.mgmt.maintenance.models.InputLinuxParameters": "Microsoft.Maintenance.InputLinuxParameters",
13+
"azure.mgmt.maintenance.models.InputPatchConfiguration": "Microsoft.Maintenance.InputPatchConfiguration",
14+
"azure.mgmt.maintenance.models.InputWindowsParameters": "Microsoft.Maintenance.InputWindowsParameters",
15+
"azure.mgmt.maintenance.models.MaintenanceConfiguration": "Microsoft.Maintenance.MaintenanceConfiguration",
16+
"azure.mgmt.maintenance.models.MaintenanceConfigurationProperties": "Microsoft.Maintenance.MaintenanceConfigurationProperties",
17+
"azure.mgmt.maintenance.models.MaintenanceError": "Microsoft.Maintenance.MaintenanceError",
18+
"azure.mgmt.maintenance.models.MaintenanceWindow": "Microsoft.Maintenance.MaintenanceWindow",
19+
"azure.mgmt.maintenance.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
20+
"azure.mgmt.maintenance.models.OperationInfo": "Azure.ResourceManager.CommonTypes.OperationDisplay",
21+
"azure.mgmt.maintenance.models.ScheduledEventApproveResponse": "Microsoft.Maintenance.ScheduledEventApproveResponse",
22+
"azure.mgmt.maintenance.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
23+
"azure.mgmt.maintenance.models.TagSettingsProperties": "Microsoft.Maintenance.TagSettingsProperties",
24+
"azure.mgmt.maintenance.models.Update": "Microsoft.Maintenance.Update",
25+
"azure.mgmt.maintenance.models.UpdateProperties": "Microsoft.Maintenance.UpdateProperties",
26+
"azure.mgmt.maintenance.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
27+
"azure.mgmt.maintenance.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType",
28+
"azure.mgmt.maintenance.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
29+
"azure.mgmt.maintenance.models.MaintenanceScope": "Microsoft.Maintenance.MaintenanceScope",
30+
"azure.mgmt.maintenance.models.Visibility": "Microsoft.Maintenance.Visibility",
31+
"azure.mgmt.maintenance.models.RebootOptions": "Microsoft.Maintenance.RebootOptions",
32+
"azure.mgmt.maintenance.models.UpdateStatus": "Microsoft.Maintenance.UpdateStatus",
33+
"azure.mgmt.maintenance.models.TagOperators": "Microsoft.Maintenance.TagOperators",
34+
"azure.mgmt.maintenance.models.ImpactType": "Microsoft.Maintenance.ImpactType",
35+
"azure.mgmt.maintenance.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
36+
"azure.mgmt.maintenance.aio.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
37+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsOperations.get": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.get",
38+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsOperations.get": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.get",
39+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsOperations.create_or_update": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.createOrUpdate",
40+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsOperations.create_or_update": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.createOrUpdate",
41+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsOperations.update": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.update",
42+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsOperations.update": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.update",
43+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsOperations.delete": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.delete",
44+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsOperations.delete": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.delete",
45+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsOperations.list": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.maintenanceConfigurationsList",
46+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsOperations.list": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.maintenanceConfigurationsList",
47+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.get_parent": "Microsoft.Maintenance.ApplyUpdates.getParent",
48+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.get_parent": "Microsoft.Maintenance.ApplyUpdates.getParent",
49+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.get": "Microsoft.Maintenance.ApplyUpdateOperationGroup.get",
50+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.get": "Microsoft.Maintenance.ApplyUpdateOperationGroup.get",
51+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.create_or_update_or_cancel": "Microsoft.Maintenance.ApplyUpdateOperationGroup.createOrUpdateOrCancel",
52+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.create_or_update_or_cancel": "Microsoft.Maintenance.ApplyUpdateOperationGroup.createOrUpdateOrCancel",
53+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.list": "Microsoft.Maintenance.ApplyUpdateOperationGroup.list",
54+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.list": "Microsoft.Maintenance.ApplyUpdateOperationGroup.list",
55+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.create_or_update_parent": "Microsoft.Maintenance.ApplyUpdatesOperationGroup.createOrUpdateParent",
56+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.create_or_update_parent": "Microsoft.Maintenance.ApplyUpdatesOperationGroup.createOrUpdateParent",
57+
"azure.mgmt.maintenance.operations.ApplyUpdatesOperations.create_or_update": "Microsoft.Maintenance.ApplyUpdatesOperationGroup.createOrUpdate",
58+
"azure.mgmt.maintenance.aio.operations.ApplyUpdatesOperations.create_or_update": "Microsoft.Maintenance.ApplyUpdatesOperationGroup.createOrUpdate",
59+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.get_parent": "Microsoft.Maintenance.ConfigurationAssignments.getParent",
60+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.get_parent": "Microsoft.Maintenance.ConfigurationAssignments.getParent",
61+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.create_or_update_parent": "Microsoft.Maintenance.ConfigurationAssignments.createOrUpdateParent",
62+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.create_or_update_parent": "Microsoft.Maintenance.ConfigurationAssignments.createOrUpdateParent",
63+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.delete_parent": "Microsoft.Maintenance.ConfigurationAssignments.deleteParent",
64+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.delete_parent": "Microsoft.Maintenance.ConfigurationAssignments.deleteParent",
65+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.list_parent": "Microsoft.Maintenance.ConfigurationAssignments.listParent",
66+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.list_parent": "Microsoft.Maintenance.ConfigurationAssignments.listParent",
67+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.get",
68+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.get",
69+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.createOrUpdate",
70+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.createOrUpdate",
71+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.delete",
72+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentOperationGroup.delete",
73+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsOperations.list": "Microsoft.Maintenance.ConfigurationAssignmentForResourceGroupOperationGroup.list",
74+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsOperations.list": "Microsoft.Maintenance.ConfigurationAssignmentForResourceGroupOperationGroup.list",
75+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForSubscriptionsOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.get",
76+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForSubscriptionsOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.get",
77+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForSubscriptionsOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.createOrUpdate",
78+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForSubscriptionsOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.createOrUpdate",
79+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForSubscriptionsOperations.update": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.update",
80+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForSubscriptionsOperations.update": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.update",
81+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForSubscriptionsOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.delete",
82+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForSubscriptionsOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.delete",
83+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForResourceGroupOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.get",
84+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForResourceGroupOperations.get": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.get",
85+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForResourceGroupOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.createOrUpdate",
86+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForResourceGroupOperations.create_or_update": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.createOrUpdate",
87+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForResourceGroupOperations.update": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.update",
88+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForResourceGroupOperations.update": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.update",
89+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsForResourceGroupOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.delete",
90+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsForResourceGroupOperations.delete": "Microsoft.Maintenance.ConfigurationAssignmentsForResourceGroup.delete",
91+
"azure.mgmt.maintenance.operations.PublicMaintenanceConfigurationsOperations.get": "Microsoft.Maintenance.MaintenanceConfigurations.get",
92+
"azure.mgmt.maintenance.aio.operations.PublicMaintenanceConfigurationsOperations.get": "Microsoft.Maintenance.MaintenanceConfigurations.get",
93+
"azure.mgmt.maintenance.operations.PublicMaintenanceConfigurationsOperations.list": "Microsoft.Maintenance.MaintenanceConfigurations.list",
94+
"azure.mgmt.maintenance.aio.operations.PublicMaintenanceConfigurationsOperations.list": "Microsoft.Maintenance.MaintenanceConfigurations.list",
95+
"azure.mgmt.maintenance.operations.MaintenanceConfigurationsForResourceGroupOperations.list": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.list",
96+
"azure.mgmt.maintenance.aio.operations.MaintenanceConfigurationsForResourceGroupOperations.list": "Microsoft.Maintenance.MaintenanceConfigurationOperationGroup.list",
97+
"azure.mgmt.maintenance.operations.ConfigurationAssignmentsWithinSubscriptionOperations.list": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.list",
98+
"azure.mgmt.maintenance.aio.operations.ConfigurationAssignmentsWithinSubscriptionOperations.list": "Microsoft.Maintenance.ConfigurationAssignmentsForSubscriptions.list",
99+
"azure.mgmt.maintenance.operations.ScheduledEventOperations.acknowledge": "Microsoft.Maintenance.ScheduledEventOperationGroup.acknowledge",
100+
"azure.mgmt.maintenance.aio.operations.ScheduledEventOperations.acknowledge": "Microsoft.Maintenance.ScheduledEventOperationGroup.acknowledge",
101+
"azure.mgmt.maintenance.operations.ApplyUpdateForResourceGroupOperations.list": "Microsoft.Maintenance.ApplyUpdateForResourceGroupOperationGroup.list",
102+
"azure.mgmt.maintenance.aio.operations.ApplyUpdateForResourceGroupOperations.list": "Microsoft.Maintenance.ApplyUpdateForResourceGroupOperationGroup.list",
103+
"azure.mgmt.maintenance.operations.UpdatesOperations.list_parent": "Microsoft.Maintenance.UpdatesOperationGroup.listParent",
104+
"azure.mgmt.maintenance.aio.operations.UpdatesOperations.list_parent": "Microsoft.Maintenance.UpdatesOperationGroup.listParent",
105+
"azure.mgmt.maintenance.operations.UpdatesOperations.list": "Microsoft.Maintenance.UpdatesOperationGroup.list",
106+
"azure.mgmt.maintenance.aio.operations.UpdatesOperations.list": "Microsoft.Maintenance.UpdatesOperationGroup.list"
107+
},
108+
"CrossLanguageVersion": "832e7455484c"
109+
}
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/maintenance/azure-mgmt-maintenance/azure/mgmt/maintenance/__init__.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,31 @@
22
# --------------------------------------------------------------------------
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the MIT License. See License.txt in the project root for license information.
5-
# Code generated by Microsoft (R) AutoRest Code Generator.
5+
# Code generated by Microsoft (R) Python Code Generator.
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
8+
# pylint: disable=wrong-import-position
89

9-
from ._maintenance_management_client import MaintenanceManagementClient
10+
from typing import TYPE_CHECKING
11+
12+
if TYPE_CHECKING:
13+
from ._patch import * # pylint: disable=unused-wildcard-import
14+
15+
from ._client import MaintenanceManagementClient # type: ignore
1016
from ._version import VERSION
1117

1218
__version__ = VERSION
1319

1420
try:
1521
from ._patch import __all__ as _patch_all
16-
from ._patch import * # pylint: disable=unused-wildcard-import
22+
from ._patch import *
1723
except ImportError:
1824
_patch_all = []
1925
from ._patch import patch_sdk as _patch_sdk
2026

2127
__all__ = [
2228
"MaintenanceManagementClient",
2329
]
24-
__all__.extend([p for p in _patch_all if p not in __all__])
30+
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
2531

2632
_patch_sdk()

0 commit comments

Comments
 (0)