Microsoft Azure Appcontainers Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Appcontainers Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release.
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.9+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-appcontainers
pip install azure-identity
Authentication
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
AZURE_CLIENT_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor 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:
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 on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
Troubleshooting
Next steps
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
4.0.0 (2025-10-24)
Features Added
- Model
ContainerAppsAPIClientadded parametercloud_settingin method__init__ - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_endpoint_connections - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_link_resources - Client
ContainerAppsAPIClientadded operation grouphttp_route_config - Client
ContainerAppsAPIClientadded operation groupmaintenance_configurations - Client
ContainerAppsAPIClientadded operation grouplogic_apps - Model
AzureFilePropertiesadded propertyaccount_key_vault_properties - Enum
BindingTypeadded memberAUTO - Model
CertificatePropertiesadded propertydeployment_errors - Enum
CertificateProvisioningStateadded memberDELETING - Model
ConnectedEnvironmentStoragePropertiesadded propertyprovisioning_state - Model
ConnectedEnvironmentStoragePropertiesadded propertydeployment_errors - Model
ContainerAppadded propertykind - Model
Dapradded propertyapp_health - Model
Dapradded propertymax_concurrency - Model
DaprComponentadded propertyprovisioning_state - Model
DaprComponentadded propertydeployment_errors - Model
ManagedEnvironmentadded propertyingress_configuration - Model
ManagedEnvironmentadded propertyprivate_endpoint_connections - Model
ManagedEnvironmentadded propertypublic_network_access - Added model
ConnectedEnvironmentPatchResource - Added enum
ConnectedEnvironmentStorageProvisioningState - Added model
DaprAppHealth - Added enum
DaprComponentProvisioningState - Added model
ErrorEntity - Added model
HttpRoute - Added model
HttpRouteAction - Added model
HttpRouteConfig - Added model
HttpRouteConfigCollection - Added model
HttpRouteConfigProperties - Added model
HttpRouteMatch - Added model
HttpRouteProvisioningErrors - Added enum
HttpRouteProvisioningState - Added model
HttpRouteRule - Added model
HttpRouteTarget - Added model
IngressConfiguration - Added enum
Kind - Added model
LogicApp - Added model
MaintenanceConfigurationCollection - Added model
MaintenanceConfigurationResource - 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
ResourceTags - Added model
ScheduledEntry - Added model
SecretKeyVaultProperties - Added enum
WeekDay - Added model
WorkflowEnvelope - Added model
WorkflowEnvelopeCollection - Added model
WorkflowEnvelopeProperties - Added model
WorkflowHealth - Added enum
WorkflowHealthState - Added enum
WorkflowKind - Added enum
WorkflowState - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_delete - Added operation group
HttpRouteConfigOperations - Added operation group
LogicAppsOperations - Added operation group
MaintenanceConfigurationsOperations - Added operation group
ManagedEnvironmentPrivateEndpointConnectionsOperations - Added operation group
ManagedEnvironmentPrivateLinkResourcesOperations
Breaking Changes
- Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.delete - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.delete - Method
ConnectedEnvironmentsOperations.updateinserted apositional_or_keywordparameterenvironment_envelope - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.delete - Deleted or renamed operation group
ContainerAppsAPIClientOperationsMixin
4.0.0b1 (2025-08-19)
Features Added
- Client
ContainerAppsAPIClientadded operation groupapp_resiliency - Client
ContainerAppsAPIClientadded operation groupbuilders - Client
ContainerAppsAPIClientadded operation groupbuilds_by_builder_resource - Client
ContainerAppsAPIClientadded operation groupbuilds - Client
ContainerAppsAPIClientadded operation groupbuild_auth_token - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds_by_container_app - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_label_history - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_patches - Client
ContainerAppsAPIClientadded operation groupdot_net_components - Client
ContainerAppsAPIClientadded operation groupfunctions_extension - Client
ContainerAppsAPIClientadded operation grouplogic_apps - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_endpoint_connections - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_link_resources - Client
ContainerAppsAPIClientadded operation groupdapr_component_resiliency_policies - Client
ContainerAppsAPIClientadded operation groupdapr_subscriptions - Client
ContainerAppsAPIClientadded operation grouphttp_route_config - Client
ContainerAppsAPIClientadded operation groupmaintenance_configurations - Enum
ActiveRevisionsModeadded memberLABELS - Model
AzureFilePropertiesadded propertyaccount_key_vault_properties - Model
BaseContaineradded propertyimage_type - Enum
BindingTypeadded memberAUTO - Model
BlobStorageTokenStoreadded propertyblob_container_uri - Model
BlobStorageTokenStoreadded propertyclient_id - Model
BlobStorageTokenStoreadded propertymanaged_identity_resource_id - Model
CertificatePropertiesadded propertydeployment_errors - Model
CertificatePropertiesadded propertycertificate_type - Enum
CertificateProvisioningStateadded memberDELETING - Model
Configurationadded propertytarget_label - Model
Configurationadded propertyrevision_transition_threshold - Model
ConnectedEnvironmentStoragePropertiesadded propertyprovisioning_state - Model
ConnectedEnvironmentStoragePropertiesadded propertydeployment_errors - Model
ConnectedEnvironmentStoragePropertiesadded propertysmb - Model
Containeradded propertyimage_type - Model
ContainerAppadded propertykind - Model
ContainerAppadded propertydeployment_errors - Model
ContainerAppadded propertypatching_configuration - Model
ContainerResourcesadded propertygpu - Model
Dapradded propertyapp_health - Model
Dapradded propertymax_concurrency - Model
DaprComponentadded propertyservice_component_bind - Model
GithubActionConfigurationadded propertydockerfile_path - Model
GithubActionConfigurationadded propertybuild_environment_variables - Model
Ingressadded propertytarget_port_http_scheme - Model
InitContaineradded propertyimage_type - Enum
JavaComponentTypeadded memberNACOS - Enum
JavaComponentTypeadded memberSPRING_CLOUD_GATEWAY - Model
Jobadded propertyextended_location - Model
Jobadded propertyrunning_state - Model
JobExecutionadded propertydetailed_status - Model
JobPatchPropertiesadded propertyextended_location - Model
LogAnalyticsConfigurationadded propertydynamic_json_columns - Model
ManagedEnvironmentadded propertyprivate_link_default_domain - Model
ManagedEnvironmentadded propertyapp_insights_configuration - Model
ManagedEnvironmentadded propertyopen_telemetry_configuration - Model
ManagedEnvironmentadded propertyavailability_zones - Model
ManagedEnvironmentadded propertyingress_configuration - Model
ManagedEnvironmentadded propertyprivate_endpoint_connections - Model
ManagedEnvironmentadded propertypublic_network_access - Model
ManagedEnvironmentadded propertydisk_encryption_configuration - Model
ReplicaContaineradded propertydebug_endpoint - Model
Revisionadded propertylabels - Model
Runtimeadded propertydotnet - Model
RuntimeJavaadded propertyjava_agent - Model
ServiceBindadded propertyclient_type - Model
ServiceBindadded propertycustomized_keys - Model
SessionContaineradded propertyprobes - Enum
StorageTypeadded memberSMB - Model
WorkloadProfileadded propertyenable_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 enum
CertificateType - Added model
CircuitBreakerPolicy - Added model
ConnectedEnvironmentDaprComponent - Added model
ConnectedEnvironmentDaprComponentProperties - Added enum
ConnectedEnvironmentDaprComponentProvisioningState - Added model
ConnectedEnvironmentDaprComponentsCollection - Added model
ConnectedEnvironmentPatchResource - Added enum
ConnectedEnvironmentStorageProvisioningState - 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 model
DaprAppHealth - Added model
DaprComponentProperties - 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
DiskEncryptionConfiguration - Added model
DiskEncryptionConfigurationKeyVaultConfiguration - Added model
DiskEncryptionConfigurationKeyVaultConfigurationAuth - Added model
DotNetComponent - Added model
DotNetComponentConfigurationProperty - Added enum
DotNetComponentProvisioningState - Added model
DotNetComponentServiceBind - Added enum
DotNetComponentType - Added model
DotNetComponentsCollection - Added model
EnvironmentVariable - Added model
ErrorEntity - Added model
ExecutionStatus - Added model
Header - Added model
HeaderMatch - Added model
HttpConnectionPool - Added model
HttpGet - Added model
HttpRetryPolicy - Added model
HttpRoute - Added model
HttpRouteAction - Added model
HttpRouteConfig - Added model
HttpRouteConfigCollection - Added model
HttpRouteConfigProperties - Added model
HttpRouteMatch - Added model
HttpRouteProvisioningErrors - Added enum
HttpRouteProvisioningState - Added model
HttpRouteRule - Added model
HttpRouteTarget - Added enum
ImageType - Added model
IngressConfiguration - Added model
IngressConfigurationScale - Added enum
IngressTargetPortHttpScheme - Added enum
JobRunningState - Added enum
Kind - Added model
LabelHistory - Added model
LabelHistoryCollection - Added model
LabelHistoryProperties - Added model
LabelHistoryRecordItem - Added enum
Level - Added model
LoggerSetting - Added model
LogicApp - Added enum
LogicAppsProxyMethod - Added model
LogsConfiguration - Added model
MaintenanceConfigurationCollection - Added model
MaintenanceConfigurationResource - Added model
MetricsConfiguration - Added model
NacosComponent - 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 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
ResourceTags - Added model
RuntimeDotnet - Added model
RuntimeJavaAgent - Added model
RuntimeJavaAgentLogging - Added model
ScgRoute - Added model
ScheduledEntry - Added model
SecretKeyVaultProperties - Added model
SessionProbe - Added model
SessionProbeHttpGet - Added model
SessionProbeHttpGetHttpHeadersItem - Added model
SessionProbeTcpSocket - Added enum
SessionProbeType - Added model
SmbStorage - Added model
SpringCloudGatewayComponent - Added enum
Status - Added model
TcpConnectionPool - Added model
TcpRetryPolicy - Added model
TimeoutPolicy - Added model
TracesConfiguration - Added enum
WeekDay - Added model
WorkflowArtifacts - Added model
WorkflowEnvelope - Added model
WorkflowEnvelopeCollection - Added model
WorkflowEnvelopeProperties - Added model
WorkflowHealth - Added enum
WorkflowHealthState - Added enum
WorkflowState - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsCertificatesOperationsadded methodbegin_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsDaprComponentsOperationsadded methodbegin_delete - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_create_or_update - Operation group
ConnectedEnvironmentsStoragesOperationsadded methodbegin_delete - Operation group
JobsOperationsadded methodbegin_resume - Operation group
JobsOperationsadded methodbegin_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
ContainerAppsLabelHistoryOperations - Added operation group
ContainerAppsPatchesOperations - Added operation group
DaprComponentResiliencyPoliciesOperations - Added operation group
DaprSubscriptionsOperations - Added operation group
DotNetComponentsOperations - Added operation group
FunctionsExtensionOperations - Added operation group
HttpRouteConfigOperations - Added operation group
LogicAppsOperations - Added operation group
MaintenanceConfigurationsOperations - Added operation group
ManagedEnvironmentPrivateEndpointConnectionsOperations - Added operation group
ManagedEnvironmentPrivateLinkResourcesOperations
Breaking Changes
- Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.delete - Deleted or renamed method
ConnectedEnvironmentsCertificatesOperations.update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsDaprComponentsOperations.delete - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.create_or_update - Deleted or renamed method
ConnectedEnvironmentsStoragesOperations.delete - Deleted or renamed model
ContainerAppsAPIClientOperationsMixin
3.2.0 (2025-04-20)
Features Added
- Client
ContainerAppsAPIClientadded operation groupjava_components - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_session_pools - Model
CertificatePropertiesadded propertycertificate_key_vault_properties - Model
Configurationadded propertyruntime - Model
Configurationadded propertyidentity_settings - Model
ContainerAppadded propertyrunning_status - Model
CustomDomainConfigurationadded propertycertificate_key_vault_properties - Model
CustomScaleRuleadded propertyidentity - Model
HttpScaleRuleadded propertyidentity - Model
JobConfigurationadded propertyidentity_settings - Model
JobScaleRuleadded propertyidentity - Model
ManagedEnvironmentadded propertyidentity - Model
ManagedEnvironmentStoragePropertiesadded propertynfs_azure_file - Model
QueueScaleRuleadded propertyaccount_name - Model
QueueScaleRuleadded propertyidentity - Model
Scaleadded propertycooldown_period - Model
Scaleadded propertypolling_interval - Enum
StorageTypeadded memberNFS_AZURE_FILE - Model
TcpScaleRuleadded propertyidentity - 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
ContainerAppsAPIClientadded operation groupapp_resiliency - Client
ContainerAppsAPIClientadded operation groupbuilders - Client
ContainerAppsAPIClientadded operation groupbuilds_by_builder_resource - Client
ContainerAppsAPIClientadded operation groupbuilds - Client
ContainerAppsAPIClientadded operation groupbuild_auth_token - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds_by_container_app - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_builds - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_patches - Client
ContainerAppsAPIClientadded operation groupdot_net_components - Client
ContainerAppsAPIClientadded operation groupfunctions_extension - Client
ContainerAppsAPIClientadded operation groupjava_components - Client
ContainerAppsAPIClientadded operation grouplogic_apps - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_endpoint_connections - Client
ContainerAppsAPIClientadded operation groupmanaged_environment_private_link_resources - Client
ContainerAppsAPIClientadded operation groupdapr_component_resiliency_policies - Client
ContainerAppsAPIClientadded operation groupdapr_subscriptions - Client
ContainerAppsAPIClientadded operation groupcontainer_apps_session_pools - Model
BaseContaineradded propertyimage_type - Model
BillingMeteradded propertyid - Model
BillingMeteradded propertyname - Model
BillingMeteradded propertytype - Model
BillingMeteradded propertysystem_data - Model
CertificatePropertiesadded propertycertificate_key_vault_properties - Model
CertificatePropertiesadded propertycertificate_type - Model
Configurationadded propertyruntime - Model
Configurationadded propertyidentity_settings - Model
ConnectedEnvironmentStoragePropertiesadded propertysmb - Model
Containeradded parameterimage_typein method__init__ - Model
ContainerAppadded propertykind - Model
ContainerAppadded propertydeployment_errors - Model
ContainerAppadded propertypatching_configuration - Model
CustomDomainConfigurationadded propertycertificate_key_vault_properties - Model
CustomScaleRuleadded propertyidentity - Model
DaprComponentadded propertyservice_component_bind - Model
GithubActionConfigurationadded propertydockerfile_path - Model
GithubActionConfigurationadded propertybuild_environment_variables - Model
HttpScaleRuleadded propertyidentity - Model
Ingressadded propertytarget_port_http_scheme - Model
InitContaineradded propertyimage_type - Model
Jobadded propertyextended_location - Model
Jobadded propertyrunning_state - Model
JobConfigurationadded propertyidentity_settings - Model
JobExecutionadded propertydetailed_status - Model
JobPatchPropertiesadded propertyextended_location - Model
JobScaleRuleadded propertyidentity - Model
LogAnalyticsConfigurationadded propertydynamic_json_columns - Model
ManagedEnvironmentadded propertyidentity - Model
ManagedEnvironmentadded propertyapp_insights_configuration - Model
ManagedEnvironmentadded propertyopen_telemetry_configuration - Model
ManagedEnvironmentadded propertyprivate_endpoint_connections - Model
ManagedEnvironmentadded propertypublic_network_access - Model
ManagedEnvironmentStoragePropertiesadded propertynfs_azure_file - Model
QueueScaleRuleadded propertyaccount_name - Model
QueueScaleRuleadded propertyidentity - Model
ReplicaContaineradded propertydebug_endpoint - Model
Scaleadded propertycooldown_period - Model
Scaleadded propertypolling_interval - Model
ServiceBindadded propertyclient_type - Model
ServiceBindadded propertycustomized_keys - Enum
StorageTypeadded memberNFS_AZURE_FILE - Enum
StorageTypeadded memberSMB - Model
TcpScaleRuleadded propertyidentity - Model
WorkloadProfileadded propertyenable_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
JobsOperationsadded methodbegin_resume - Operation group
JobsOperationsadded methodbegin_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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_mgmt_appcontainers-4.0.0.tar.gz.
File metadata
- Download URL: azure_mgmt_appcontainers-4.0.0.tar.gz
- Upload date:
- Size: 213.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1731136ca0166c5fbc21a58cd37ea76787d20989e7f95dc12ae627efaf1dc3a5
|
|
| MD5 |
7acc145d3403e2ef30206763daa50e54
|
|
| BLAKE2b-256 |
7301e84cadcf7d71fdff9a79218c8fb165ab20ce6e64af8526be485039897fa5
|
File details
Details for the file azure_mgmt_appcontainers-4.0.0-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_appcontainers-4.0.0-py3-none-any.whl
- Upload date:
- Size: 331.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2338025ac0c3dc8867dbcda80d7446aaad3f3e8875e7cc71892e833f9ee7e0ef
|
|
| MD5 |
a8aeb4ee2315a6ed5964d7a015c0c2e1
|
|
| BLAKE2b-256 |
3e1acb62ec5f12b2c7cf89e1a1607478ae3befd14420139f4cfc1dfea567645b
|