Skip to content

Commit fe38d6e

Browse files
[AutoRelease] t2-appcontainers-2025-03-27-96702(can only be merged by SDK owner) (#40242)
* code and test * Update CHANGELOG.md for new operation groups --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 839cbb3 commit fe38d6e

File tree

352 files changed

+5266
-28084
lines changed

Some content is hidden

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

352 files changed

+5266
-28084
lines changed

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

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

3+
## 3.2.0 (2025-04-20)
4+
5+
### Features Added
6+
7+
- Client `ContainerAppsAPIClient` added operation group `java_components`
8+
- Client `ContainerAppsAPIClient` added operation group `container_apps_session_pools`
9+
- Model `CertificateProperties` added property `certificate_key_vault_properties`
10+
- Model `Configuration` added property `runtime`
11+
- Model `Configuration` added property `identity_settings`
12+
- Model `ContainerApp` added property `running_status`
13+
- Model `CustomDomainConfiguration` added property `certificate_key_vault_properties`
14+
- Model `CustomScaleRule` added property `identity`
15+
- Model `HttpScaleRule` added property `identity`
16+
- Model `JobConfiguration` added property `identity_settings`
17+
- Model `JobScaleRule` added property `identity`
18+
- Model `ManagedEnvironment` added property `identity`
19+
- Model `ManagedEnvironmentStorageProperties` added property `nfs_azure_file`
20+
- Model `QueueScaleRule` added property `account_name`
21+
- Model `QueueScaleRule` added property `identity`
22+
- Model `Scale` added property `cooldown_period`
23+
- Model `Scale` added property `polling_interval`
24+
- Enum `StorageType` added member `NFS_AZURE_FILE`
25+
- Model `TcpScaleRule` added property `identity`
26+
- Added model `CertificateKeyVaultProperties`
27+
- Added enum `ContainerAppRunningStatus`
28+
- Added enum `ContainerType`
29+
- Added model `CustomContainerTemplate`
30+
- Added model `DynamicPoolConfiguration`
31+
- Added model `IdentitySettings`
32+
- Added enum `IdentitySettingsLifeCycle`
33+
- Added model `JavaComponent`
34+
- Added model `JavaComponentConfigurationProperty`
35+
- Added model `JavaComponentIngress`
36+
- Added model `JavaComponentProperties`
37+
- Added model `JavaComponentPropertiesScale`
38+
- Added enum `JavaComponentProvisioningState`
39+
- Added model `JavaComponentServiceBind`
40+
- Added enum `JavaComponentType`
41+
- Added model `JavaComponentsCollection`
42+
- Added model `LifecycleConfiguration`
43+
- Added enum `LifecycleType`
44+
- Added model `ManagedIdentitySetting`
45+
- Added model `NfsAzureFileProperties`
46+
- Added enum `PoolManagementType`
47+
- Added model `Runtime`
48+
- Added model `RuntimeJava`
49+
- Added model `ScaleConfiguration`
50+
- Added model `SessionContainer`
51+
- Added model `SessionContainerResources`
52+
- Added model `SessionIngress`
53+
- Added model `SessionNetworkConfiguration`
54+
- Added enum `SessionNetworkStatus`
55+
- Added model `SessionPool`
56+
- Added model `SessionPoolCollection`
57+
- Added enum `SessionPoolProvisioningState`
58+
- Added model `SessionPoolSecret`
59+
- Added model `SessionPoolUpdatableProperties`
60+
- Added model `SessionRegistryCredentials`
61+
- Added model `SpringBootAdminComponent`
62+
- Added model `SpringCloudConfigComponent`
63+
- Added model `SpringCloudEurekaComponent`
64+
- Added operation group `ContainerAppsSessionPoolsOperations`
65+
- Added operation group `JavaComponentsOperations`
66+
367
## 3.2.0b1 (2024-10-28)
468

569
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "c3f246bece34c122def67e59945e634490f205fe",
2+
"commit": "0c62abad8eabfcba5c50a0dfdc5778d86bab2130",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.19.0",
6+
"@autorest/python@6.27.4",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/app/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.19.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/app/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/app/resource-manager/readme.md"
1111
}

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/__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) AutoRest 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 ._container_apps_api_client import ContainerAppsAPIClient
10+
from typing import TYPE_CHECKING
11+
12+
if TYPE_CHECKING:
13+
from ._patch import * # pylint: disable=unused-wildcard-import
14+
15+
from ._container_apps_api_client import ContainerAppsAPIClient # 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
"ContainerAppsAPIClient",
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/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/_configuration.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,26 @@
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

21-
class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-attributes,name-too-long
20+
class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-attributes
2221
"""Configuration for ContainerAppsAPIClient.
2322
2423
Note that all parameters used to create this instance are saved as instance
2524
attributes.
2625
2726
:param credential: Credential needed for the client to connect to Azure. Required.
2827
:type credential: ~azure.core.credentials.TokenCredential
29-
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
28+
:param subscription_id: The ID of the target subscription. Required.
3029
:type subscription_id: str
31-
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
32-
this default value may result in unsupported behavior.
30+
:keyword api_version: Api Version. Default value is "2025-01-01". Note that overriding this
31+
default value may result in unsupported behavior.
3332
:paramtype api_version: str
3433
"""
3534

3635
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
37-
api_version: str = kwargs.pop("api_version", "2024-08-02-preview")
36+
api_version: str = kwargs.pop("api_version", "2025-01-01")
3837

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

0 commit comments

Comments
 (0)