Microsoft Azure Appcontainers 管理客户端库(Python版)
项目描述
Microsoft Azure SDK for Python
这是Microsoft Azure Appcontainers 管理客户端库。此包已测试与Python 3.8+兼容。有关Azure库的更完整视图,请参阅azure sdk python发布。
免责声明
Azure SDK Python包对Python 2.7的支持已于2022年1月1日结束。有关更多信息,请参阅https://github.com/Azure/azure-sdk-for-python/issues/20691
入门
先决条件
- 使用此包需要Python 3.8+。
- Azure订阅
安装包
pip install azure-mgmt-appcontainers
pip install azure-identity
身份验证
默认情况下,Azure Active Directory令牌身份验证依赖于以下环境变量的正确配置。
AZURE_CLIENT_ID
用于Azure客户端ID。AZURE_TENANT_ID
用于Azure租户ID。AZURE_CLIENT_SECRET
用于Azure客户端密钥。
此外,可以通过环境变量 AZURE_SUBSCRIPTION_ID
配置Azure订阅ID。
以上配置后,客户端可以通过以下代码进行身份验证
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)
示例
本包的代码示例可以在以下位置找到:
故障排除
下一步操作
提供反馈
如果您遇到任何错误或建议,请在项目的问题部分提交问题。
发布历史
3.1.0 (2024-08-06)
新增功能
- 在当前版本中添加了 'azure.mgmt.appcontainers.ContainerAppsAPIClient' 客户端的 'get_custom_domain_verification_id' 方法
- 在当前版本中为 'azure.mgmt.appcontainers.ContainerAppsAPIClient' 客户端添加了 'usages' 操作组
- 在当前版本中为 'azure.mgmt.appcontainers.ContainerAppsAPIClient' 客户端添加了 'managed_environment_usages' 操作组
- 在当前版本中添加了 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' 客户端的 'get_custom_domain_verification_id' 方法
- 在当前版本中为 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' 客户端添加了 'usages' 操作组
- 在当前版本中为 'azure.mgmt.appcontainers.aio.ContainerAppsAPIClient' 客户端添加了 'managed_environment_usages' 操作组
- 在当前版本中添加了 'azure.mgmt.appcontainers.aio.operations.ContainerAppsAPIClientOperationsMixin' 的 'get_custom_domain_verification_id' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.aio.operations.JobsOperations' 的 'get_detector' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.aio.operations.JobsOperations' 的 'list_detectors' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.aio.operations.JobsOperations' 的 'proxy_get' 方法
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.aio.operations.ManagedEnvironmentUsagesOperations'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.aio.operations.UsagesOperations'
- 在当前版本中添加了 'azure.mgmt.appcontainers.operations.ContainerAppsAPIClientOperationsMixin' 的 'get_custom_domain_verification_id' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.operations.JobsOperations' 的 'get_detector' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.operations.JobsOperations' 的 'list_detectors' 方法
- 在当前版本中添加了 'azure.mgmt.appcontainers.operations.JobsOperations' 的 'proxy_get' 方法
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.operations.ManagedEnvironmentUsagesOperations'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.operations.UsagesOperations'
- 在当前版本中为模型或公开的类 'azure.mgmt.appcontainers.models.AuthConfig' 添加了属性 'encryption_settings'
- 在当前版本中为模型或公开的类 'azure.mgmt.appcontainers.models.AvailableWorkloadProfileProperties' 添加了属性 'gpus'
- 在当前版本中为模型或公开的类 'azure.mgmt.appcontainers.models.Ingress' 添加了属性 'additional_port_mappings'
- 在当前版本中为模型或公开的类 'azure.mgmt.appcontainers.models.Login' 添加了属性 'token_store'
- 在当前版本中为模型或公开的类 'azure.mgmt.appcontainers.models.ManagedEnvironment' 添加了属性 'peer_traffic_configuration'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.BlobStorageTokenStore'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.EncryptionSettings'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.IngressPortMapping'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.ListUsagesResult'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfiguration'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.TokenStore'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.Usage'
- 在当前版本中添加了模型或公开的类 'azure.mgmt.appcontainers.models.UsageName'
3.1.0b1 (2024-03-18)
新增功能
- 添加操作 ContainerAppsAPIClientOperationsMixin.get_custom_domain_verification_id
- 添加操作 JobsOperations.get_detector
- 添加操作 JobsOperations.list_detectors
- 添加操作 JobsOperations.proxy_get
- 添加操作组 AppResiliencyOperations
- 添加操作组 BuildAuthTokenOperations
- 添加操作组 BuildersOperations
- 添加操作组 BuildsByBuilderResourceOperations
- 添加操作组 BuildsOperations
- 添加操作组 DaprComponentResiliencyPoliciesOperations
- 添加操作组 DaprSubscriptionsOperations
- 添加操作组 DotNetComponentsOperations
- 添加操作组 JavaComponentsOperations
- 添加操作组 ManagedEnvironmentUsagesOperations
- 添加操作组 UsagesOperations
- 模型 AuthConfig 新增参数 encryption_settings
- 模型 AvailableWorkloadProfileProperties 新增参数 gpus
- 模型 CertificateProperties 新增参数 certificate_key_vault_properties
- 模型 CertificateProperties 新增参数 certificate_type
- 模型 CustomDomainConfiguration 新增参数 certificate_key_vault_properties
- 模型 DaprComponent 新增参数 service_component_bind
- 模型 GithubActionConfiguration 新增参数 build_environment_variables
- 模型 Ingress 新增参数 additional_port_mappings
- 模型 Ingress 新增参数 target_port_http_scheme
- 模型 Job 新增参数 extended_location
- 模型 JobPatchProperties 新增参数 extended_location
- 模型 LogAnalyticsConfiguration 新增参数 dynamic_json_columns
- 模型 Login 新增参数 token_store
- 模型 ManagedEnvironment 新增参数 app_insights_configuration
- 模型 ManagedEnvironment 新增参数 identity
- 模型 ManagedEnvironment 新增参数 open_telemetry_configuration
- 模型 ManagedEnvironmentStorageProperties 新增参数 nfs_azure_file
- 模型 ServiceBind 新增参数 client_type
- 模型 ServiceBind 新增参数 customized_keys
3.0.0 (2023-08-18)
新增功能
- 添加操作 ContainerAppsOperations.begin_start
- 添加操作 ContainerAppsOperations.begin_stop
- 添加操作组 ContainerAppsAPIClientOperationsMixin
- 添加操作组 JobsExecutionsOperations
- 添加操作组 JobsOperations
- 添加操作组 ManagedCertificatesOperations
- 模型 AvailableWorkloadProfileProperties 新增参数 category
- 模型 AzureCredentials 新增参数 kind
- 模型 Configuration 新增参数 service
- 模型 ContainerApp 新增参数 managed_by
- 模型 ContainerApp 新增参数 workload_profile_name
- 模型 ContainerAppSecret 新增参数 identity
- 模型 ContainerAppSecret 新增参数 key_vault_url
- 模型 GithubActionConfiguration 新增参数 github_personal_access_token
- 模型 Ingress 新增参数 sticky_sessions
- 模型 ManagedEnvironment 新增参数 dapr_configuration
- 模型 ManagedEnvironment 新增参数 infrastructure_resource_group
- 模型 ManagedEnvironment 新增参数 keda_configuration
- 模型 ManagedEnvironment 新增参数 peer_authentication
- 模型 Replica 新增参数 init_containers
- 模型 Replica 新增参数 running_state
- 模型 Replica 新增参数 running_state_details
- 模型 ReplicaContainer 新增参数 running_state
- 模型 ReplicaContainer 新增参数 running_state_details
- 模型 Revision 新增参数 running_state
- 模型 Secret 新增参数 identity
- 模型 Secret 新增参数 key_vault_url
- 模型 Template 新增参数 service_binds
- 模型 Template 新增参数 termination_grace_period_seconds
- 模型 Volume 新增参数 mount_options
- 模型 Volume 新增参数 secrets
- 模型 VolumeMount 新增参数 sub_path
重大变更
- 模型 AvailableWorkloadProfileProperties 不再包含参数 billing_meter_category
- 模型 ContainerApp 不再包含参数 workload_profile_type
- 模型 ManagedEnvironment 不再包含参数 sku
- 模型 VnetConfiguration 不再包含参数 outbound_settings
- 模型 VnetConfiguration 不再包含参数 runtime_subnet_id
- 模型 WorkloadProfile 添加了新的必需参数名称
3.0.0b1(2023-05-20)
新增功能
- 添加操作组 JobsExecutionsOperations
- 添加操作组 JobsOperations
- 添加操作组 ManagedCertificatesOperations
- 模型 AvailableWorkloadProfileProperties 新增参数 category
- 模型 ContainerApp 新增参数 managed_by
- 模型 ContainerApp 新增参数 workload_profile_name
- 模型 ContainerAppSecret 新增参数 identity
- 模型 ContainerAppSecret 新增参数 key_vault_url
- 模型 Ingress 新增参数 sticky_sessions
- 模型 ManagedEnvironment 新增参数 dapr_configuration
- 模型 ManagedEnvironment 新增参数 infrastructure_resource_group
- 模型 ManagedEnvironment 新增参数 keda_configuration
- 模型 Secret 新增参数 identity
- 模型 Secret 新增参数 key_vault_url
- 模型 Volume 新增参数 secrets
重大变更
- 模型 AvailableWorkloadProfileProperties 不再包含参数 billing_meter_category
- 模型 ContainerApp 不再包含参数 workload_profile_type
- 模型 ManagedEnvironment 不再包含参数 sku
- 模型 VnetConfiguration 不再包含参数 outbound_settings
- 模型 VnetConfiguration 不再包含参数 runtime_subnet_id
- 模型 WorkloadProfile 添加了新的必需参数名称
2.0.0 (2023-03-20)
新增功能
- 添加了操作 ContainerAppsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.list_workload_profile_states
- 添加了操作组 AvailableWorkloadProfilesOperations
- 添加了操作组 BillingMetersOperations
- 添加了操作组 ConnectedEnvironmentsCertificatesOperations
- 添加了操作组 ConnectedEnvironmentsDaprComponentsOperations
- 添加了操作组 ConnectedEnvironmentsOperations
- 添加了操作组 ConnectedEnvironmentsStoragesOperations
- 添加了操作组 ContainerAppsDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentsDiagnosticsOperations
- 模型 CertificateProperties 添加了新参数 subject_alternative_names
- 模型 Configuration 添加了新参数 max_inactive_revisions
- 模型 ContainerApp 添加了新参数 environment_id
- 模型 ContainerApp 添加了新参数 event_stream_endpoint
- 模型 ContainerApp 添加了新参数 extended_location
- 模型 ContainerApp 添加了新参数 latest_ready_revision_name
- 模型 ContainerApp 添加了新参数 workload_profile_type
- 模型 CustomHostnameAnalysisResult 添加了新参数 conflict_with_environment_custom_domain
- 模型 Dapr 添加了新参数 enable_api_logging
- 模型 Dapr 添加了新参数 http_max_request_size
- 模型 Dapr 添加了新参数 http_read_buffer_size
- 模型 Dapr 添加了新参数 log_level
- 模型 DaprComponent 添加了新参数 secret_store_component
- 模型 Ingress 添加了新参数 client_certificate_mode
- 模型 Ingress 添加了新参数 cors_policy
- 模型 Ingress 添加了新参数 exposed_port
- 模型 Ingress 添加了新参数 ip_security_restrictions
- 模型 ManagedEnvironment 添加了新参数 custom_domain_configuration
- 模型 ManagedEnvironment 添加了新参数 event_stream_endpoint
- 模型 ManagedEnvironment 添加了新参数 kind
- 模型 ManagedEnvironment 添加了新参数 sku
- 模型 ManagedEnvironment 添加了新参数 workload_profiles
- 模型 ReplicaContainer 添加了新参数 exec_endpoint
- 模型 ReplicaContainer 添加了新参数 log_stream_endpoint
- 模型 Revision 添加了新参数 last_active_time
- 模型 ScaleRule 添加了新参数 tcp
- 模型 Template 添加了新参数 init_containers
- 模型 VnetConfiguration 添加了新参数 outbound_settings
重大变更
- 模型 CustomHostnameAnalysisResult 不再包含参数 id
- 模型 CustomHostnameAnalysisResult 不再包含参数 name
- 模型 CustomHostnameAnalysisResult 不再包含参数 system_data
- 模型 CustomHostnameAnalysisResult 不再包含参数 type
2.0.0b2(2022-12-29)
新增功能
- 添加了操作 ContainerAppsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.list_workload_profile_states
- 添加了操作组 AvailableWorkloadProfilesOperations
- 添加了操作组 BillingMetersOperations
- 添加了操作组 ConnectedEnvironmentsCertificatesOperations
- 添加了操作组 ConnectedEnvironmentsDaprComponentsOperations
- 添加了操作组 ConnectedEnvironmentsOperations
- 添加了操作组 ConnectedEnvironmentsStoragesOperations
- 添加了操作组 ContainerAppsDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentsDiagnosticsOperations
- 模型 CertificateProperties 添加了新参数 subject_alternative_names
- 模型 Configuration 添加了新参数 max_inactive_revisions
- 模型 ContainerApp 添加了新参数 environment_id
- 模型 ContainerApp 添加了新参数 event_stream_endpoint
- 模型 ContainerApp 添加了新参数 extended_location
- 模型 ContainerApp 添加了新参数 latest_ready_revision_name
- 模型 ContainerApp 添加了新参数 workload_profile_type
- 模型 CustomHostnameAnalysisResult 添加了新参数 conflict_with_environment_custom_domain
- 模型 Dapr 添加了新参数 enable_api_logging
- 模型 Dapr 添加了新参数 http_max_request_size
- 模型 Dapr 添加了新参数 http_read_buffer_size
- 模型 Dapr 添加了新参数 log_level
- 模型 DaprComponent 添加了新参数 secret_store_component
- 模型 Ingress 添加了新参数 client_certificate_mode
- 模型 Ingress 添加了新参数 cors_policy
- 模型 Ingress 添加了新参数 exposed_port
- 模型 Ingress 添加了新参数 ip_security_restrictions
- 模型 ManagedEnvironment 添加了新参数 custom_domain_configuration
- 模型 ManagedEnvironment 添加了新参数 event_stream_endpoint
- 模型 ManagedEnvironment 添加了新参数 kind
- 模型 ManagedEnvironment 添加了新参数 sku
- 模型 ManagedEnvironment 添加了新参数 workload_profiles
- 模型 ReplicaContainer 添加了新参数 exec_endpoint
- 模型 ReplicaContainer 添加了新参数 log_stream_endpoint
- 模型 Revision 添加了新参数 last_active_time
- 模型 ScaleRule 添加了新参数 tcp
- 模型 Template 添加了新参数 init_containers
- 模型 VnetConfiguration 添加了新参数 outbound_settings
重大变更
- 模型 CustomHostnameAnalysisResult 不再包含参数 id
- 模型 CustomHostnameAnalysisResult 不再包含参数 name
- 模型 CustomHostnameAnalysisResult 不再包含参数 system_data
- 模型 CustomHostnameAnalysisResult 不再包含参数 type
2.0.0b1(2022-10-12)
新增功能
- 添加了操作 ContainerAppsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.get_auth_token
- 添加了操作 ManagedEnvironmentsOperations.list_workload_profile_states
- 添加了操作组 AvailableWorkloadProfilesOperations
- 添加了操作组 BillingMetersOperations
- 添加了操作组 ConnectedEnvironmentsCertificatesOperations
- 添加了操作组 ConnectedEnvironmentsDaprComponentsOperations
- 添加了操作组 ConnectedEnvironmentsOperations
- 添加了操作组 ConnectedEnvironmentsStoragesOperations
- 添加了操作组 ContainerAppsDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentDiagnosticsOperations
- 添加了操作组 ManagedEnvironmentsDiagnosticsOperations
- 模型 CertificateProperties 添加了新参数 subject_alternative_names
- 模型 Configuration 添加了新参数 max_inactive_revisions
- 模型 ContainerApp 添加了新参数 environment_id
- 模型 ContainerApp 添加了新参数 event_stream_endpoint
- 模型 ContainerApp 添加了新参数 extended_location
- 模型 ContainerApp 添加了新参数 workload_profile_type
- 模型 CustomHostnameAnalysisResult 添加了新参数 conflict_with_environment_custom_domain
- 模型 Dapr 添加了新参数 enable_api_logging
- 模型 Dapr 添加了新参数 http_max_request_size
- 模型 Dapr 添加了新参数 http_read_buffer_size
- 模型 Dapr 添加了新参数 log_level
- 模型 DaprComponent 添加了新参数 secret_store_component
- 模型 Ingress 添加了新参数 exposed_port
- 模型 Ingress 添加了新参数 ip_security_restrictions
- 模型 ManagedEnvironment 添加了新参数 custom_domain_configuration
- 模型 ManagedEnvironment 添加了新参数 event_stream_endpoint
- 模型 ManagedEnvironment 添加了新参数 sku
- 模型 ManagedEnvironment 添加了新参数 workload_profiles
- 模型 ReplicaContainer 添加了新参数 exec_endpoint
- 模型 ReplicaContainer 添加了新参数 log_stream_endpoint
- 模型 Revision 添加了新参数 last_active_time
- 模型 ScaleRule 添加了新参数 tcp
- 模型 Template 添加了新参数 init_containers
- 模型 VnetConfiguration 添加了新参数 outbound_settings
重大变更
- 模型 CustomHostnameAnalysisResult 不再包含参数 id
- 模型 CustomHostnameAnalysisResult 不再包含参数 name
- 模型 CustomHostnameAnalysisResult 不再包含参数 system_data
- 模型 CustomHostnameAnalysisResult 不再包含参数 type
1.0.0 (2022-05-17)
重大变更
- 操作 CertificatesOperations.create_or_update 添加了新参数 certificate_name
- 操作 CertificatesOperations.create_or_update 添加了新参数 environment_name
- 操作 CertificatesOperations.create_or_update 不再包含参数 managed_environment_name
- 操作 CertificatesOperations.create_or_update 不再包含参数 name
- 操作 CertificatesOperations.delete 添加了新参数 certificate_name
- 操作 CertificatesOperations.delete 添加了新参数 environment_name
- 操作 CertificatesOperations.delete 不再包含参数 managed_environment_name
- 操作 CertificatesOperations.delete 不再包含参数 name
- 操作 CertificatesOperations.get 添加了新参数 certificate_name
- 操作 CertificatesOperations.get 添加了新参数 environment_name
- 操作 CertificatesOperations.get 不再包含参数 managed_environment_name
- 操作 CertificatesOperations.get 不再包含参数 name
- 操作 CertificatesOperations.list 添加了新参数 environment_name
- 操作 CertificatesOperations.list 不再包含参数 managed_environment_name
- 操作 CertificatesOperations.update 添加了新参数 certificate_name
- 操作 CertificatesOperations.update 添加了新参数 environment_name
- 操作 CertificatesOperations.update 不再包含参数 managed_environment_name
- 操作 CertificatesOperations.update 不再包含参数 name
- 操作 ContainerAppsAuthConfigsOperations.create_or_update 添加了新参数 auth_config_name
- 操作 ContainerAppsAuthConfigsOperations.create_or_update 不再包含参数 name
- 操作 ContainerAppsAuthConfigsOperations.delete 添加了新参数 auth_config_name
- 操作 ContainerAppsAuthConfigsOperations.delete 不再具有参数名称
- 操作 ContainerAppsAuthConfigsOperations.get 新增参数 auth_config_name
- 操作 ContainerAppsAuthConfigsOperations.get 不再具有参数名称
- 操作 ContainerAppsOperations.begin_create_or_update 新增参数 container_app_name
- 操作 ContainerAppsOperations.begin_create_or_update 不再具有参数名称
- 操作 ContainerAppsOperations.begin_delete 新增参数 container_app_name
- 操作 ContainerAppsOperations.begin_delete 不再具有参数名称
- 操作 ContainerAppsOperations.begin_update 新增参数 container_app_name
- 操作 ContainerAppsOperations.begin_update 不再具有参数名称
- 操作 ContainerAppsOperations.get 新增参数 container_app_name
- 操作 ContainerAppsOperations.get 不再具有参数名称
- 操作 ContainerAppsOperations.list_secrets 新增参数 container_app_name
- 操作 ContainerAppsOperations.list_secrets 不再具有参数名称
- 操作 ContainerAppsRevisionReplicasOperations.get_replica 新增参数 replica_name
- 操作 ContainerAppsRevisionReplicasOperations.get_replica 不再具有参数名称
- 操作 ContainerAppsRevisionsOperations.activate_revision 新增参数 revision_name
- 操作 ContainerAppsRevisionsOperations.activate_revision 不再具有参数名称
- 操作 ContainerAppsRevisionsOperations.deactivate_revision 新增参数 revision_name
- 操作 ContainerAppsRevisionsOperations.deactivate_revision 不再具有参数名称
- 操作 ContainerAppsRevisionsOperations.get_revision 新增参数 revision_name
- 操作 ContainerAppsRevisionsOperations.get_revision 不再具有参数名称
- 操作 ContainerAppsRevisionsOperations.restart_revision 新增参数 revision_name
- 操作 ContainerAppsRevisionsOperations.restart_revision 不再具有参数名称
- 操作 ContainerAppsSourceControlsOperations.begin_create_or_update 新增参数 source_control_name
- 操作 ContainerAppsSourceControlsOperations.begin_create_or_update 不再具有参数名称
- 操作 ContainerAppsSourceControlsOperations.begin_delete 新增参数 source_control_name
- 操作 ContainerAppsSourceControlsOperations.begin_delete 不再具有参数名称
- 操作 ContainerAppsSourceControlsOperations.get 新增参数 source_control_name
- 操作 ContainerAppsSourceControlsOperations.get 不再具有参数名称
- 操作 DaprComponentsOperations.create_or_update 新增参数 component_name
- 操作 DaprComponentsOperations.create_or_update 不再具有参数名称
- 操作 DaprComponentsOperations.delete 新增参数 component_name
- 操作 DaprComponentsOperations.delete 不再具有参数名称
- 操作 DaprComponentsOperations.get 新增参数 component_name
- 操作 DaprComponentsOperations.get 不再具有参数名称
- 操作 DaprComponentsOperations.list_secrets 新增参数 component_name
- 操作 DaprComponentsOperations.list_secrets 不再具有参数名称
- 操作 ManagedEnvironmentsOperations.begin_create_or_update 新增参数 environment_name
- 操作 ManagedEnvironmentsOperations.begin_create_or_update 不再具有参数名称
- 操作 ManagedEnvironmentsOperations.begin_delete 新增参数 environment_name
- 操作 ManagedEnvironmentsOperations.begin_delete 不再具有参数名称
- 操作 ManagedEnvironmentsOperations.begin_update 新增参数 environment_name
- 操作 ManagedEnvironmentsOperations.begin_update 不再具有参数名称
- 操作 ManagedEnvironmentsOperations.get 新增参数 environment_name
- 操作 ManagedEnvironmentsOperations.get 不再具有参数名称
- 操作 ManagedEnvironmentsStoragesOperations.create_or_update 新增参数 environment_name
- 操作 ManagedEnvironmentsStoragesOperations.create_or_update 新增参数 storage_name
- 操作 ManagedEnvironmentsStoragesOperations.create_or_update 不再具有参数 env_name
- 操作 ManagedEnvironmentsStoragesOperations.create_or_update 不再具有参数名称
- 操作 ManagedEnvironmentsStoragesOperations.delete 新增参数 environment_name
- 操作 ManagedEnvironmentsStoragesOperations.delete 新增参数 storage_name
- 操作 ManagedEnvironmentsStoragesOperations.delete 不再具有参数 env_name
- 操作 ManagedEnvironmentsStoragesOperations.delete 不再具有参数名称
- 操作 ManagedEnvironmentsStoragesOperations.get 新增参数 environment_name
- 操作 ManagedEnvironmentsStoragesOperations.get 新增参数 storage_name
- 操作 ManagedEnvironmentsStoragesOperations.get 不再包含参数 env_name
- 操作 ManagedEnvironmentsStoragesOperations.get 不再包含参数 name
- 操作 ManagedEnvironmentsStoragesOperations.list 新增参数 environment_name
- 操作 ManagedEnvironmentsStoragesOperations.list 不再包含参数 env_name
- 操作 NamespacesOperations.check_name_availability 新增参数 environment_name
- 操作 NamespacesOperations.check_name_availability 不再包含参数 managed_environment_name
1.0.0b1 (2022-05-06)
- 初始发布
项目详情
下载文件
下载适用于您的平台文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。
源分布
azure-mgmt-appcontainers-3.1.0.tar.gz (155.7 kB 查看散列值)
构建分布
关闭
散列值 for azure-mgmt-appcontainers-3.1.0-py3-none-any.whl
算法 | 散列摘要 | |
---|---|---|
SHA256 | 7ce101d21eb73097f5371c2e033e73b4fd7bababe9dfd0bf13b351e67e755dfd |
|
MD5 | e29c452cd823e3dc9e92ba2b5aa20f46 |
|
BLAKE2b-256 | a571218b5fb5b479d7f0cd5b9928dd058c0f63e6c70e5d26d09b31f6520e4e2c |