Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions sdk/appcontainers/azure-mgmt-appcontainers/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "c3f246bece34c122def67e59945e634490f205fe",
"commit": "d8ac17cb54e0da7beff2da9b906cf941922a4766",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"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",
"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",
"readme": "specification/app/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""

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

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ContainerAppsBuildsByContainerAppOperations,
ContainerAppsBuildsOperations,
ContainerAppsDiagnosticsOperations,
ContainerAppsLabelHistoryOperations,
ContainerAppsOperations,
ContainerAppsPatchesOperations,
ContainerAppsRevisionReplicasOperations,
Expand All @@ -47,10 +48,12 @@
DaprSubscriptionsOperations,
DotNetComponentsOperations,
FunctionsExtensionOperations,
HttpRouteConfigOperations,
JavaComponentsOperations,
JobsExecutionsOperations,
JobsOperations,
LogicAppsOperations,
MaintenanceConfigurationsOperations,
ManagedCertificatesOperations,
ManagedEnvironmentDiagnosticsOperations,
ManagedEnvironmentPrivateEndpointConnectionsOperations,
Expand Down Expand Up @@ -121,6 +124,9 @@ class ContainerAppsAPIClient(
:ivar container_apps_patches: ContainerAppsPatchesOperations operations
:vartype container_apps_patches:
azure.mgmt.appcontainers.operations.ContainerAppsPatchesOperations
:ivar container_apps_label_history: ContainerAppsLabelHistoryOperations operations
:vartype container_apps_label_history:
azure.mgmt.appcontainers.operations.ContainerAppsLabelHistoryOperations
:ivar container_apps_revisions: ContainerAppsRevisionsOperations operations
:vartype container_apps_revisions:
azure.mgmt.appcontainers.operations.ContainerAppsRevisionsOperations
Expand Down Expand Up @@ -175,6 +181,11 @@ class ContainerAppsAPIClient(
:vartype dapr_components: azure.mgmt.appcontainers.operations.DaprComponentsOperations
:ivar dapr_subscriptions: DaprSubscriptionsOperations operations
:vartype dapr_subscriptions: azure.mgmt.appcontainers.operations.DaprSubscriptionsOperations
:ivar http_route_config: HttpRouteConfigOperations operations
:vartype http_route_config: azure.mgmt.appcontainers.operations.HttpRouteConfigOperations
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.appcontainers.operations.MaintenanceConfigurationsOperations
:ivar managed_environments_storages: ManagedEnvironmentsStoragesOperations operations
:vartype managed_environments_storages:
azure.mgmt.appcontainers.operations.ManagedEnvironmentsStoragesOperations
Expand All @@ -195,7 +206,7 @@ class ContainerAppsAPIClient(
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Expand Down Expand Up @@ -272,6 +283,9 @@ def __init__(
self.container_apps_patches = ContainerAppsPatchesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_apps_label_history = ContainerAppsLabelHistoryOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_apps_revisions = ContainerAppsRevisionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down Expand Up @@ -319,6 +333,12 @@ def __init__(
self.dapr_subscriptions = DaprSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.http_route_config = HttpRouteConfigOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_environments_storages = ManagedEnvironmentsStoragesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "3.2.0b1"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class ContainerAppsAPIClientConfiguration: # pylint: disable=too-many-instance-
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""

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

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ContainerAppsBuildsByContainerAppOperations,
ContainerAppsBuildsOperations,
ContainerAppsDiagnosticsOperations,
ContainerAppsLabelHistoryOperations,
ContainerAppsOperations,
ContainerAppsPatchesOperations,
ContainerAppsRevisionReplicasOperations,
Expand All @@ -47,10 +48,12 @@
DaprSubscriptionsOperations,
DotNetComponentsOperations,
FunctionsExtensionOperations,
HttpRouteConfigOperations,
JavaComponentsOperations,
JobsExecutionsOperations,
JobsOperations,
LogicAppsOperations,
MaintenanceConfigurationsOperations,
ManagedCertificatesOperations,
ManagedEnvironmentDiagnosticsOperations,
ManagedEnvironmentPrivateEndpointConnectionsOperations,
Expand Down Expand Up @@ -121,6 +124,9 @@ class ContainerAppsAPIClient(
:ivar container_apps_patches: ContainerAppsPatchesOperations operations
:vartype container_apps_patches:
azure.mgmt.appcontainers.aio.operations.ContainerAppsPatchesOperations
:ivar container_apps_label_history: ContainerAppsLabelHistoryOperations operations
:vartype container_apps_label_history:
azure.mgmt.appcontainers.aio.operations.ContainerAppsLabelHistoryOperations
:ivar container_apps_revisions: ContainerAppsRevisionsOperations operations
:vartype container_apps_revisions:
azure.mgmt.appcontainers.aio.operations.ContainerAppsRevisionsOperations
Expand Down Expand Up @@ -177,6 +183,11 @@ class ContainerAppsAPIClient(
:ivar dapr_subscriptions: DaprSubscriptionsOperations operations
:vartype dapr_subscriptions:
azure.mgmt.appcontainers.aio.operations.DaprSubscriptionsOperations
:ivar http_route_config: HttpRouteConfigOperations operations
:vartype http_route_config: azure.mgmt.appcontainers.aio.operations.HttpRouteConfigOperations
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.appcontainers.aio.operations.MaintenanceConfigurationsOperations
:ivar managed_environments_storages: ManagedEnvironmentsStoragesOperations operations
:vartype managed_environments_storages:
azure.mgmt.appcontainers.aio.operations.ManagedEnvironmentsStoragesOperations
Expand All @@ -197,7 +208,7 @@ class ContainerAppsAPIClient(
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2024-08-02-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2024-10-02-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Expand Down Expand Up @@ -274,6 +285,9 @@ def __init__(
self.container_apps_patches = ContainerAppsPatchesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_apps_label_history = ContainerAppsLabelHistoryOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_apps_revisions = ContainerAppsRevisionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down Expand Up @@ -321,6 +335,12 @@ def __init__(
self.dapr_subscriptions = DaprSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.http_route_config = HttpRouteConfigOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_environments_storages = ManagedEnvironmentsStoragesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from ._container_apps_builds_by_container_app_operations import ContainerAppsBuildsByContainerAppOperations
from ._container_apps_builds_operations import ContainerAppsBuildsOperations
from ._container_apps_patches_operations import ContainerAppsPatchesOperations
from ._container_apps_label_history_operations import ContainerAppsLabelHistoryOperations
from ._container_apps_revisions_operations import ContainerAppsRevisionsOperations
from ._container_apps_revision_replicas_operations import ContainerAppsRevisionReplicasOperations
from ._container_apps_diagnostics_operations import ContainerAppsDiagnosticsOperations
Expand All @@ -46,6 +47,8 @@
from ._dapr_component_resiliency_policies_operations import DaprComponentResiliencyPoliciesOperations
from ._dapr_components_operations import DaprComponentsOperations
from ._dapr_subscriptions_operations import DaprSubscriptionsOperations
from ._http_route_config_operations import HttpRouteConfigOperations
from ._maintenance_configurations_operations import MaintenanceConfigurationsOperations
from ._managed_environments_storages_operations import ManagedEnvironmentsStoragesOperations
from ._container_apps_session_pools_operations import ContainerAppsSessionPoolsOperations
from ._container_apps_source_controls_operations import ContainerAppsSourceControlsOperations
Expand Down Expand Up @@ -73,6 +76,7 @@
"ContainerAppsBuildsByContainerAppOperations",
"ContainerAppsBuildsOperations",
"ContainerAppsPatchesOperations",
"ContainerAppsLabelHistoryOperations",
"ContainerAppsRevisionsOperations",
"ContainerAppsRevisionReplicasOperations",
"ContainerAppsDiagnosticsOperations",
Expand All @@ -95,6 +99,8 @@
"DaprComponentResiliencyPoliciesOperations",
"DaprComponentsOperations",
"DaprSubscriptionsOperations",
"HttpRouteConfigOperations",
"MaintenanceConfigurationsOperations",
"ManagedEnvironmentsStoragesOperations",
"ContainerAppsSessionPoolsOperations",
"ContainerAppsSourceControlsOperations",
Expand Down
Loading