Skip to content

Commit 7d7b582

Browse files
author
SDKAuto
committed
CodeGen from PR 33496 in Azure/azure-rest-api-specs
Merge 96d39d36a00ac9bd36137613ed896f10f3a91c2a into be5dbb019f2010a8b0ff2f517f959420b75f63f7
1 parent e64902f commit 7d7b582

Some content is hidden

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

45 files changed

+765
-623
lines changed

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

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

3+
## 1.0.0 (2025-04-15)
4+
5+
### Features Added
6+
7+
- Method `Operation.__init__` has a new overload `def __init__(self: None, display: Optional[_models.OperationDisplay])`
8+
39
## 1.0.0b1 (2024-10-20)
410

511
### Other Changes

sdk/containerorchestratorruntime/azure-mgmt-containerorchestratorruntime/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 Containerorchestratorruntime Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
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.9+ 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.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "399cbac2de1bc0acbed4c9a0a864a9c84da3692e",
2+
"commit": "bbd2fdd89683ca25a1d2fd9d58093eda14da8a19",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/kubernetesruntime/KubernetesRuntime.Management",
5-
"@azure-tools/typespec-python": "0.33.0"
5+
"@azure-tools/typespec-python": "0.42.3"
66
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"CrossLanguagePackageId": "Microsoft.KubernetesRuntime",
3+
"CrossLanguageDefinitionId": {
4+
"azure.mgmt.containerorchestratorruntime.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
5+
"azure.mgmt.containerorchestratorruntime.models.ExtensionResource": "Azure.ResourceManager.CommonTypes.ExtensionResource",
6+
"azure.mgmt.containerorchestratorruntime.models.BgpPeer": "Microsoft.KubernetesRuntime.BgpPeer",
7+
"azure.mgmt.containerorchestratorruntime.models.BgpPeerProperties": "Microsoft.KubernetesRuntime.BgpPeerProperties",
8+
"azure.mgmt.containerorchestratorruntime.models.StorageClassTypeProperties": "Microsoft.KubernetesRuntime.StorageClassTypeProperties",
9+
"azure.mgmt.containerorchestratorruntime.models.BlobStorageClassTypeProperties": "Microsoft.KubernetesRuntime.BlobStorageClassTypeProperties",
10+
"azure.mgmt.containerorchestratorruntime.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
11+
"azure.mgmt.containerorchestratorruntime.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
12+
"azure.mgmt.containerorchestratorruntime.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
13+
"azure.mgmt.containerorchestratorruntime.models.LoadBalancer": "Microsoft.KubernetesRuntime.LoadBalancer",
14+
"azure.mgmt.containerorchestratorruntime.models.LoadBalancerProperties": "Microsoft.KubernetesRuntime.LoadBalancerProperties",
15+
"azure.mgmt.containerorchestratorruntime.models.NativeStorageClassTypeProperties": "Microsoft.KubernetesRuntime.NativeStorageClassTypeProperties",
16+
"azure.mgmt.containerorchestratorruntime.models.NfsStorageClassTypeProperties": "Microsoft.KubernetesRuntime.NfsStorageClassTypeProperties",
17+
"azure.mgmt.containerorchestratorruntime.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
18+
"azure.mgmt.containerorchestratorruntime.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
19+
"azure.mgmt.containerorchestratorruntime.models.RwxStorageClassTypeProperties": "Microsoft.KubernetesRuntime.RwxStorageClassTypeProperties",
20+
"azure.mgmt.containerorchestratorruntime.models.ServiceProperties": "Microsoft.KubernetesRuntime.ServiceProperties",
21+
"azure.mgmt.containerorchestratorruntime.models.ServiceResource": "Microsoft.KubernetesRuntime.ServiceResource",
22+
"azure.mgmt.containerorchestratorruntime.models.SmbStorageClassTypeProperties": "Microsoft.KubernetesRuntime.SmbStorageClassTypeProperties",
23+
"azure.mgmt.containerorchestratorruntime.models.StorageClassProperties": "Microsoft.KubernetesRuntime.StorageClassProperties",
24+
"azure.mgmt.containerorchestratorruntime.models.StorageClassPropertiesUpdate": "Microsoft.KubernetesRuntime.StorageClassPropertiesUpdate",
25+
"azure.mgmt.containerorchestratorruntime.models.StorageClassResource": "Microsoft.KubernetesRuntime.StorageClassResource",
26+
"azure.mgmt.containerorchestratorruntime.models.StorageClassResourceUpdate": "Microsoft.KubernetesRuntime.StorageClassResourceUpdate",
27+
"azure.mgmt.containerorchestratorruntime.models.StorageClassTypePropertiesUpdate": "Microsoft.KubernetesRuntime.StorageClassTypePropertiesUpdate",
28+
"azure.mgmt.containerorchestratorruntime.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
29+
"azure.mgmt.containerorchestratorruntime.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
30+
"azure.mgmt.containerorchestratorruntime.models.VolumeExpansion": "Microsoft.KubernetesRuntime.VolumeExpansion",
31+
"azure.mgmt.containerorchestratorruntime.models.VolumeBindingMode": "Microsoft.KubernetesRuntime.VolumeBindingMode",
32+
"azure.mgmt.containerorchestratorruntime.models.AccessMode": "Microsoft.KubernetesRuntime.AccessMode",
33+
"azure.mgmt.containerorchestratorruntime.models.DataResilienceTier": "Microsoft.KubernetesRuntime.DataResilienceTier",
34+
"azure.mgmt.containerorchestratorruntime.models.FailoverTier": "Microsoft.KubernetesRuntime.FailoverTier",
35+
"azure.mgmt.containerorchestratorruntime.models.PerformanceTier": "Microsoft.KubernetesRuntime.PerformanceTier",
36+
"azure.mgmt.containerorchestratorruntime.models.SCType": "Microsoft.KubernetesRuntime.SCType",
37+
"azure.mgmt.containerorchestratorruntime.models.NfsDirectoryActionOnVolumeDeletion": "Microsoft.KubernetesRuntime.NfsDirectoryActionOnVolumeDeletion",
38+
"azure.mgmt.containerorchestratorruntime.models.ProvisioningState": "Microsoft.KubernetesRuntime.ProvisioningState",
39+
"azure.mgmt.containerorchestratorruntime.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
40+
"azure.mgmt.containerorchestratorruntime.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType",
41+
"azure.mgmt.containerorchestratorruntime.models.AdvertiseMode": "Microsoft.KubernetesRuntime.AdvertiseMode",
42+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.storage_class.get": "Microsoft.KubernetesRuntime.StorageClass.get",
43+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.storage_class.begin_create_or_update": "Microsoft.KubernetesRuntime.StorageClass.createOrUpdate",
44+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.storage_class.begin_update": "Microsoft.KubernetesRuntime.StorageClass.update",
45+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.storage_class.begin_delete": "Microsoft.KubernetesRuntime.StorageClass.delete",
46+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.storage_class.list": "Microsoft.KubernetesRuntime.StorageClass.list",
47+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.operations.list": "Azure.ResourceManager.Operations.list",
48+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.load_balancers.get": "Microsoft.KubernetesRuntime.LoadBalancers.get",
49+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.load_balancers.begin_create_or_update": "Microsoft.KubernetesRuntime.LoadBalancers.createOrUpdate",
50+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.load_balancers.delete": "Microsoft.KubernetesRuntime.LoadBalancers.delete",
51+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.load_balancers.list": "Microsoft.KubernetesRuntime.LoadBalancers.list",
52+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.bgp_peers.get": "Microsoft.KubernetesRuntime.BgpPeers.get",
53+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.bgp_peers.begin_create_or_update": "Microsoft.KubernetesRuntime.BgpPeers.createOrUpdate",
54+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.bgp_peers.delete": "Microsoft.KubernetesRuntime.BgpPeers.delete",
55+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.bgp_peers.list": "Microsoft.KubernetesRuntime.BgpPeers.list",
56+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.services.get": "Microsoft.KubernetesRuntime.Services.get",
57+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.services.create_or_update": "Microsoft.KubernetesRuntime.Services.createOrUpdate",
58+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.services.delete": "Microsoft.KubernetesRuntime.Services.delete",
59+
"azure.mgmt.containerorchestratorruntime.ContainerOrchestratorRuntimeMgmtClient.services.list": "Microsoft.KubernetesRuntime.Services.list"
60+
}
61+
}

sdk/containerorchestratorruntime/azure-mgmt-containerorchestratorruntime/azure/mgmt/containerorchestratorruntime/__init__.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@
55
# 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 ._client import ContainerOrchestratorRuntimeMgmtClient
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 ContainerOrchestratorRuntimeMgmtClient # 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
"ContainerOrchestratorRuntimeMgmtClient",
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()

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
)
2727

2828
if TYPE_CHECKING:
29-
# pylint: disable=unused-import,ungrouped-imports
3029
from azure.core.credentials import TokenCredential
3130

3231

33-
class ContainerOrchestratorRuntimeMgmtClient: # pylint: disable=client-accepts-api-version-keyword
32+
class ContainerOrchestratorRuntimeMgmtClient:
3433
"""ContainerOrchestratorRuntimeMgmtClient.
3534
3635
:ivar storage_class: StorageClassOperations operations

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from ._version import VERSION
1515

1616
if TYPE_CHECKING:
17-
# pylint: disable=unused-import,ungrouped-imports
1817
from azure.core.credentials import TokenCredential
1918

2019

0 commit comments

Comments
 (0)