Metadata-Version: 2.4
Name: azure-mgmt-appcontainers
Version: 3.2.0
Summary: Microsoft Azure Appcontainers Management Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: azpysdkhelp@microsoft.com
License: MIT License
Keywords: azure,azure sdk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate>=0.6.1
Requires-Dist: typing-extensions>=4.6.0
Requires-Dist: azure-common>=1.1
Requires-Dist: azure-mgmt-core>=1.3.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
