# Microsoft Azure SDK for Python
This is the Microsoft Azure Appcontainers Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
## Getting started
### Prerequisites
- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
```bash
pip install azure-mgmt-appcontainers
pip install azure-identity
```
### Authentication
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
With above configuration, client can be authenticated by following code:
```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.appcontainers import ContainerAppsAPIClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerAppsAPIClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Appcontainers Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
## Troubleshooting
## Next steps
## Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.
# Release History
## 3.2.0 (2025-04-20)
### Features Added
- Client `ContainerAppsAPIClient` added operation group `java_components`
- Client `ContainerAppsAPIClient` added operation group `container_apps_session_pools`
- Model `CertificateProperties` added property `certificate_key_vault_properties`
- Model `Configuration` added property `runtime`
- Model `Configuration` added property `identity_settings`
- Model `ContainerApp` added property `running_status`
- Model `CustomDomainConfiguration` added property `certificate_key_vault_properties`
- Model `CustomScaleRule` added property `identity`
- Model `HttpScaleRule` added property `identity`
- Model `JobConfiguration` added property `identity_settings`
- Model `JobScaleRule` added property `identity`
- Model `ManagedEnvironment` added property `identity`
- Model `ManagedEnvironmentStorageProperties` added property `nfs_azure_file`
- Model `QueueScaleRule` added property `account_name`
- Model `QueueScaleRule` added property `identity`
- Model `Scale` added property `cooldown_period`
- Model `Scale` added property `polling_interval`
- Enum `StorageType` added member `NFS_AZURE_FILE`
- Model `TcpScaleRule` added property `identity`
- Added model `CertificateKeyVaultProperties`
- Added enum `ContainerAppRunningStatus`
- Added enum `ContainerType`
- Added model `CustomContainerTemplate`
- Added model `DynamicPoolConfiguration`
- Added model `IdentitySettings`
- Added enum `IdentitySettingsLifeCycle`
- Added model `JavaComponent`
- Added model `JavaComponentConfigurationProperty`
- Added model `JavaComponentIngress`
- Added model `JavaComponentProperties`
- Added model `JavaComponentPropertiesScale`
- Added enum `JavaComponentProvisioningState`
- Added model `JavaComponentServiceBind`
- Added enum `JavaComponentType`
- Added model `JavaComponentsCollection`
- Added model `LifecycleConfiguration`
- Added enum `LifecycleType`
- Added model `ManagedIdentitySetting`
- Added model `NfsAzureFileProperties`
- Added enum `PoolManagementType`
- Added model `Runtime`
- Added model `RuntimeJava`
- Added model `ScaleConfiguration`
- Added model `SessionContainer`
- Added model `SessionContainerResources`
- Added model `SessionIngress`
- Added model `SessionNetworkConfiguration`
- Added enum `SessionNetworkStatus`
- Added model `SessionPool`
- Added model `SessionPoolCollection`
- Added enum `SessionPoolProvisioningState`
- Added model `SessionPoolSecret`
- Added model `SessionPoolUpdatableProperties`
- Added model `SessionRegistryCredentials`
- Added model `SpringBootAdminComponent`
- Added model `SpringCloudConfigComponent`
- Added model `SpringCloudEurekaComponent`
- Added operation group `ContainerAppsSessionPoolsOperations`
- Added operation group `JavaComponentsOperations`
## 3.2.0b1 (2024-10-28)
### Features Added
- Client `ContainerAppsAPIClient` added operation group `app_resiliency`
- Client `ContainerAppsAPIClient` added operation group `builders`
- Client `ContainerAppsAPIClient` added operation group `builds_by_builder_resource`
- Client `ContainerAppsAPIClient` added operation group `builds`
- Client `ContainerAppsAPIClient` added operation group `build_auth_token`
- Client `ContainerAppsAPIClient` added operation group `container_apps_builds_by_container_app`
- Client `ContainerAppsAPIClient` added operation group `container_apps_builds`
- Client `ContainerAppsAPIClient` added operation group `container_apps_patches`
- Client `ContainerAppsAPIClient` added operation group `dot_net_components`
- Client `ContainerAppsAPIClient` added operation group `functions_extension`
- Client `ContainerAppsAPIClient` added operation group `java_components`
- Client `ContainerAppsAPIClient` added operation group `logic_apps`
- Client `ContainerAppsAPIClient` added operation group `managed_environment_private_endpoint_connections`
- Client `ContainerAppsAPIClient` added operation group `managed_environment_private_link_resources`
- Client `ContainerAppsAPIClient` added operation group `dapr_component_resiliency_policies`
- Client `ContainerAppsAPIClient` added operation group `dapr_subscriptions`
- Client `ContainerAppsAPIClient` added operation group `container_apps_session_pools`
- Model `BaseContainer` added property `image_type`
- Model `BillingMeter` added property `id`
- Model `BillingMeter` added property `name`
- Model `BillingMeter` added property `type`
- Model `BillingMeter` added property `system_data`
- Model `CertificateProperties` added property `certificate_key_vault_properties`
- Model `CertificateProperties` added property `certificate_type`
- Model `Configuration` added property `runtime`
- Model `Configuration` added property `identity_settings`
- Model `ConnectedEnvironmentStorageProperties` added property `smb`
- Model `Container` added parameter `image_type` in method `__init__`
- Model `ContainerApp` added property `kind`
- Model `ContainerApp` added property `deployment_errors`
- Model `ContainerApp` added property `patching_configuration`
- Model `CustomDomainConfiguration` added property `certificate_key_vault_properties`
- Model `CustomScaleRule` added property `identity`
- Model `DaprComponent` added property `service_component_bind`
- Model `GithubActionConfiguration` added property `dockerfile_path`
- Model `GithubActionConfiguration` added property `build_environment_variables`
- Model `HttpScaleRule` added property `identity`
- Model `Ingress` added property `target_port_http_scheme`
- Model `InitContainer` added property `image_type`
- Model `Job` added property `extended_location`
- Model `Job` added property `running_state`
- Model `JobConfiguration` added property `identity_settings`
- Model `JobExecution` added property `detailed_status`
- Model `JobPatchProperties` added property `extended_location`
- Model `JobScaleRule` added property `identity`
- Model `LogAnalyticsConfiguration` added property `dynamic_json_columns`
- Model `ManagedEnvironment` added property `identity`
- Model `ManagedEnvironment` added property `app_insights_configuration`
- Model `ManagedEnvironment` added property `open_telemetry_configuration`
- Model `ManagedEnvironment` added property `private_endpoint_connections`
- Model `ManagedEnvironment` added property `public_network_access`
- Model `ManagedEnvironmentStorageProperties` added property `nfs_azure_file`
- Model `QueueScaleRule` added property `account_name`
- Model `QueueScaleRule` added property `identity`
- Model `ReplicaContainer` added property `debug_endpoint`
- Model `Scale` added property `cooldown_period`
- Model `Scale` added property `polling_interval`
- Model `ServiceBind` added property `client_type`
- Model `ServiceBind` added property `customized_keys`
- Enum `StorageType` added member `NFS_AZURE_FILE`
- Enum `StorageType` added member `SMB`
- Model `TcpScaleRule` added property `identity`
- Model `WorkloadProfile` added property `enable_fips`
- Added model `AppInsightsConfiguration`
- Added model `AppResiliency`
- Added model `AppResiliencyCollection`
- Added model `BuildCollection`
- Added model `BuildConfiguration`
- Added enum `BuildProvisioningState`
- Added model `BuildResource`
- Added enum `BuildStatus`
- Added model `BuildToken`
- Added model `BuilderCollection`
- Added enum `BuilderProvisioningState`
- Added model `BuilderResource`
- Added model `BuilderResourceUpdate`
- Added model `CertificateKeyVaultProperties`
- Added enum `CertificateType`
- Added model `CircuitBreakerPolicy`
- Added model `ContainerAppPropertiesPatchingConfiguration`
- Added model `ContainerAppsBuildCollection`
- Added model `ContainerAppsBuildConfiguration`
- Added model `ContainerAppsBuildResource`
- Added model `ContainerAppsPatchResource`
- Added model `ContainerExecutionStatus`
- Added model `ContainerRegistry`
- Added model `ContainerRegistryWithCustomImage`
- Added enum `ContainerType`
- Added model `CustomContainerTemplate`
- Added model `DaprComponentResiliencyPoliciesCollection`
- Added model `DaprComponentResiliencyPolicy`
- Added model `DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration`
- Added model `DaprComponentResiliencyPolicyConfiguration`
- Added model `DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration`
- Added model `DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration`
- Added model `DaprComponentResiliencyPolicyTimeoutPolicyConfiguration`
- Added model `DaprComponentServiceBinding`
- Added model `DaprServiceBindMetadata`
- Added model `DaprSubscription`
- Added model `DaprSubscriptionBulkSubscribeOptions`
- Added model `DaprSubscriptionRouteRule`
- Added model `DaprSubscriptionRoutes`
- Added model `DaprSubscriptionsCollection`
- Added model `DataDogConfiguration`
- Added model `DestinationsConfiguration`
- Added enum `DetectionStatus`
- Added model `DotNetComponent`
- Added model `DotNetComponentConfigurationProperty`
- Added enum `DotNetComponentProvisioningState`
- Added model `DotNetComponentServiceBind`
- Added enum `DotNetComponentType`
- Added model `DotNetComponentsCollection`
- Added model `DynamicPoolConfiguration`
- Added model `EnvironmentVariable`
- Added model `ErrorEntity`
- Added model `ExecutionStatus`
- Added enum `ExecutionType`
- Added model `Header`
- Added model `HeaderMatch`
- Added model `HttpConnectionPool`
- Added model `HttpGet`
- Added model `HttpRetryPolicy`
- Added model `IdentitySettings`
- Added enum `IdentitySettingsLifeCycle`
- Added enum `ImageType`
- Added enum `IngressTargetPortHttpScheme`
- Added model `JavaComponent`
- Added model `JavaComponentConfigurationProperty`
- Added model `JavaComponentIngress`
- Added model `JavaComponentProperties`
- Added model `JavaComponentPropertiesScale`
- Added enum `JavaComponentProvisioningState`
- Added model `JavaComponentServiceBind`
- Added enum `JavaComponentType`
- Added model `JavaComponentsCollection`
- Added enum `JobRunningState`
- Added enum `Kind`
- Added enum `Level`
- Added model `LoggerSetting`
- Added model `LogicApp`
- Added enum `LogicAppsProxyMethod`
- Added model `LogsConfiguration`
- Added model `MetricsConfiguration`
- Added model `NacosComponent`
- Added model `NfsAzureFileProperties`
- Added model `OpenTelemetryConfiguration`
- Added model `OtlpConfiguration`
- Added enum `PatchApplyStatus`
- Added model `PatchCollection`
- Added model `PatchDetails`
- Added model `PatchDetailsNewLayer`
- Added model `PatchDetailsOldLayer`
- Added model `PatchProperties`
- Added model `PatchSkipConfig`
- Added enum `PatchType`
- Added enum `PatchingMode`
- Added enum `PoolManagementType`
- Added model `PreBuildStep`
- Added model `PrivateEndpoint`
- Added model `PrivateEndpointConnection`
- Added model `PrivateEndpointConnectionListResult`
- Added enum `PrivateEndpointConnectionProvisioningState`
- Added enum `PrivateEndpointServiceConnectionStatus`
- Added model `PrivateLinkResource`
- Added model `PrivateLinkResourceListResult`
- Added model `PrivateLinkServiceConnectionState`
- Added enum `PublicNetworkAccess`
- Added model `ReplicaExecutionStatus`
- Added model `Runtime`
- Added model `RuntimeDotnet`
- Added model `RuntimeJava`
- Added model `RuntimeJavaAgent`
- Added model `RuntimeJavaAgentLogging`
- Added model `ScaleConfiguration`
- Added model `ScgRoute`
- Added model `SessionContainer`
- Added model `SessionContainerResources`
- Added model `SessionIngress`
- Added model `SessionNetworkConfiguration`
- Added enum `SessionNetworkStatus`
- Added model `SessionPool`
- Added model `SessionPoolCollection`
- Added enum `SessionPoolProvisioningState`
- Added model `SessionPoolSecret`
- Added model `SessionPoolUpdatableProperties`
- Added model `SessionRegistryCredentials`
- Added model `SmbStorage`
- Added model `SpringBootAdminComponent`
- Added model `SpringCloudConfigComponent`
- Added model `SpringCloudEurekaComponent`
- Added model `SpringCloudGatewayComponent`
- Added model `TcpConnectionPool`
- Added model `TcpRetryPolicy`
- Added model `TimeoutPolicy`
- Added model `TracesConfiguration`
- Added model `WorkflowArtifacts`
- Added model `WorkflowEnvelope`
- Added model `WorkflowEnvelopeCollection`
- Added model `WorkflowEnvelopeProperties`
- Added model `WorkflowHealth`
- Added enum `WorkflowHealthState`
- Added enum `WorkflowState`
- Operation group `JobsOperations` added method `begin_resume`
- Operation group `JobsOperations` added method `begin_suspend`
- Added operation group `AppResiliencyOperations`
- Added operation group `BuildAuthTokenOperations`
- Added operation group `BuildersOperations`
- Added operation group `BuildsByBuilderResourceOperations`
- Added operation group `BuildsOperations`
- Added operation group `ContainerAppsBuildsByContainerAppOperations`
- Added operation group `ContainerAppsBuildsOperations`
- Added operation group `ContainerAppsPatchesOperations`
- Added operation group `ContainerAppsSessionPoolsOperations`
- Added operation group `DaprComponentResiliencyPoliciesOperations`
- Added operation group `DaprSubscriptionsOperations`
- Added operation group `DotNetComponentsOperations`
- Added operation group `FunctionsExtensionOperations`
- Added operation group `JavaComponentsOperations`
- Added operation group `LogicAppsOperations`
- Added operation group `ManagedEnvironmentPrivateEndpointConnectionsOperations`
- Added operation group `ManagedEnvironmentPrivateLinkResourcesOperations`
## 3.1.0 (2024-08-06)
### Features Added
- The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client method 'get_custom_domain_verification_id' was added in the current version
- The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client had operation group 'usages' added in the current version
- The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client had operation group 'managed_environment_usages' added in the current version
- The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client method 'get_custom_domain_verification_id' was added in the current version
- The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client had operation group 'usages' added in the current version
- The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client had operation group 'managed_environment_usages' added in the current version
- The 'azure.mgmt.appcontainers.aio.operations.ContainerAppsAPIClientOperationsMixin' method 'get_custom_domain_verification_id' was added in the current version
- The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'get_detector' was added in the current version
- The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'list_detectors' was added in the current version
- The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'proxy_get' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.aio.operations.ManagedEnvironmentUsagesOperations' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.aio.operations.UsagesOperations' was added in the current version
- The 'azure.mgmt.appcontainers.operations.ContainerAppsAPIClientOperationsMixin' method 'get_custom_domain_verification_id' was added in the current version
- The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'get_detector' was added in the current version
- The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'list_detectors' was added in the current version
- The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'proxy_get' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.operations.ManagedEnvironmentUsagesOperations' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.operations.UsagesOperations' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.AuthConfig' had property 'encryption_settings' added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.AvailableWorkloadProfileProperties' had property 'gpus' added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.Ingress' had property 'additional_port_mappings' added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.Login' had property 'token_store' added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironment' had property 'peer_traffic_configuration' added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.BlobStorageTokenStore' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.EncryptionSettings' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.IngressPortMapping' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.ListUsagesResult' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfiguration' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.TokenStore' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.Usage' was added in the current version
- The model or publicly exposed class 'azure.mgmt.appcontainers.models.UsageName' was added in the current version
## 3.1.0b1 (2024-03-18)
### Features Added
- Added operation ContainerAppsAPIClientOperationsMixin.get_custom_domain_verification_id
- Added operation JobsOperations.get_detector
- Added operation JobsOperations.list_detectors
- Added operation JobsOperations.proxy_get
- Added operation group AppResiliencyOperations
- Added operation group BuildAuthTokenOperations
- Added operation group BuildersOperations
- Added operation group BuildsByBuilderResourceOperations
- Added operation group BuildsOperations
- Added operation group DaprComponentResiliencyPoliciesOperations
- Added operation group DaprSubscriptionsOperations
- Added operation group DotNetComponentsOperations
- Added operation group JavaComponentsOperations
- Added operation group ManagedEnvironmentUsagesOperations
- Added operation group UsagesOperations
- Model AuthConfig has a new parameter encryption_settings
- Model AvailableWorkloadProfileProperties has a new parameter gpus
- Model CertificateProperties has a new parameter certificate_key_vault_properties
- Model CertificateProperties has a new parameter certificate_type
- Model CustomDomainConfiguration has a new parameter certificate_key_vault_properties
- Model DaprComponent has a new parameter service_component_bind
- Model GithubActionConfiguration has a new parameter build_environment_variables
- Model Ingress has a new parameter additional_port_mappings
- Model Ingress has a new parameter target_port_http_scheme
- Model Job has a new parameter extended_location
- Model JobPatchProperties has a new parameter extended_location
- Model LogAnalyticsConfiguration has a new parameter dynamic_json_columns
- Model Login has a new parameter token_store
- Model ManagedEnvironment has a new parameter app_insights_configuration
- Model ManagedEnvironment has a new parameter identity
- Model ManagedEnvironment has a new parameter open_telemetry_configuration
- Model ManagedEnvironmentStorageProperties has a new parameter nfs_azure_file
- Model ServiceBind has a new parameter client_type
- Model ServiceBind has a new parameter customized_keys
## 3.0.0 (2023-08-18)
### Features Added
- Added operation ContainerAppsOperations.begin_start
- Added operation ContainerAppsOperations.begin_stop
- Added operation group ContainerAppsAPIClientOperationsMixin
- Added operation group JobsExecutionsOperations
- Added operation group JobsOperations
- Added operation group ManagedCertificatesOperations
- Model AvailableWorkloadProfileProperties has a new parameter category
- Model AzureCredentials has a new parameter kind
- Model Configuration has a new parameter service
- Model ContainerApp has a new parameter managed_by
- Model ContainerApp has a new parameter workload_profile_name
- Model ContainerAppSecret has a new parameter identity
- Model ContainerAppSecret has a new parameter key_vault_url
- Model GithubActionConfiguration has a new parameter github_personal_access_token
- Model Ingress has a new parameter sticky_sessions
- Model ManagedEnvironment has a new parameter dapr_configuration
- Model ManagedEnvironment has a new parameter infrastructure_resource_group
- Model ManagedEnvironment has a new parameter keda_configuration
- Model ManagedEnvironment has a new parameter peer_authentication
- Model Replica has a new parameter init_containers
- Model Replica has a new parameter running_state
- Model Replica has a new parameter running_state_details
- Model ReplicaContainer has a new parameter running_state
- Model ReplicaContainer has a new parameter running_state_details
- Model Revision has a new parameter running_state
- Model Secret has a new parameter identity
- Model Secret has a new parameter key_vault_url
- Model Template has a new parameter service_binds
- Model Template has a new parameter termination_grace_period_seconds
- Model Volume has a new parameter mount_options
- Model Volume has a new parameter secrets
- Model VolumeMount has a new parameter sub_path
### Breaking Changes
- Model AvailableWorkloadProfileProperties no longer has parameter billing_meter_category
- Model ContainerApp no longer has parameter workload_profile_type
- Model ManagedEnvironment no longer has parameter sku
- Model VnetConfiguration no longer has parameter outbound_settings
- Model VnetConfiguration no longer has parameter runtime_subnet_id
- Model WorkloadProfile has a new required parameter name
## 3.0.0b1 (2023-05-20)
### Features Added
- Added operation group JobsExecutionsOperations
- Added operation group JobsOperations
- Added operation group ManagedCertificatesOperations
- Model AvailableWorkloadProfileProperties has a new parameter category
- Model ContainerApp has a new parameter managed_by
- Model ContainerApp has a new parameter workload_profile_name
- Model ContainerAppSecret has a new parameter identity
- Model ContainerAppSecret has a new parameter key_vault_url
- Model Ingress has a new parameter sticky_sessions
- Model ManagedEnvironment has a new parameter dapr_configuration
- Model ManagedEnvironment has a new parameter infrastructure_resource_group
- Model ManagedEnvironment has a new parameter keda_configuration
- Model Secret has a new parameter identity
- Model Secret has a new parameter key_vault_url
- Model Volume has a new parameter secrets
### Breaking Changes
- Model AvailableWorkloadProfileProperties no longer has parameter billing_meter_category
- Model ContainerApp no longer has parameter workload_profile_type
- Model ManagedEnvironment no longer has parameter sku
- Model VnetConfiguration no longer has parameter outbound_settings
- Model VnetConfiguration no longer has parameter runtime_subnet_id
- Model WorkloadProfile has a new required parameter name
## 2.0.0 (2023-03-20)
### Features Added
- Added operation ContainerAppsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.list_workload_profile_states
- Added operation group AvailableWorkloadProfilesOperations
- Added operation group BillingMetersOperations
- Added operation group ConnectedEnvironmentsCertificatesOperations
- Added operation group ConnectedEnvironmentsDaprComponentsOperations
- Added operation group ConnectedEnvironmentsOperations
- Added operation group ConnectedEnvironmentsStoragesOperations
- Added operation group ContainerAppsDiagnosticsOperations
- Added operation group ManagedEnvironmentDiagnosticsOperations
- Added operation group ManagedEnvironmentsDiagnosticsOperations
- Model CertificateProperties has a new parameter subject_alternative_names
- Model Configuration has a new parameter max_inactive_revisions
- Model ContainerApp has a new parameter environment_id
- Model ContainerApp has a new parameter event_stream_endpoint
- Model ContainerApp has a new parameter extended_location
- Model ContainerApp has a new parameter latest_ready_revision_name
- Model ContainerApp has a new parameter workload_profile_type
- Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain
- Model Dapr has a new parameter enable_api_logging
- Model Dapr has a new parameter http_max_request_size
- Model Dapr has a new parameter http_read_buffer_size
- Model Dapr has a new parameter log_level
- Model DaprComponent has a new parameter secret_store_component
- Model Ingress has a new parameter client_certificate_mode
- Model Ingress has a new parameter cors_policy
- Model Ingress has a new parameter exposed_port
- Model Ingress has a new parameter ip_security_restrictions
- Model ManagedEnvironment has a new parameter custom_domain_configuration
- Model ManagedEnvironment has a new parameter event_stream_endpoint
- Model ManagedEnvironment has a new parameter kind
- Model ManagedEnvironment has a new parameter sku
- Model ManagedEnvironment has a new parameter workload_profiles
- Model ReplicaContainer has a new parameter exec_endpoint
- Model ReplicaContainer has a new parameter log_stream_endpoint
- Model Revision has a new parameter last_active_time
- Model ScaleRule has a new parameter tcp
- Model Template has a new parameter init_containers
- Model VnetConfiguration has a new parameter outbound_settings
### Breaking Changes
- Model CustomHostnameAnalysisResult no longer has parameter id
- Model CustomHostnameAnalysisResult no longer has parameter name
- Model CustomHostnameAnalysisResult no longer has parameter system_data
- Model CustomHostnameAnalysisResult no longer has parameter type
## 2.0.0b2 (2022-12-29)
### Features Added
- Added operation ContainerAppsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.list_workload_profile_states
- Added operation group AvailableWorkloadProfilesOperations
- Added operation group BillingMetersOperations
- Added operation group ConnectedEnvironmentsCertificatesOperations
- Added operation group ConnectedEnvironmentsDaprComponentsOperations
- Added operation group ConnectedEnvironmentsOperations
- Added operation group ConnectedEnvironmentsStoragesOperations
- Added operation group ContainerAppsDiagnosticsOperations
- Added operation group ManagedEnvironmentDiagnosticsOperations
- Added operation group ManagedEnvironmentsDiagnosticsOperations
- Model CertificateProperties has a new parameter subject_alternative_names
- Model Configuration has a new parameter max_inactive_revisions
- Model ContainerApp has a new parameter environment_id
- Model ContainerApp has a new parameter event_stream_endpoint
- Model ContainerApp has a new parameter extended_location
- Model ContainerApp has a new parameter latest_ready_revision_name
- Model ContainerApp has a new parameter workload_profile_type
- Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain
- Model Dapr has a new parameter enable_api_logging
- Model Dapr has a new parameter http_max_request_size
- Model Dapr has a new parameter http_read_buffer_size
- Model Dapr has a new parameter log_level
- Model DaprComponent has a new parameter secret_store_component
- Model Ingress has a new parameter client_certificate_mode
- Model Ingress has a new parameter cors_policy
- Model Ingress has a new parameter exposed_port
- Model Ingress has a new parameter ip_security_restrictions
- Model ManagedEnvironment has a new parameter custom_domain_configuration
- Model ManagedEnvironment has a new parameter event_stream_endpoint
- Model ManagedEnvironment has a new parameter kind
- Model ManagedEnvironment has a new parameter sku
- Model ManagedEnvironment has a new parameter workload_profiles
- Model ReplicaContainer has a new parameter exec_endpoint
- Model ReplicaContainer has a new parameter log_stream_endpoint
- Model Revision has a new parameter last_active_time
- Model ScaleRule has a new parameter tcp
- Model Template has a new parameter init_containers
- Model VnetConfiguration has a new parameter outbound_settings
### Breaking Changes
- Model CustomHostnameAnalysisResult no longer has parameter id
- Model CustomHostnameAnalysisResult no longer has parameter name
- Model CustomHostnameAnalysisResult no longer has parameter system_data
- Model CustomHostnameAnalysisResult no longer has parameter type
## 2.0.0b1 (2022-10-12)
### Features Added
- Added operation ContainerAppsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.get_auth_token
- Added operation ManagedEnvironmentsOperations.list_workload_profile_states
- Added operation group AvailableWorkloadProfilesOperations
- Added operation group BillingMetersOperations
- Added operation group ConnectedEnvironmentsCertificatesOperations
- Added operation group ConnectedEnvironmentsDaprComponentsOperations
- Added operation group ConnectedEnvironmentsOperations
- Added operation group ConnectedEnvironmentsStoragesOperations
- Added operation group ContainerAppsDiagnosticsOperations
- Added operation group ManagedEnvironmentDiagnosticsOperations
- Added operation group ManagedEnvironmentsDiagnosticsOperations
- Model CertificateProperties has a new parameter subject_alternative_names
- Model Configuration has a new parameter max_inactive_revisions
- Model ContainerApp has a new parameter environment_id
- Model ContainerApp has a new parameter event_stream_endpoint
- Model ContainerApp has a new parameter extended_location
- Model ContainerApp has a new parameter workload_profile_type
- Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain
- Model Dapr has a new parameter enable_api_logging
- Model Dapr has a new parameter http_max_request_size
- Model Dapr has a new parameter http_read_buffer_size
- Model Dapr has a new parameter log_level
- Model DaprComponent has a new parameter secret_store_component
- Model Ingress has a new parameter exposed_port
- Model Ingress has a new parameter ip_security_restrictions
- Model ManagedEnvironment has a new parameter custom_domain_configuration
- Model ManagedEnvironment has a new parameter event_stream_endpoint
- Model ManagedEnvironment has a new parameter sku
- Model ManagedEnvironment has a new parameter workload_profiles
- Model ReplicaContainer has a new parameter exec_endpoint
- Model ReplicaContainer has a new parameter log_stream_endpoint
- Model Revision has a new parameter last_active_time
- Model ScaleRule has a new parameter tcp
- Model Template has a new parameter init_containers
- Model VnetConfiguration has a new parameter outbound_settings
### Breaking Changes
- Model CustomHostnameAnalysisResult no longer has parameter id
- Model CustomHostnameAnalysisResult no longer has parameter name
- Model CustomHostnameAnalysisResult no longer has parameter system_data
- Model CustomHostnameAnalysisResult no longer has parameter type
## 1.0.0 (2022-05-17)
**Breaking changes**
- Operation CertificatesOperations.create_or_update has a new parameter certificate_name
- Operation CertificatesOperations.create_or_update has a new parameter environment_name
- Operation CertificatesOperations.create_or_update no longer has parameter managed_environment_name
- Operation CertificatesOperations.create_or_update no longer has parameter name
- Operation CertificatesOperations.delete has a new parameter certificate_name
- Operation CertificatesOperations.delete has a new parameter environment_name
- Operation CertificatesOperations.delete no longer has parameter managed_environment_name
- Operation CertificatesOperations.delete no longer has parameter name
- Operation CertificatesOperations.get has a new parameter certificate_name
- Operation CertificatesOperations.get has a new parameter environment_name
- Operation CertificatesOperations.get no longer has parameter managed_environment_name
- Operation CertificatesOperations.get no longer has parameter name
- Operation CertificatesOperations.list has a new parameter environment_name
- Operation CertificatesOperations.list no longer has parameter managed_environment_name
- Operation CertificatesOperations.update has a new parameter certificate_name
- Operation CertificatesOperations.update has a new parameter environment_name
- Operation CertificatesOperations.update no longer has parameter managed_environment_name
- Operation CertificatesOperations.update no longer has parameter name
- Operation ContainerAppsAuthConfigsOperations.create_or_update has a new parameter auth_config_name
- Operation ContainerAppsAuthConfigsOperations.create_or_update no longer has parameter name
- Operation ContainerAppsAuthConfigsOperations.delete has a new parameter auth_config_name
- Operation ContainerAppsAuthConfigsOperations.delete no longer has parameter name
- Operation ContainerAppsAuthConfigsOperations.get has a new parameter auth_config_name
- Operation ContainerAppsAuthConfigsOperations.get no longer has parameter name
- Operation ContainerAppsOperations.begin_create_or_update has a new parameter container_app_name
- Operation ContainerAppsOperations.begin_create_or_update no longer has parameter name
- Operation ContainerAppsOperations.begin_delete has a new parameter container_app_name
- Operation ContainerAppsOperations.begin_delete no longer has parameter name
- Operation ContainerAppsOperations.begin_update has a new parameter container_app_name
- Operation ContainerAppsOperations.begin_update no longer has parameter name
- Operation ContainerAppsOperations.get has a new parameter container_app_name
- Operation ContainerAppsOperations.get no longer has parameter name
- Operation ContainerAppsOperations.list_secrets has a new parameter container_app_name
- Operation ContainerAppsOperations.list_secrets no longer has parameter name
- Operation ContainerAppsRevisionReplicasOperations.get_replica has a new parameter replica_name
- Operation ContainerAppsRevisionReplicasOperations.get_replica no longer has parameter name
- Operation ContainerAppsRevisionsOperations.activate_revision has a new parameter revision_name
- Operation ContainerAppsRevisionsOperations.activate_revision no longer has parameter name
- Operation ContainerAppsRevisionsOperations.deactivate_revision has a new parameter revision_name
- Operation ContainerAppsRevisionsOperations.deactivate_revision no longer has parameter name
- Operation ContainerAppsRevisionsOperations.get_revision has a new parameter revision_name
- Operation ContainerAppsRevisionsOperations.get_revision no longer has parameter name
- Operation ContainerAppsRevisionsOperations.restart_revision has a new parameter revision_name
- Operation ContainerAppsRevisionsOperations.restart_revision no longer has parameter name
- Operation ContainerAppsSourceControlsOperations.begin_create_or_update has a new parameter source_control_name
- Operation ContainerAppsSourceControlsOperations.begin_create_or_update no longer has parameter name
- Operation ContainerAppsSourceControlsOperations.begin_delete has a new parameter source_control_name
- Operation ContainerAppsSourceControlsOperations.begin_delete no longer has parameter name
- Operation ContainerAppsSourceControlsOperations.get has a new parameter source_control_name
- Operation ContainerAppsSourceControlsOperations.get no longer has parameter name
- Operation DaprComponentsOperations.create_or_update has a new parameter component_name
- Operation DaprComponentsOperations.create_or_update no longer has parameter name
- Operation DaprComponentsOperations.delete has a new parameter component_name
- Operation DaprComponentsOperations.delete no longer has parameter name
- Operation DaprComponentsOperations.get has a new parameter component_name
- Operation DaprComponentsOperations.get no longer has parameter name
- Operation DaprComponentsOperations.list_secrets has a new parameter component_name
- Operation DaprComponentsOperations.list_secrets no longer has parameter name
- Operation ManagedEnvironmentsOperations.begin_create_or_update has a new parameter environment_name
- Operation ManagedEnvironmentsOperations.begin_create_or_update no longer has parameter name
- Operation ManagedEnvironmentsOperations.begin_delete has a new parameter environment_name
- Operation ManagedEnvironmentsOperations.begin_delete no longer has parameter name
- Operation ManagedEnvironmentsOperations.begin_update has a new parameter environment_name
- Operation ManagedEnvironmentsOperations.begin_update no longer has parameter name
- Operation ManagedEnvironmentsOperations.get has a new parameter environment_name
- Operation ManagedEnvironmentsOperations.get no longer has parameter name
- Operation ManagedEnvironmentsStoragesOperations.create_or_update has a new parameter environment_name
- Operation ManagedEnvironmentsStoragesOperations.create_or_update has a new parameter storage_name
- Operation ManagedEnvironmentsStoragesOperations.create_or_update no longer has parameter env_name
- Operation ManagedEnvironmentsStoragesOperations.create_or_update no longer has parameter name
- Operation ManagedEnvironmentsStoragesOperations.delete has a new parameter environment_name
- Operation ManagedEnvironmentsStoragesOperations.delete has a new parameter storage_name
- Operation ManagedEnvironmentsStoragesOperations.delete no longer has parameter env_name
- Operation ManagedEnvironmentsStoragesOperations.delete no longer has parameter name
- Operation ManagedEnvironmentsStoragesOperations.get has a new parameter environment_name
- Operation ManagedEnvironmentsStoragesOperations.get has a new parameter storage_name
- Operation ManagedEnvironmentsStoragesOperations.get no longer has parameter env_name
- Operation ManagedEnvironmentsStoragesOperations.get no longer has parameter name
- Operation ManagedEnvironmentsStoragesOperations.list has a new parameter environment_name
- Operation ManagedEnvironmentsStoragesOperations.list no longer has parameter env_name
- Operation NamespacesOperations.check_name_availability has a new parameter environment_name
- Operation NamespacesOperations.check_name_availability no longer has parameter managed_environment_name
## 1.0.0b1 (2022-05-06)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-appcontainers",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "azure, azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/1e/08/e1a6d0038028e9113f5e0f4676916497d8958e9cd6d7b15c7522d9e45282/azure_mgmt_appcontainers-3.2.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Appcontainers Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-appcontainers\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.appcontainers import ContainerAppsAPIClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ContainerAppsAPIClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Appcontainers Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 3.2.0 (2025-04-20)\n\n### Features Added\n\n - Client `ContainerAppsAPIClient` added operation group `java_components`\n - Client `ContainerAppsAPIClient` added operation group `container_apps_session_pools`\n - Model `CertificateProperties` added property `certificate_key_vault_properties`\n - Model `Configuration` added property `runtime`\n - Model `Configuration` added property `identity_settings`\n - Model `ContainerApp` added property `running_status`\n - Model `CustomDomainConfiguration` added property `certificate_key_vault_properties`\n - Model `CustomScaleRule` added property `identity`\n - Model `HttpScaleRule` added property `identity`\n - Model `JobConfiguration` added property `identity_settings`\n - Model `JobScaleRule` added property `identity`\n - Model `ManagedEnvironment` added property `identity`\n - Model `ManagedEnvironmentStorageProperties` added property `nfs_azure_file`\n - Model `QueueScaleRule` added property `account_name`\n - Model `QueueScaleRule` added property `identity`\n - Model `Scale` added property `cooldown_period`\n - Model `Scale` added property `polling_interval`\n - Enum `StorageType` added member `NFS_AZURE_FILE`\n - Model `TcpScaleRule` added property `identity`\n - Added model `CertificateKeyVaultProperties`\n - Added enum `ContainerAppRunningStatus`\n - Added enum `ContainerType`\n - Added model `CustomContainerTemplate`\n - Added model `DynamicPoolConfiguration`\n - Added model `IdentitySettings`\n - Added enum `IdentitySettingsLifeCycle`\n - Added model `JavaComponent`\n - Added model `JavaComponentConfigurationProperty`\n - Added model `JavaComponentIngress`\n - Added model `JavaComponentProperties`\n - Added model `JavaComponentPropertiesScale`\n - Added enum `JavaComponentProvisioningState`\n - Added model `JavaComponentServiceBind`\n - Added enum `JavaComponentType`\n - Added model `JavaComponentsCollection`\n - Added model `LifecycleConfiguration`\n - Added enum `LifecycleType`\n - Added model `ManagedIdentitySetting`\n - Added model `NfsAzureFileProperties`\n - Added enum `PoolManagementType`\n - Added model `Runtime`\n - Added model `RuntimeJava`\n - Added model `ScaleConfiguration`\n - Added model `SessionContainer`\n - Added model `SessionContainerResources`\n - Added model `SessionIngress`\n - Added model `SessionNetworkConfiguration`\n - Added enum `SessionNetworkStatus`\n - Added model `SessionPool`\n - Added model `SessionPoolCollection`\n - Added enum `SessionPoolProvisioningState`\n - Added model `SessionPoolSecret`\n - Added model `SessionPoolUpdatableProperties`\n - Added model `SessionRegistryCredentials`\n - Added model `SpringBootAdminComponent`\n - Added model `SpringCloudConfigComponent`\n - Added model `SpringCloudEurekaComponent`\n - Added operation group `ContainerAppsSessionPoolsOperations`\n - Added operation group `JavaComponentsOperations`\n\n## 3.2.0b1 (2024-10-28)\n\n### Features Added\n\n - Client `ContainerAppsAPIClient` added operation group `app_resiliency`\n - Client `ContainerAppsAPIClient` added operation group `builders`\n - Client `ContainerAppsAPIClient` added operation group `builds_by_builder_resource`\n - Client `ContainerAppsAPIClient` added operation group `builds`\n - Client `ContainerAppsAPIClient` added operation group `build_auth_token`\n - Client `ContainerAppsAPIClient` added operation group `container_apps_builds_by_container_app`\n - Client `ContainerAppsAPIClient` added operation group `container_apps_builds`\n - Client `ContainerAppsAPIClient` added operation group `container_apps_patches`\n - Client `ContainerAppsAPIClient` added operation group `dot_net_components`\n - Client `ContainerAppsAPIClient` added operation group `functions_extension`\n - Client `ContainerAppsAPIClient` added operation group `java_components`\n - Client `ContainerAppsAPIClient` added operation group `logic_apps`\n - Client `ContainerAppsAPIClient` added operation group `managed_environment_private_endpoint_connections`\n - Client `ContainerAppsAPIClient` added operation group `managed_environment_private_link_resources`\n - Client `ContainerAppsAPIClient` added operation group `dapr_component_resiliency_policies`\n - Client `ContainerAppsAPIClient` added operation group `dapr_subscriptions`\n - Client `ContainerAppsAPIClient` added operation group `container_apps_session_pools`\n - Model `BaseContainer` added property `image_type`\n - Model `BillingMeter` added property `id`\n - Model `BillingMeter` added property `name`\n - Model `BillingMeter` added property `type`\n - Model `BillingMeter` added property `system_data`\n - Model `CertificateProperties` added property `certificate_key_vault_properties`\n - Model `CertificateProperties` added property `certificate_type`\n - Model `Configuration` added property `runtime`\n - Model `Configuration` added property `identity_settings`\n - Model `ConnectedEnvironmentStorageProperties` added property `smb`\n - Model `Container` added parameter `image_type` in method `__init__`\n - Model `ContainerApp` added property `kind`\n - Model `ContainerApp` added property `deployment_errors`\n - Model `ContainerApp` added property `patching_configuration`\n - Model `CustomDomainConfiguration` added property `certificate_key_vault_properties`\n - Model `CustomScaleRule` added property `identity`\n - Model `DaprComponent` added property `service_component_bind`\n - Model `GithubActionConfiguration` added property `dockerfile_path`\n - Model `GithubActionConfiguration` added property `build_environment_variables`\n - Model `HttpScaleRule` added property `identity`\n - Model `Ingress` added property `target_port_http_scheme`\n - Model `InitContainer` added property `image_type`\n - Model `Job` added property `extended_location`\n - Model `Job` added property `running_state`\n - Model `JobConfiguration` added property `identity_settings`\n - Model `JobExecution` added property `detailed_status`\n - Model `JobPatchProperties` added property `extended_location`\n - Model `JobScaleRule` added property `identity`\n - Model `LogAnalyticsConfiguration` added property `dynamic_json_columns`\n - Model `ManagedEnvironment` added property `identity`\n - Model `ManagedEnvironment` added property `app_insights_configuration`\n - Model `ManagedEnvironment` added property `open_telemetry_configuration`\n - Model `ManagedEnvironment` added property `private_endpoint_connections`\n - Model `ManagedEnvironment` added property `public_network_access`\n - Model `ManagedEnvironmentStorageProperties` added property `nfs_azure_file`\n - Model `QueueScaleRule` added property `account_name`\n - Model `QueueScaleRule` added property `identity`\n - Model `ReplicaContainer` added property `debug_endpoint`\n - Model `Scale` added property `cooldown_period`\n - Model `Scale` added property `polling_interval`\n - Model `ServiceBind` added property `client_type`\n - Model `ServiceBind` added property `customized_keys`\n - Enum `StorageType` added member `NFS_AZURE_FILE`\n - Enum `StorageType` added member `SMB`\n - Model `TcpScaleRule` added property `identity`\n - Model `WorkloadProfile` added property `enable_fips`\n - Added model `AppInsightsConfiguration`\n - Added model `AppResiliency`\n - Added model `AppResiliencyCollection`\n - Added model `BuildCollection`\n - Added model `BuildConfiguration`\n - Added enum `BuildProvisioningState`\n - Added model `BuildResource`\n - Added enum `BuildStatus`\n - Added model `BuildToken`\n - Added model `BuilderCollection`\n - Added enum `BuilderProvisioningState`\n - Added model `BuilderResource`\n - Added model `BuilderResourceUpdate`\n - Added model `CertificateKeyVaultProperties`\n - Added enum `CertificateType`\n - Added model `CircuitBreakerPolicy`\n - Added model `ContainerAppPropertiesPatchingConfiguration`\n - Added model `ContainerAppsBuildCollection`\n - Added model `ContainerAppsBuildConfiguration`\n - Added model `ContainerAppsBuildResource`\n - Added model `ContainerAppsPatchResource`\n - Added model `ContainerExecutionStatus`\n - Added model `ContainerRegistry`\n - Added model `ContainerRegistryWithCustomImage`\n - Added enum `ContainerType`\n - Added model `CustomContainerTemplate`\n - Added model `DaprComponentResiliencyPoliciesCollection`\n - Added model `DaprComponentResiliencyPolicy`\n - Added model `DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration`\n - Added model `DaprComponentResiliencyPolicyConfiguration`\n - Added model `DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration`\n - Added model `DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration`\n - Added model `DaprComponentResiliencyPolicyTimeoutPolicyConfiguration`\n - Added model `DaprComponentServiceBinding`\n - Added model `DaprServiceBindMetadata`\n - Added model `DaprSubscription`\n - Added model `DaprSubscriptionBulkSubscribeOptions`\n - Added model `DaprSubscriptionRouteRule`\n - Added model `DaprSubscriptionRoutes`\n - Added model `DaprSubscriptionsCollection`\n - Added model `DataDogConfiguration`\n - Added model `DestinationsConfiguration`\n - Added enum `DetectionStatus`\n - Added model `DotNetComponent`\n - Added model `DotNetComponentConfigurationProperty`\n - Added enum `DotNetComponentProvisioningState`\n - Added model `DotNetComponentServiceBind`\n - Added enum `DotNetComponentType`\n - Added model `DotNetComponentsCollection`\n - Added model `DynamicPoolConfiguration`\n - Added model `EnvironmentVariable`\n - Added model `ErrorEntity`\n - Added model `ExecutionStatus`\n - Added enum `ExecutionType`\n - Added model `Header`\n - Added model `HeaderMatch`\n - Added model `HttpConnectionPool`\n - Added model `HttpGet`\n - Added model `HttpRetryPolicy`\n - Added model `IdentitySettings`\n - Added enum `IdentitySettingsLifeCycle`\n - Added enum `ImageType`\n - Added enum `IngressTargetPortHttpScheme`\n - Added model `JavaComponent`\n - Added model `JavaComponentConfigurationProperty`\n - Added model `JavaComponentIngress`\n - Added model `JavaComponentProperties`\n - Added model `JavaComponentPropertiesScale`\n - Added enum `JavaComponentProvisioningState`\n - Added model `JavaComponentServiceBind`\n - Added enum `JavaComponentType`\n - Added model `JavaComponentsCollection`\n - Added enum `JobRunningState`\n - Added enum `Kind`\n - Added enum `Level`\n - Added model `LoggerSetting`\n - Added model `LogicApp`\n - Added enum `LogicAppsProxyMethod`\n - Added model `LogsConfiguration`\n - Added model `MetricsConfiguration`\n - Added model `NacosComponent`\n - Added model `NfsAzureFileProperties`\n - Added model `OpenTelemetryConfiguration`\n - Added model `OtlpConfiguration`\n - Added enum `PatchApplyStatus`\n - Added model `PatchCollection`\n - Added model `PatchDetails`\n - Added model `PatchDetailsNewLayer`\n - Added model `PatchDetailsOldLayer`\n - Added model `PatchProperties`\n - Added model `PatchSkipConfig`\n - Added enum `PatchType`\n - Added enum `PatchingMode`\n - Added enum `PoolManagementType`\n - Added model `PreBuildStep`\n - Added model `PrivateEndpoint`\n - Added model `PrivateEndpointConnection`\n - Added model `PrivateEndpointConnectionListResult`\n - Added enum `PrivateEndpointConnectionProvisioningState`\n - Added enum `PrivateEndpointServiceConnectionStatus`\n - Added model `PrivateLinkResource`\n - Added model `PrivateLinkResourceListResult`\n - Added model `PrivateLinkServiceConnectionState`\n - Added enum `PublicNetworkAccess`\n - Added model `ReplicaExecutionStatus`\n - Added model `Runtime`\n - Added model `RuntimeDotnet`\n - Added model `RuntimeJava`\n - Added model `RuntimeJavaAgent`\n - Added model `RuntimeJavaAgentLogging`\n - Added model `ScaleConfiguration`\n - Added model `ScgRoute`\n - Added model `SessionContainer`\n - Added model `SessionContainerResources`\n - Added model `SessionIngress`\n - Added model `SessionNetworkConfiguration`\n - Added enum `SessionNetworkStatus`\n - Added model `SessionPool`\n - Added model `SessionPoolCollection`\n - Added enum `SessionPoolProvisioningState`\n - Added model `SessionPoolSecret`\n - Added model `SessionPoolUpdatableProperties`\n - Added model `SessionRegistryCredentials`\n - Added model `SmbStorage`\n - Added model `SpringBootAdminComponent`\n - Added model `SpringCloudConfigComponent`\n - Added model `SpringCloudEurekaComponent`\n - Added model `SpringCloudGatewayComponent`\n - Added model `TcpConnectionPool`\n - Added model `TcpRetryPolicy`\n - Added model `TimeoutPolicy`\n - Added model `TracesConfiguration`\n - Added model `WorkflowArtifacts`\n - Added model `WorkflowEnvelope`\n - Added model `WorkflowEnvelopeCollection`\n - Added model `WorkflowEnvelopeProperties`\n - Added model `WorkflowHealth`\n - Added enum `WorkflowHealthState`\n - Added enum `WorkflowState`\n - Operation group `JobsOperations` added method `begin_resume`\n - Operation group `JobsOperations` added method `begin_suspend`\n - Added operation group `AppResiliencyOperations`\n - Added operation group `BuildAuthTokenOperations`\n - Added operation group `BuildersOperations`\n - Added operation group `BuildsByBuilderResourceOperations`\n - Added operation group `BuildsOperations`\n - Added operation group `ContainerAppsBuildsByContainerAppOperations`\n - Added operation group `ContainerAppsBuildsOperations`\n - Added operation group `ContainerAppsPatchesOperations`\n - Added operation group `ContainerAppsSessionPoolsOperations`\n - Added operation group `DaprComponentResiliencyPoliciesOperations`\n - Added operation group `DaprSubscriptionsOperations`\n - Added operation group `DotNetComponentsOperations`\n - Added operation group `FunctionsExtensionOperations`\n - Added operation group `JavaComponentsOperations`\n - Added operation group `LogicAppsOperations`\n - Added operation group `ManagedEnvironmentPrivateEndpointConnectionsOperations`\n - Added operation group `ManagedEnvironmentPrivateLinkResourcesOperations`\n\n## 3.1.0 (2024-08-06)\n\n### Features Added\n\n - The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client method 'get_custom_domain_verification_id' was added in the current version\n - The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client had operation group 'usages' added in the current version\n - The 'azure.mgmt.appcontainers.ContainerAppsAPIClient' client had operation group 'managed_environment_usages' added in the current version\n - The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client method 'get_custom_domain_verification_id' was added in the current version\n - The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client had operation group 'usages' added in the current version\n - The 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' client had operation group 'managed_environment_usages' added in the current version\n - The 'azure.mgmt.appcontainers.aio.operations.ContainerAppsAPIClientOperationsMixin' method 'get_custom_domain_verification_id' was added in the current version\n - The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'get_detector' was added in the current version\n - The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'list_detectors' was added in the current version\n - The 'azure.mgmt.appcontainers.aio.operations.JobsOperations' method 'proxy_get' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.aio.operations.ManagedEnvironmentUsagesOperations' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.aio.operations.UsagesOperations' was added in the current version\n - The 'azure.mgmt.appcontainers.operations.ContainerAppsAPIClientOperationsMixin' method 'get_custom_domain_verification_id' was added in the current version\n - The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'get_detector' was added in the current version\n - The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'list_detectors' was added in the current version\n - The 'azure.mgmt.appcontainers.operations.JobsOperations' method 'proxy_get' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.operations.ManagedEnvironmentUsagesOperations' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.operations.UsagesOperations' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.AuthConfig' had property 'encryption_settings' added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.AvailableWorkloadProfileProperties' had property 'gpus' added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.Ingress' had property 'additional_port_mappings' added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.Login' had property 'token_store' added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironment' had property 'peer_traffic_configuration' added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.BlobStorageTokenStore' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.EncryptionSettings' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.IngressPortMapping' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.ListUsagesResult' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfiguration' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.TokenStore' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.Usage' was added in the current version\n - The model or publicly exposed class 'azure.mgmt.appcontainers.models.UsageName' was added in the current version\n\n## 3.1.0b1 (2024-03-18)\n\n### Features Added\n\n - Added operation ContainerAppsAPIClientOperationsMixin.get_custom_domain_verification_id\n - Added operation JobsOperations.get_detector\n - Added operation JobsOperations.list_detectors\n - Added operation JobsOperations.proxy_get\n - Added operation group AppResiliencyOperations\n - Added operation group BuildAuthTokenOperations\n - Added operation group BuildersOperations\n - Added operation group BuildsByBuilderResourceOperations\n - Added operation group BuildsOperations\n - Added operation group DaprComponentResiliencyPoliciesOperations\n - Added operation group DaprSubscriptionsOperations\n - Added operation group DotNetComponentsOperations\n - Added operation group JavaComponentsOperations\n - Added operation group ManagedEnvironmentUsagesOperations\n - Added operation group UsagesOperations\n - Model AuthConfig has a new parameter encryption_settings\n - Model AvailableWorkloadProfileProperties has a new parameter gpus\n - Model CertificateProperties has a new parameter certificate_key_vault_properties\n - Model CertificateProperties has a new parameter certificate_type\n - Model CustomDomainConfiguration has a new parameter certificate_key_vault_properties\n - Model DaprComponent has a new parameter service_component_bind\n - Model GithubActionConfiguration has a new parameter build_environment_variables\n - Model Ingress has a new parameter additional_port_mappings\n - Model Ingress has a new parameter target_port_http_scheme\n - Model Job has a new parameter extended_location\n - Model JobPatchProperties has a new parameter extended_location\n - Model LogAnalyticsConfiguration has a new parameter dynamic_json_columns\n - Model Login has a new parameter token_store\n - Model ManagedEnvironment has a new parameter app_insights_configuration\n - Model ManagedEnvironment has a new parameter identity\n - Model ManagedEnvironment has a new parameter open_telemetry_configuration\n - Model ManagedEnvironmentStorageProperties has a new parameter nfs_azure_file\n - Model ServiceBind has a new parameter client_type\n - Model ServiceBind has a new parameter customized_keys\n\n## 3.0.0 (2023-08-18)\n\n### Features Added\n\n - Added operation ContainerAppsOperations.begin_start\n - Added operation ContainerAppsOperations.begin_stop\n - Added operation group ContainerAppsAPIClientOperationsMixin\n - Added operation group JobsExecutionsOperations\n - Added operation group JobsOperations\n - Added operation group ManagedCertificatesOperations\n - Model AvailableWorkloadProfileProperties has a new parameter category\n - Model AzureCredentials has a new parameter kind\n - Model Configuration has a new parameter service\n - Model ContainerApp has a new parameter managed_by\n - Model ContainerApp has a new parameter workload_profile_name\n - Model ContainerAppSecret has a new parameter identity\n - Model ContainerAppSecret has a new parameter key_vault_url\n - Model GithubActionConfiguration has a new parameter github_personal_access_token\n - Model Ingress has a new parameter sticky_sessions\n - Model ManagedEnvironment has a new parameter dapr_configuration\n - Model ManagedEnvironment has a new parameter infrastructure_resource_group\n - Model ManagedEnvironment has a new parameter keda_configuration\n - Model ManagedEnvironment has a new parameter peer_authentication\n - Model Replica has a new parameter init_containers\n - Model Replica has a new parameter running_state\n - Model Replica has a new parameter running_state_details\n - Model ReplicaContainer has a new parameter running_state\n - Model ReplicaContainer has a new parameter running_state_details\n - Model Revision has a new parameter running_state\n - Model Secret has a new parameter identity\n - Model Secret has a new parameter key_vault_url\n - Model Template has a new parameter service_binds\n - Model Template has a new parameter termination_grace_period_seconds\n - Model Volume has a new parameter mount_options\n - Model Volume has a new parameter secrets\n - Model VolumeMount has a new parameter sub_path\n\n### Breaking Changes\n\n - Model AvailableWorkloadProfileProperties no longer has parameter billing_meter_category\n - Model ContainerApp no longer has parameter workload_profile_type\n - Model ManagedEnvironment no longer has parameter sku\n - Model VnetConfiguration no longer has parameter outbound_settings\n - Model VnetConfiguration no longer has parameter runtime_subnet_id\n - Model WorkloadProfile has a new required parameter name\n\n## 3.0.0b1 (2023-05-20)\n\n### Features Added\n\n - Added operation group JobsExecutionsOperations\n - Added operation group JobsOperations\n - Added operation group ManagedCertificatesOperations\n - Model AvailableWorkloadProfileProperties has a new parameter category\n - Model ContainerApp has a new parameter managed_by\n - Model ContainerApp has a new parameter workload_profile_name\n - Model ContainerAppSecret has a new parameter identity\n - Model ContainerAppSecret has a new parameter key_vault_url\n - Model Ingress has a new parameter sticky_sessions\n - Model ManagedEnvironment has a new parameter dapr_configuration\n - Model ManagedEnvironment has a new parameter infrastructure_resource_group\n - Model ManagedEnvironment has a new parameter keda_configuration\n - Model Secret has a new parameter identity\n - Model Secret has a new parameter key_vault_url\n - Model Volume has a new parameter secrets\n\n### Breaking Changes\n\n - Model AvailableWorkloadProfileProperties no longer has parameter billing_meter_category\n - Model ContainerApp no longer has parameter workload_profile_type\n - Model ManagedEnvironment no longer has parameter sku\n - Model VnetConfiguration no longer has parameter outbound_settings\n - Model VnetConfiguration no longer has parameter runtime_subnet_id\n - Model WorkloadProfile has a new required parameter name\n\n## 2.0.0 (2023-03-20)\n\n### Features Added\n\n - Added operation ContainerAppsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.list_workload_profile_states\n - Added operation group AvailableWorkloadProfilesOperations\n - Added operation group BillingMetersOperations\n - Added operation group ConnectedEnvironmentsCertificatesOperations\n - Added operation group ConnectedEnvironmentsDaprComponentsOperations\n - Added operation group ConnectedEnvironmentsOperations\n - Added operation group ConnectedEnvironmentsStoragesOperations\n - Added operation group ContainerAppsDiagnosticsOperations\n - Added operation group ManagedEnvironmentDiagnosticsOperations\n - Added operation group ManagedEnvironmentsDiagnosticsOperations\n - Model CertificateProperties has a new parameter subject_alternative_names\n - Model Configuration has a new parameter max_inactive_revisions\n - Model ContainerApp has a new parameter environment_id\n - Model ContainerApp has a new parameter event_stream_endpoint\n - Model ContainerApp has a new parameter extended_location\n - Model ContainerApp has a new parameter latest_ready_revision_name\n - Model ContainerApp has a new parameter workload_profile_type\n - Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain\n - Model Dapr has a new parameter enable_api_logging\n - Model Dapr has a new parameter http_max_request_size\n - Model Dapr has a new parameter http_read_buffer_size\n - Model Dapr has a new parameter log_level\n - Model DaprComponent has a new parameter secret_store_component\n - Model Ingress has a new parameter client_certificate_mode\n - Model Ingress has a new parameter cors_policy\n - Model Ingress has a new parameter exposed_port\n - Model Ingress has a new parameter ip_security_restrictions\n - Model ManagedEnvironment has a new parameter custom_domain_configuration\n - Model ManagedEnvironment has a new parameter event_stream_endpoint\n - Model ManagedEnvironment has a new parameter kind\n - Model ManagedEnvironment has a new parameter sku\n - Model ManagedEnvironment has a new parameter workload_profiles\n - Model ReplicaContainer has a new parameter exec_endpoint\n - Model ReplicaContainer has a new parameter log_stream_endpoint\n - Model Revision has a new parameter last_active_time\n - Model ScaleRule has a new parameter tcp\n - Model Template has a new parameter init_containers\n - Model VnetConfiguration has a new parameter outbound_settings\n\n### Breaking Changes\n\n - Model CustomHostnameAnalysisResult no longer has parameter id\n - Model CustomHostnameAnalysisResult no longer has parameter name\n - Model CustomHostnameAnalysisResult no longer has parameter system_data\n - Model CustomHostnameAnalysisResult no longer has parameter type\n\n## 2.0.0b2 (2022-12-29)\n\n### Features Added\n\n - Added operation ContainerAppsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.list_workload_profile_states\n - Added operation group AvailableWorkloadProfilesOperations\n - Added operation group BillingMetersOperations\n - Added operation group ConnectedEnvironmentsCertificatesOperations\n - Added operation group ConnectedEnvironmentsDaprComponentsOperations\n - Added operation group ConnectedEnvironmentsOperations\n - Added operation group ConnectedEnvironmentsStoragesOperations\n - Added operation group ContainerAppsDiagnosticsOperations\n - Added operation group ManagedEnvironmentDiagnosticsOperations\n - Added operation group ManagedEnvironmentsDiagnosticsOperations\n - Model CertificateProperties has a new parameter subject_alternative_names\n - Model Configuration has a new parameter max_inactive_revisions\n - Model ContainerApp has a new parameter environment_id\n - Model ContainerApp has a new parameter event_stream_endpoint\n - Model ContainerApp has a new parameter extended_location\n - Model ContainerApp has a new parameter latest_ready_revision_name\n - Model ContainerApp has a new parameter workload_profile_type\n - Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain\n - Model Dapr has a new parameter enable_api_logging\n - Model Dapr has a new parameter http_max_request_size\n - Model Dapr has a new parameter http_read_buffer_size\n - Model Dapr has a new parameter log_level\n - Model DaprComponent has a new parameter secret_store_component\n - Model Ingress has a new parameter client_certificate_mode\n - Model Ingress has a new parameter cors_policy\n - Model Ingress has a new parameter exposed_port\n - Model Ingress has a new parameter ip_security_restrictions\n - Model ManagedEnvironment has a new parameter custom_domain_configuration\n - Model ManagedEnvironment has a new parameter event_stream_endpoint\n - Model ManagedEnvironment has a new parameter kind\n - Model ManagedEnvironment has a new parameter sku\n - Model ManagedEnvironment has a new parameter workload_profiles\n - Model ReplicaContainer has a new parameter exec_endpoint\n - Model ReplicaContainer has a new parameter log_stream_endpoint\n - Model Revision has a new parameter last_active_time\n - Model ScaleRule has a new parameter tcp\n - Model Template has a new parameter init_containers\n - Model VnetConfiguration has a new parameter outbound_settings\n\n### Breaking Changes\n\n - Model CustomHostnameAnalysisResult no longer has parameter id\n - Model CustomHostnameAnalysisResult no longer has parameter name\n - Model CustomHostnameAnalysisResult no longer has parameter system_data\n - Model CustomHostnameAnalysisResult no longer has parameter type\n\n## 2.0.0b1 (2022-10-12)\n\n### Features Added\n\n - Added operation ContainerAppsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.get_auth_token\n - Added operation ManagedEnvironmentsOperations.list_workload_profile_states\n - Added operation group AvailableWorkloadProfilesOperations\n - Added operation group BillingMetersOperations\n - Added operation group ConnectedEnvironmentsCertificatesOperations\n - Added operation group ConnectedEnvironmentsDaprComponentsOperations\n - Added operation group ConnectedEnvironmentsOperations\n - Added operation group ConnectedEnvironmentsStoragesOperations\n - Added operation group ContainerAppsDiagnosticsOperations\n - Added operation group ManagedEnvironmentDiagnosticsOperations\n - Added operation group ManagedEnvironmentsDiagnosticsOperations\n - Model CertificateProperties has a new parameter subject_alternative_names\n - Model Configuration has a new parameter max_inactive_revisions\n - Model ContainerApp has a new parameter environment_id\n - Model ContainerApp has a new parameter event_stream_endpoint\n - Model ContainerApp has a new parameter extended_location\n - Model ContainerApp has a new parameter workload_profile_type\n - Model CustomHostnameAnalysisResult has a new parameter conflict_with_environment_custom_domain\n - Model Dapr has a new parameter enable_api_logging\n - Model Dapr has a new parameter http_max_request_size\n - Model Dapr has a new parameter http_read_buffer_size\n - Model Dapr has a new parameter log_level\n - Model DaprComponent has a new parameter secret_store_component\n - Model Ingress has a new parameter exposed_port\n - Model Ingress has a new parameter ip_security_restrictions\n - Model ManagedEnvironment has a new parameter custom_domain_configuration\n - Model ManagedEnvironment has a new parameter event_stream_endpoint\n - Model ManagedEnvironment has a new parameter sku\n - Model ManagedEnvironment has a new parameter workload_profiles\n - Model ReplicaContainer has a new parameter exec_endpoint\n - Model ReplicaContainer has a new parameter log_stream_endpoint\n - Model Revision has a new parameter last_active_time\n - Model ScaleRule has a new parameter tcp\n - Model Template has a new parameter init_containers\n - Model VnetConfiguration has a new parameter outbound_settings\n\n### Breaking Changes\n\n - Model CustomHostnameAnalysisResult no longer has parameter id\n - Model CustomHostnameAnalysisResult no longer has parameter name\n - Model CustomHostnameAnalysisResult no longer has parameter system_data\n - Model CustomHostnameAnalysisResult no longer has parameter type\n\n## 1.0.0 (2022-05-17)\n\n**Breaking changes**\n\n - Operation CertificatesOperations.create_or_update has a new parameter certificate_name\n - Operation CertificatesOperations.create_or_update has a new parameter environment_name\n - Operation CertificatesOperations.create_or_update no longer has parameter managed_environment_name\n - Operation CertificatesOperations.create_or_update no longer has parameter name\n - Operation CertificatesOperations.delete has a new parameter certificate_name\n - Operation CertificatesOperations.delete has a new parameter environment_name\n - Operation CertificatesOperations.delete no longer has parameter managed_environment_name\n - Operation CertificatesOperations.delete no longer has parameter name\n - Operation CertificatesOperations.get has a new parameter certificate_name\n - Operation CertificatesOperations.get has a new parameter environment_name\n - Operation CertificatesOperations.get no longer has parameter managed_environment_name\n - Operation CertificatesOperations.get no longer has parameter name\n - Operation CertificatesOperations.list has a new parameter environment_name\n - Operation CertificatesOperations.list no longer has parameter managed_environment_name\n - Operation CertificatesOperations.update has a new parameter certificate_name\n - Operation CertificatesOperations.update has a new parameter environment_name\n - Operation CertificatesOperations.update no longer has parameter managed_environment_name\n - Operation CertificatesOperations.update no longer has parameter name\n - Operation ContainerAppsAuthConfigsOperations.create_or_update has a new parameter auth_config_name\n - Operation ContainerAppsAuthConfigsOperations.create_or_update no longer has parameter name\n - Operation ContainerAppsAuthConfigsOperations.delete has a new parameter auth_config_name\n - Operation ContainerAppsAuthConfigsOperations.delete no longer has parameter name\n - Operation ContainerAppsAuthConfigsOperations.get has a new parameter auth_config_name\n - Operation ContainerAppsAuthConfigsOperations.get no longer has parameter name\n - Operation ContainerAppsOperations.begin_create_or_update has a new parameter container_app_name\n - Operation ContainerAppsOperations.begin_create_or_update no longer has parameter name\n - Operation ContainerAppsOperations.begin_delete has a new parameter container_app_name\n - Operation ContainerAppsOperations.begin_delete no longer has parameter name\n - Operation ContainerAppsOperations.begin_update has a new parameter container_app_name\n - Operation ContainerAppsOperations.begin_update no longer has parameter name\n - Operation ContainerAppsOperations.get has a new parameter container_app_name\n - Operation ContainerAppsOperations.get no longer has parameter name\n - Operation ContainerAppsOperations.list_secrets has a new parameter container_app_name\n - Operation ContainerAppsOperations.list_secrets no longer has parameter name\n - Operation ContainerAppsRevisionReplicasOperations.get_replica has a new parameter replica_name\n - Operation ContainerAppsRevisionReplicasOperations.get_replica no longer has parameter name\n - Operation ContainerAppsRevisionsOperations.activate_revision has a new parameter revision_name\n - Operation ContainerAppsRevisionsOperations.activate_revision no longer has parameter name\n - Operation ContainerAppsRevisionsOperations.deactivate_revision has a new parameter revision_name\n - Operation ContainerAppsRevisionsOperations.deactivate_revision no longer has parameter name\n - Operation ContainerAppsRevisionsOperations.get_revision has a new parameter revision_name\n - Operation ContainerAppsRevisionsOperations.get_revision no longer has parameter name\n - Operation ContainerAppsRevisionsOperations.restart_revision has a new parameter revision_name\n - Operation ContainerAppsRevisionsOperations.restart_revision no longer has parameter name\n - Operation ContainerAppsSourceControlsOperations.begin_create_or_update has a new parameter source_control_name\n - Operation ContainerAppsSourceControlsOperations.begin_create_or_update no longer has parameter name\n - Operation ContainerAppsSourceControlsOperations.begin_delete has a new parameter source_control_name\n - Operation ContainerAppsSourceControlsOperations.begin_delete no longer has parameter name\n - Operation ContainerAppsSourceControlsOperations.get has a new parameter source_control_name\n - Operation ContainerAppsSourceControlsOperations.get no longer has parameter name\n - Operation DaprComponentsOperations.create_or_update has a new parameter component_name\n - Operation DaprComponentsOperations.create_or_update no longer has parameter name\n - Operation DaprComponentsOperations.delete has a new parameter component_name\n - Operation DaprComponentsOperations.delete no longer has parameter name\n - Operation DaprComponentsOperations.get has a new parameter component_name\n - Operation DaprComponentsOperations.get no longer has parameter name\n - Operation DaprComponentsOperations.list_secrets has a new parameter component_name\n - Operation DaprComponentsOperations.list_secrets no longer has parameter name\n - Operation ManagedEnvironmentsOperations.begin_create_or_update has a new parameter environment_name\n - Operation ManagedEnvironmentsOperations.begin_create_or_update no longer has parameter name\n - Operation ManagedEnvironmentsOperations.begin_delete has a new parameter environment_name\n - Operation ManagedEnvironmentsOperations.begin_delete no longer has parameter name\n - Operation ManagedEnvironmentsOperations.begin_update has a new parameter environment_name\n - Operation ManagedEnvironmentsOperations.begin_update no longer has parameter name\n - Operation ManagedEnvironmentsOperations.get has a new parameter environment_name\n - Operation ManagedEnvironmentsOperations.get no longer has parameter name\n - Operation ManagedEnvironmentsStoragesOperations.create_or_update has a new parameter environment_name\n - Operation ManagedEnvironmentsStoragesOperations.create_or_update has a new parameter storage_name\n - Operation ManagedEnvironmentsStoragesOperations.create_or_update no longer has parameter env_name\n - Operation ManagedEnvironmentsStoragesOperations.create_or_update no longer has parameter name\n - Operation ManagedEnvironmentsStoragesOperations.delete has a new parameter environment_name\n - Operation ManagedEnvironmentsStoragesOperations.delete has a new parameter storage_name\n - Operation ManagedEnvironmentsStoragesOperations.delete no longer has parameter env_name\n - Operation ManagedEnvironmentsStoragesOperations.delete no longer has parameter name\n - Operation ManagedEnvironmentsStoragesOperations.get has a new parameter environment_name\n - Operation ManagedEnvironmentsStoragesOperations.get has a new parameter storage_name\n - Operation ManagedEnvironmentsStoragesOperations.get no longer has parameter env_name\n - Operation ManagedEnvironmentsStoragesOperations.get no longer has parameter name\n - Operation ManagedEnvironmentsStoragesOperations.list has a new parameter environment_name\n - Operation ManagedEnvironmentsStoragesOperations.list no longer has parameter env_name\n - Operation NamespacesOperations.check_name_availability has a new parameter environment_name\n - Operation NamespacesOperations.check_name_availability no longer has parameter managed_environment_name\n\n## 1.0.0b1 (2022-05-06)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Appcontainers Management Client Library for Python",
"version": "3.2.0",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4e90252964c7c44a1e0e47642465eb0480ee9e5b97a43780af2792499ad32dbc",
"md5": "906aa42ea72de436f487ee0b45569e97",
"sha256": "e5bd1e1b5bf1bb84b710e5d788e670b4b61e94a26c4d230cc403ab60b69bad12"
},
"downloads": -1,
"filename": "azure_mgmt_appcontainers-3.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "906aa42ea72de436f487ee0b45569e97",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 281146,
"upload_time": "2025-04-21T04:24:48",
"upload_time_iso_8601": "2025-04-21T04:24:48.245652Z",
"url": "https://files.pythonhosted.org/packages/4e/90/252964c7c44a1e0e47642465eb0480ee9e5b97a43780af2792499ad32dbc/azure_mgmt_appcontainers-3.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1e08e1a6d0038028e9113f5e0f4676916497d8958e9cd6d7b15c7522d9e45282",
"md5": "80754e4978c84f8b5c9112a97e6159d1",
"sha256": "6e9ed63c2c2cb0f643fad679d81308c4aa26156ced41fc033e5f4c0498218f3e"
},
"downloads": -1,
"filename": "azure_mgmt_appcontainers-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "80754e4978c84f8b5c9112a97e6159d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 181724,
"upload_time": "2025-04-21T04:24:47",
"upload_time_iso_8601": "2025-04-21T04:24:47.032101Z",
"url": "https://files.pythonhosted.org/packages/1e/08/e1a6d0038028e9113f5e0f4676916497d8958e9cd6d7b15c7522d9e45282/azure_mgmt_appcontainers-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-21 04:24:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "azure-sdk-for-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "azure-mgmt-appcontainers"
}