Skip to content

Commit

Permalink
release 3.0.49 source code for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Jun 25, 2021
1 parent 7fc19e2 commit 4743969
Show file tree
Hide file tree
Showing 683 changed files with 98,626 additions and 3,695 deletions.
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,100 @@
# 3.0.49 2021-06-25

### HuaweiCloud SDK APIG

- _Features_
- Support more ineterfaces:
- `ListGatewayResponsesV2`
- `UpdateGatewayResponseV2`
- `DeleteGatewayResponseV2`
- `UpdateGatewayResponseTypeV2`
- `DeleteGatewayResponseTypeV2`
- `DeleteInstancesV2`
- `UpdateInstanceV2`
- `ListInstancesV2`
- `RemoveEipV2`
- `UpdateEngressEipV2`
- `RemoveEngressEipV2`
- `ListFeaturesV2`
- `UpdateDomainV2`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK BMS

- _Features_
- Support interface `ChangeBaremetalServerOs`.
- _Bug Fix_
- None
- _Change_
- Modify the name of reponse parameter of interface `ChangeBaremetalServerName`: `server_tags`->`sys_tags`.

### HuaweiCloud SDK CDN

- _Features_
- Support interface `ShowQuota`.
- _Bug Fix_
- None
- _Change_
- Modify the type of request parameter `url` of interface `ShowHistoryTaskDetails`: `integer`->`string`.

### HuaweiCloud SDK DRS

- _Features_
- Support interface `ShowQuotas`.
- _Bug Fix_
- None
- _Change_
- Modify the type of request parameters `is_transfer`,`selected` of interface `BatchUpdateUser`: `string`->`boolean`.

### HuaweiCloud SDK IAM

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add request parameters`permission_type`,`display_name`,`catalog`,`type` of interface `KeystoneListPermissions`.

### HuaweiCloud SDK LTS

- _Features_
- Support `Log Tank Service`.
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK Meeting

- _Features_
- Support interface `InviteShare`.
- _Bug Fix_
- None
- _Change_
- Add request parameter `multiPicSaveOnly` to interface `SetMultiPicture`.
- Add reponse parameter `leftReason` to interface `SearchHisMeetings`.

### HuaweiCloud SDK VOD

- _Features_
- Support `Video on Demand` service.
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK WAF

- _Features_
- Support `Web Application Firewall` service.
- _Bug Fix_
- None
- _Change_
- None

# 3.0.48 2021-06-21

### HuaweiCloud SDK BMS
Expand Down
97 changes: 97 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,100 @@
# 3.0.49 2021-06-25

### HuaweiCloud SDK APIG

- _新增特性_
- 支持更多接口:
- `ListGatewayResponsesV2`
- `UpdateGatewayResponseV2`
- `DeleteGatewayResponseV2`
- `UpdateGatewayResponseTypeV2`
- `DeleteGatewayResponseTypeV2`
- `DeleteInstancesV2`
- `UpdateInstanceV2`
- `ListInstancesV2`
- `RemoveEipV2`
- `UpdateEngressEipV2`
- `RemoveEngressEipV2`
- `ListFeaturesV2`
- `UpdateDomainV2`
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK BMS

- _新增特性_
- 支持接口`ChangeBaremetalServerOs`
- _解决问题_
-
- _特性变更_
- 接口`ChangeBaremetalServerName`的响应参数名称调整:`server_tags`->`sys_tags`

### HuaweiCloud SDK CDN

- _新增特性_
- 支持接口`ShowQuota`
- _解决问题_
-
- _特性变更_
- 接口`ShowHistoryTaskDetails`的请求参数`url`类型调整:`integer`->`string`

### HuaweiCloud SDK DRS

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`BatchUpdateUser`参数`is_transfer``selected`类型调整:`string`->`boolean`

### HuaweiCloud SDK IAM

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`KeystoneListPermissions`新增请求参数`permission_type``display_name``catalog``type`

### HuaweiCloud SDK LTS

- _新增特性_
- 支持云日志服务
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK Meeting

- _新增特性_
- 支持接口`InviteShare`
- _解决问题_
-
- _特性变更_
- 接口`SetMultiPicture`新增请求参数`multiPicSaveOnly`
- 接口`SearchHisMeetings`新增响应参数`leftReason`

### HuaweiCloud SDK VOD

- _新增特性_
- 支持视频点播服务
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK WAF

- _新增特性_
- 支持Web应用防火墙服务
- _解决问题_
-
- _特性变更_
-

# 3.0.48 2021-06-21

### HuaweiCloud SDK BMS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This document introduces how to obtain and use Huawei Cloud Python SDK.
- To use Huawei Cloud Python SDK to access the APIs of specific service, please make sure you do have activated the
service in [Huawei Cloud console](https://console.huaweicloud.com/?locale=en-us) if needed.

- Huawei Cloud Python SDK requires **Python 3** or later, run command `python --version` to check the version of Python.
- Huawei Cloud Python SDK requires **Python 3.3** or later, run command `python --version` to check the version of Python.

## Install Python SDK

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- 要使用华为云 Python SDK 访问指定服务的 API
,您需要确认已在 [华为云控制台](https://console.huaweicloud.com/console/?locale=zh-cn&region=cn-north-4#/home) 开通当前服务。

- 华为云 Python SDK 支持 **python3** 及以上版本。可执行 `python --version` 检查当前 python 的版本信息。
- 华为云 Python SDK 支持 **python3.3以上** 的版本。可执行 `python --version` 检查当前 python 的版本信息。

## SDK 获取和安装

Expand Down
2 changes: 1 addition & 1 deletion examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkexample"
VERSION = "3.0.48"
VERSION = "3.0.49"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
5 changes: 2 additions & 3 deletions huaweicloud-sdk-aom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkaom"
VERSION = "3.0.48"
VERSION = "3.0.49"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down Expand Up @@ -36,14 +36,13 @@
keywords=["huaweicloud", "sdk", "AOM"],
packages=find_packages(exclude=["tests*"]),
install_requires=REQUIRES,
python_requires=">=2.7",
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
include_package_data=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down
8 changes: 7 additions & 1 deletion huaweicloud-sdk-apig/huaweicloudsdkapig/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
from huaweicloudsdkapig.v2.model.backend_api_create import BackendApiCreate
from huaweicloudsdkapig.v2.model.backend_param import BackendParam
from huaweicloudsdkapig.v2.model.backend_param_base import BackendParamBase
from huaweicloudsdkapig.v2.model.base_page import BasePage
from huaweicloudsdkapig.v2.model.batch_disassociate_throttling_policy_v2_request import BatchDisassociateThrottlingPolicyV2Request
from huaweicloudsdkapig.v2.model.batch_disassociate_throttling_policy_v2_response import BatchDisassociateThrottlingPolicyV2Response
from huaweicloudsdkapig.v2.model.canceling_authorization_v2_request import CancelingAuthorizationV2Request
Expand Down Expand Up @@ -107,7 +108,6 @@
from huaweicloudsdkapig.v2.model.disassociate_signature_key_v2_request import DisassociateSignatureKeyV2Request
from huaweicloudsdkapig.v2.model.disassociate_signature_key_v2_response import DisassociateSignatureKeyV2Response
from huaweicloudsdkapig.v2.model.domain_cert_req import DomainCertReq
from huaweicloudsdkapig.v2.model.domain_req import DomainReq
from huaweicloudsdkapig.v2.model.env_req import EnvReq
from huaweicloudsdkapig.v2.model.env_resp import EnvResp
from huaweicloudsdkapig.v2.model.env_variable_req import EnvVariableReq
Expand Down Expand Up @@ -190,6 +190,8 @@
from huaweicloudsdkapig.v2.model.update_api_v2_response import UpdateApiV2Response
from huaweicloudsdkapig.v2.model.update_app_v2_request import UpdateAppV2Request
from huaweicloudsdkapig.v2.model.update_app_v2_response import UpdateAppV2Response
from huaweicloudsdkapig.v2.model.update_domain_v2_request import UpdateDomainV2Request
from huaweicloudsdkapig.v2.model.update_domain_v2_response import UpdateDomainV2Response
from huaweicloudsdkapig.v2.model.update_environment_v2_request import UpdateEnvironmentV2Request
from huaweicloudsdkapig.v2.model.update_environment_v2_response import UpdateEnvironmentV2Response
from huaweicloudsdkapig.v2.model.update_request_throttling_policy_v2_request import UpdateRequestThrottlingPolicyV2Request
Expand All @@ -198,6 +200,10 @@
from huaweicloudsdkapig.v2.model.update_signature_key_v2_response import UpdateSignatureKeyV2Response
from huaweicloudsdkapig.v2.model.update_special_throttling_configuration_v2_request import UpdateSpecialThrottlingConfigurationV2Request
from huaweicloudsdkapig.v2.model.update_special_throttling_configuration_v2_response import UpdateSpecialThrottlingConfigurationV2Response
from huaweicloudsdkapig.v2.model.url_domain_base import UrlDomainBase
from huaweicloudsdkapig.v2.model.url_domain_base_info import UrlDomainBaseInfo
from huaweicloudsdkapig.v2.model.url_domain_create import UrlDomainCreate
from huaweicloudsdkapig.v2.model.url_domain_modify import UrlDomainModify
from huaweicloudsdkapig.v2.model.url_domains_resp import UrlDomainsResp
from huaweicloudsdkapig.v2.model.vpc_base_info import VpcBaseInfo
from huaweicloudsdkapig.v2.model.vpc_info import VpcInfo
Expand Down
Loading

0 comments on commit 4743969

Please sign in to comment.