Skip to content

Commit 418e3f8

Browse files
author
SDKAuto
committed
CodeGen from PR 31389 in Azure/azure-rest-api-specs
Merge 8ed5ca7407571407e3cb8ecdfd7cd7fa14ef1199 into bd0e64ddfa349b826ee0f8ae51a8d1bbd2d24f82
1 parent 6264dab commit 418e3f8

File tree

359 files changed

+7750
-1439
lines changed

Some content is hidden

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

359 files changed

+7750
-1439
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "c3f246bece34c122def67e59945e634490f205fe",
2+
"commit": "d8ac17cb54e0da7beff2da9b906cf941922a4766",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
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/[email protected] --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/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --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/_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-
2828
:type credential: ~azure.core.credentials.TokenCredential
2929
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
3030
:type subscription_id: str
31-
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
31+
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
3232
this default value may result in unsupported behavior.
3333
:paramtype api_version: str
3434
"""
3535

3636
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
37-
api_version: str = kwargs.pop("api_version", "2024-08-02-preview")
37+
api_version: str = kwargs.pop("api_version", "2024-10-02-preview")
3838

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

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/_container_apps_api_client.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
ContainerAppsBuildsByContainerAppOperations,
3737
ContainerAppsBuildsOperations,
3838
ContainerAppsDiagnosticsOperations,
39+
ContainerAppsLabelHistoryOperations,
3940
ContainerAppsOperations,
4041
ContainerAppsPatchesOperations,
4142
ContainerAppsRevisionReplicasOperations,
@@ -47,10 +48,12 @@
4748
DaprSubscriptionsOperations,
4849
DotNetComponentsOperations,
4950
FunctionsExtensionOperations,
51+
HttpRouteConfigOperations,
5052
JavaComponentsOperations,
5153
JobsExecutionsOperations,
5254
JobsOperations,
5355
LogicAppsOperations,
56+
MaintenanceConfigurationsOperations,
5457
ManagedCertificatesOperations,
5558
ManagedEnvironmentDiagnosticsOperations,
5659
ManagedEnvironmentPrivateEndpointConnectionsOperations,
@@ -121,6 +124,9 @@ class ContainerAppsAPIClient(
121124
:ivar container_apps_patches: ContainerAppsPatchesOperations operations
122125
:vartype container_apps_patches:
123126
azure.mgmt.appcontainers.operations.ContainerAppsPatchesOperations
127+
:ivar container_apps_label_history: ContainerAppsLabelHistoryOperations operations
128+
:vartype container_apps_label_history:
129+
azure.mgmt.appcontainers.operations.ContainerAppsLabelHistoryOperations
124130
:ivar container_apps_revisions: ContainerAppsRevisionsOperations operations
125131
:vartype container_apps_revisions:
126132
azure.mgmt.appcontainers.operations.ContainerAppsRevisionsOperations
@@ -175,6 +181,11 @@ class ContainerAppsAPIClient(
175181
:vartype dapr_components: azure.mgmt.appcontainers.operations.DaprComponentsOperations
176182
:ivar dapr_subscriptions: DaprSubscriptionsOperations operations
177183
:vartype dapr_subscriptions: azure.mgmt.appcontainers.operations.DaprSubscriptionsOperations
184+
:ivar http_route_config: HttpRouteConfigOperations operations
185+
:vartype http_route_config: azure.mgmt.appcontainers.operations.HttpRouteConfigOperations
186+
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
187+
:vartype maintenance_configurations:
188+
azure.mgmt.appcontainers.operations.MaintenanceConfigurationsOperations
178189
:ivar managed_environments_storages: ManagedEnvironmentsStoragesOperations operations
179190
:vartype managed_environments_storages:
180191
azure.mgmt.appcontainers.operations.ManagedEnvironmentsStoragesOperations
@@ -195,7 +206,7 @@ class ContainerAppsAPIClient(
195206
:type subscription_id: str
196207
:param base_url: Service URL. Default value is "https://management.azure.com".
197208
:type base_url: str
198-
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
209+
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
199210
this default value may result in unsupported behavior.
200211
:paramtype api_version: str
201212
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
@@ -272,6 +283,9 @@ def __init__(
272283
self.container_apps_patches = ContainerAppsPatchesOperations(
273284
self._client, self._config, self._serialize, self._deserialize
274285
)
286+
self.container_apps_label_history = ContainerAppsLabelHistoryOperations(
287+
self._client, self._config, self._serialize, self._deserialize
288+
)
275289
self.container_apps_revisions = ContainerAppsRevisionsOperations(
276290
self._client, self._config, self._serialize, self._deserialize
277291
)
@@ -319,6 +333,12 @@ def __init__(
319333
self.dapr_subscriptions = DaprSubscriptionsOperations(
320334
self._client, self._config, self._serialize, self._deserialize
321335
)
336+
self.http_route_config = HttpRouteConfigOperations(
337+
self._client, self._config, self._serialize, self._deserialize
338+
)
339+
self.maintenance_configurations = MaintenanceConfigurationsOperations(
340+
self._client, self._config, self._serialize, self._deserialize
341+
)
322342
self.managed_environments_storages = ManagedEnvironmentsStoragesOperations(
323343
self._client, self._config, self._serialize, self._deserialize
324344
)

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "3.2.0b1"
9+
VERSION = "1.0.0b1"

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-
2828
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
2929
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
3030
:type subscription_id: str
31-
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
31+
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
3232
this default value may result in unsupported behavior.
3333
:paramtype api_version: str
3434
"""
3535

3636
def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
37-
api_version: str = kwargs.pop("api_version", "2024-08-02-preview")
37+
api_version: str = kwargs.pop("api_version", "2024-10-02-preview")
3838

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

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/_container_apps_api_client.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
ContainerAppsBuildsByContainerAppOperations,
3737
ContainerAppsBuildsOperations,
3838
ContainerAppsDiagnosticsOperations,
39+
ContainerAppsLabelHistoryOperations,
3940
ContainerAppsOperations,
4041
ContainerAppsPatchesOperations,
4142
ContainerAppsRevisionReplicasOperations,
@@ -47,10 +48,12 @@
4748
DaprSubscriptionsOperations,
4849
DotNetComponentsOperations,
4950
FunctionsExtensionOperations,
51+
HttpRouteConfigOperations,
5052
JavaComponentsOperations,
5153
JobsExecutionsOperations,
5254
JobsOperations,
5355
LogicAppsOperations,
56+
MaintenanceConfigurationsOperations,
5457
ManagedCertificatesOperations,
5558
ManagedEnvironmentDiagnosticsOperations,
5659
ManagedEnvironmentPrivateEndpointConnectionsOperations,
@@ -121,6 +124,9 @@ class ContainerAppsAPIClient(
121124
:ivar container_apps_patches: ContainerAppsPatchesOperations operations
122125
:vartype container_apps_patches:
123126
azure.mgmt.appcontainers.aio.operations.ContainerAppsPatchesOperations
127+
:ivar container_apps_label_history: ContainerAppsLabelHistoryOperations operations
128+
:vartype container_apps_label_history:
129+
azure.mgmt.appcontainers.aio.operations.ContainerAppsLabelHistoryOperations
124130
:ivar container_apps_revisions: ContainerAppsRevisionsOperations operations
125131
:vartype container_apps_revisions:
126132
azure.mgmt.appcontainers.aio.operations.ContainerAppsRevisionsOperations
@@ -177,6 +183,11 @@ class ContainerAppsAPIClient(
177183
:ivar dapr_subscriptions: DaprSubscriptionsOperations operations
178184
:vartype dapr_subscriptions:
179185
azure.mgmt.appcontainers.aio.operations.DaprSubscriptionsOperations
186+
:ivar http_route_config: HttpRouteConfigOperations operations
187+
:vartype http_route_config: azure.mgmt.appcontainers.aio.operations.HttpRouteConfigOperations
188+
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
189+
:vartype maintenance_configurations:
190+
azure.mgmt.appcontainers.aio.operations.MaintenanceConfigurationsOperations
180191
:ivar managed_environments_storages: ManagedEnvironmentsStoragesOperations operations
181192
:vartype managed_environments_storages:
182193
azure.mgmt.appcontainers.aio.operations.ManagedEnvironmentsStoragesOperations
@@ -197,7 +208,7 @@ class ContainerAppsAPIClient(
197208
:type subscription_id: str
198209
:param base_url: Service URL. Default value is "https://management.azure.com".
199210
:type base_url: str
200-
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
211+
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
201212
this default value may result in unsupported behavior.
202213
:paramtype api_version: str
203214
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
@@ -274,6 +285,9 @@ def __init__(
274285
self.container_apps_patches = ContainerAppsPatchesOperations(
275286
self._client, self._config, self._serialize, self._deserialize
276287
)
288+
self.container_apps_label_history = ContainerAppsLabelHistoryOperations(
289+
self._client, self._config, self._serialize, self._deserialize
290+
)
277291
self.container_apps_revisions = ContainerAppsRevisionsOperations(
278292
self._client, self._config, self._serialize, self._deserialize
279293
)
@@ -321,6 +335,12 @@ def __init__(
321335
self.dapr_subscriptions = DaprSubscriptionsOperations(
322336
self._client, self._config, self._serialize, self._deserialize
323337
)
338+
self.http_route_config = HttpRouteConfigOperations(
339+
self._client, self._config, self._serialize, self._deserialize
340+
)
341+
self.maintenance_configurations = MaintenanceConfigurationsOperations(
342+
self._client, self._config, self._serialize, self._deserialize
343+
)
324344
self.managed_environments_storages = ManagedEnvironmentsStoragesOperations(
325345
self._client, self._config, self._serialize, self._deserialize
326346
)

sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/operations/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from ._container_apps_builds_by_container_app_operations import ContainerAppsBuildsByContainerAppOperations
2323
from ._container_apps_builds_operations import ContainerAppsBuildsOperations
2424
from ._container_apps_patches_operations import ContainerAppsPatchesOperations
25+
from ._container_apps_label_history_operations import ContainerAppsLabelHistoryOperations
2526
from ._container_apps_revisions_operations import ContainerAppsRevisionsOperations
2627
from ._container_apps_revision_replicas_operations import ContainerAppsRevisionReplicasOperations
2728
from ._container_apps_diagnostics_operations import ContainerAppsDiagnosticsOperations
@@ -46,6 +47,8 @@
4647
from ._dapr_component_resiliency_policies_operations import DaprComponentResiliencyPoliciesOperations
4748
from ._dapr_components_operations import DaprComponentsOperations
4849
from ._dapr_subscriptions_operations import DaprSubscriptionsOperations
50+
from ._http_route_config_operations import HttpRouteConfigOperations
51+
from ._maintenance_configurations_operations import MaintenanceConfigurationsOperations
4952
from ._managed_environments_storages_operations import ManagedEnvironmentsStoragesOperations
5053
from ._container_apps_session_pools_operations import ContainerAppsSessionPoolsOperations
5154
from ._container_apps_source_controls_operations import ContainerAppsSourceControlsOperations
@@ -73,6 +76,7 @@
7376
"ContainerAppsBuildsByContainerAppOperations",
7477
"ContainerAppsBuildsOperations",
7578
"ContainerAppsPatchesOperations",
79+
"ContainerAppsLabelHistoryOperations",
7680
"ContainerAppsRevisionsOperations",
7781
"ContainerAppsRevisionReplicasOperations",
7882
"ContainerAppsDiagnosticsOperations",
@@ -95,6 +99,8 @@
9599
"DaprComponentResiliencyPoliciesOperations",
96100
"DaprComponentsOperations",
97101
"DaprSubscriptionsOperations",
102+
"HttpRouteConfigOperations",
103+
"MaintenanceConfigurationsOperations",
98104
"ManagedEnvironmentsStoragesOperations",
99105
"ContainerAppsSessionPoolsOperations",
100106
"ContainerAppsSourceControlsOperations",

0 commit comments

Comments
 (0)