Skip to content

Commit 9187477

Browse files
[AutoRelease] t2-appcontainers-2025-10-09-42434(can only be merged by SDK owner) (#43309)
* code and test * update changelog * Update CHANGELOG.md * Update CHANGELOG for version 4.0.0 Updated release date for version 4.0.0 and added a new parameter to ContainerAppsAPIClient. --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent f3f8cf3 commit 9187477

File tree

383 files changed

+3140
-24038
lines changed

Some content is hidden

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

383 files changed

+3140
-24038
lines changed

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

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

3+
## 4.0.0 (2025-10-24)
4+
5+
### Features Added
6+
7+
- Model `ContainerAppsAPIClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `ContainerAppsAPIClient` added operation group `managed_environment_private_endpoint_connections`
9+
- Client `ContainerAppsAPIClient` added operation group `managed_environment_private_link_resources`
10+
- Client `ContainerAppsAPIClient` added operation group `http_route_config`
11+
- Client `ContainerAppsAPIClient` added operation group `maintenance_configurations`
12+
- Client `ContainerAppsAPIClient` added operation group `logic_apps`
13+
- Model `AzureFileProperties` added property `account_key_vault_properties`
14+
- Enum `BindingType` added member `AUTO`
15+
- Model `CertificateProperties` added property `deployment_errors`
16+
- Enum `CertificateProvisioningState` added member `DELETING`
17+
- Model `ConnectedEnvironmentStorageProperties` added property `provisioning_state`
18+
- Model `ConnectedEnvironmentStorageProperties` added property `deployment_errors`
19+
- Model `ContainerApp` added property `kind`
20+
- Model `Dapr` added property `app_health`
21+
- Model `Dapr` added property `max_concurrency`
22+
- Model `DaprComponent` added property `provisioning_state`
23+
- Model `DaprComponent` added property `deployment_errors`
24+
- Model `ManagedEnvironment` added property `ingress_configuration`
25+
- Model `ManagedEnvironment` added property `private_endpoint_connections`
26+
- Model `ManagedEnvironment` added property `public_network_access`
27+
- Added model `ConnectedEnvironmentPatchResource`
28+
- Added enum `ConnectedEnvironmentStorageProvisioningState`
29+
- Added model `DaprAppHealth`
30+
- Added enum `DaprComponentProvisioningState`
31+
- Added model `ErrorEntity`
32+
- Added model `HttpRoute`
33+
- Added model `HttpRouteAction`
34+
- Added model `HttpRouteConfig`
35+
- Added model `HttpRouteConfigCollection`
36+
- Added model `HttpRouteConfigProperties`
37+
- Added model `HttpRouteMatch`
38+
- Added model `HttpRouteProvisioningErrors`
39+
- Added enum `HttpRouteProvisioningState`
40+
- Added model `HttpRouteRule`
41+
- Added model `HttpRouteTarget`
42+
- Added model `IngressConfiguration`
43+
- Added enum `Kind`
44+
- Added model `LogicApp`
45+
- Added model `MaintenanceConfigurationCollection`
46+
- Added model `MaintenanceConfigurationResource`
47+
- Added model `PrivateEndpoint`
48+
- Added model `PrivateEndpointConnection`
49+
- Added model `PrivateEndpointConnectionListResult`
50+
- Added enum `PrivateEndpointConnectionProvisioningState`
51+
- Added enum `PrivateEndpointServiceConnectionStatus`
52+
- Added model `PrivateLinkResource`
53+
- Added model `PrivateLinkResourceListResult`
54+
- Added model `PrivateLinkServiceConnectionState`
55+
- Added enum `PublicNetworkAccess`
56+
- Added model `ResourceTags`
57+
- Added model `ScheduledEntry`
58+
- Added model `SecretKeyVaultProperties`
59+
- Added enum `WeekDay`
60+
- Added model `WorkflowEnvelope`
61+
- Added model `WorkflowEnvelopeCollection`
62+
- Added model `WorkflowEnvelopeProperties`
63+
- Added model `WorkflowHealth`
64+
- Added enum `WorkflowHealthState`
65+
- Added enum `WorkflowKind`
66+
- Added enum `WorkflowState`
67+
- Operation group `ConnectedEnvironmentsCertificatesOperations` added method `begin_create_or_update`
68+
- Operation group `ConnectedEnvironmentsCertificatesOperations` added method `begin_delete`
69+
- Operation group `ConnectedEnvironmentsCertificatesOperations` added method `begin_update`
70+
- Operation group `ConnectedEnvironmentsDaprComponentsOperations` added method `begin_create_or_update`
71+
- Operation group `ConnectedEnvironmentsDaprComponentsOperations` added method `begin_delete`
72+
- Operation group `ConnectedEnvironmentsStoragesOperations` added method `begin_create_or_update`
73+
- Operation group `ConnectedEnvironmentsStoragesOperations` added method `begin_delete`
74+
- Added operation group `HttpRouteConfigOperations`
75+
- Added operation group `LogicAppsOperations`
76+
- Added operation group `MaintenanceConfigurationsOperations`
77+
- Added operation group `ManagedEnvironmentPrivateEndpointConnectionsOperations`
78+
- Added operation group `ManagedEnvironmentPrivateLinkResourcesOperations`
79+
80+
### Breaking Changes
81+
82+
- Deleted or renamed method `ConnectedEnvironmentsCertificatesOperations.create_or_update`
83+
- Deleted or renamed method `ConnectedEnvironmentsCertificatesOperations.delete`
84+
- Deleted or renamed method `ConnectedEnvironmentsCertificatesOperations.update`
85+
- Deleted or renamed method `ConnectedEnvironmentsDaprComponentsOperations.create_or_update`
86+
- Deleted or renamed method `ConnectedEnvironmentsDaprComponentsOperations.delete`
87+
- Method `ConnectedEnvironmentsOperations.update` inserted a `positional_or_keyword` parameter `environment_envelope`
88+
- Deleted or renamed method `ConnectedEnvironmentsStoragesOperations.create_or_update`
89+
- Deleted or renamed method `ConnectedEnvironmentsStoragesOperations.delete`
90+
- Deleted or renamed operation group `ContainerAppsAPIClientOperationsMixin`
91+
392
## 4.0.0b1 (2025-08-19)
493

594
### 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/appcontainers/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,11 +1,11 @@
11
{
2-
"commit": "1bdafdbace5d4cc7eb461433adac4a45af87c186",
2+
"commit": "aae85aa3e7e4fda95ea2d3abac0ba1d8159db214",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.38.2",
6+
"@autorest/python@6.40.0",
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 --keep-setup-py=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.38.2 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
10-
"readme": "specification/app/resource-manager/readme.md"
9+
"autorest_command": "autorest specification/app/resource-manager/Microsoft.App/ContainerApps/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.40.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
10+
"readme": "specification/app/resource-manager/Microsoft.App/ContainerApps/readme.md"
1111
}

0 commit comments

Comments
 (0)