Skip to content

Commit

Permalink
release 3.1.24 source code for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 2, 2023
1 parent 4aaf944 commit 9b22cd6
Show file tree
Hide file tree
Showing 425 changed files with 20,554 additions and 1,776 deletions.
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,99 @@
# 3.1.24 2023-02-02

### HuaweiCloud SDK AOS

- _Features_
- Support the interface `UpdateStack`
- _Bug Fix_
- None
- _Change_
- Add the request parameter `executor` to the interface `ApplyExecutionPlan`
- Changes of the interface `ListStackEvents`:
- Add the request parameters `filter`, `field`
- Remove the response parameters `resource_id_key`, `resource_id_value`, `resource_name`, `resource_type`, `time`, `event_type`, `event_message`, `elapsed_seconds`
- The response parameter `stack_name` changed to required of the interface `GetStackMetadata`
- Add the request parameter `executor` to the interface `CreateStack`
- Changes of the interface `ListStackResources`:
- Add the response parameter `index_key`
- Remove the enum values `DELETION_SKIPPED` from the response parameter `resource_status`
- Add the request parameter `executor` to the interface `DeployStack`

### HuaweiCloud SDK BSS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the response parameter `fail_resource_infos` to the interface `RenewalResources`
- Add the response parameter `fail_resource_infos` to the interface `CancelResourcesSubscription`

### HuaweiCloud SDK CloudPipeline

- _Features_
- Support the following interfaces:
- `RunPipeline`
- `BatchShowPipelinesLatestStatus`
- `ShowPipelineRunDetail`
- `ListPipelines`
- `DeletePipeline`
- `StopPipelineRun`
- `ListPipelineRuns`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK GaussDBforopenGauss

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the enum values `GaussDB` to the request parameter `type` to the interface `CreateInstance`
- Add the enum values `GaussDB` to the request parameter `datastore_type` to the interface `ListInstances`
- Add the enum values `GaussDB` to the response parameter `type` to the interface `ListBackups`

### HuaweiCloud SDK GSL

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the request parameter `all_billing_cycle` to the interface `ListBackPools`
- Add the request parameter `all_billing_cycle` to the interface `ListSimPools`

### HuaweiCloud SDK IMS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the enum values `IsoImage` to the request parameter `type` to the interface `CreateImage`

### HuaweiCloud SDK Kafka

- _Features_
- Support the interfaces `CreateInstanceByEngine`, `ShowEngineInstanceExtendProductInfo`, `ResizeEngineInstance`, `CreateReassignmentTask`
- _Bug Fix_
- None
- _Change_
- Add the response parameter `sasl_enabled_mechanisms` to the interface `ListInstances`
- The request parameter `kafka_manager_user`, `kafka_manager_password` changed to not required of the interface `CreatePostPaidInstance`
- Add the response parameter `sasl_enabled_mechanisms` to the interface `ShowInstance`

### HuaweiCloud SDK Moderation

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the request parameter `white_glossaries` to the interface `RunTextModeration`

# 3.1.23 2023-01-19

### HuaweiCloud SDK CCM
Expand Down
96 changes: 96 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,99 @@
# 3.1.24 2023-02-02

### HuaweiCloud SDK AOS

- _新增特性_
- 支持接口`UpdateStack`
- _解决问题_
- 无
- _特性变更_
- 接口`ApplyExecutionPlan`新增请求参数 `executor`
- 接口`ListStackEvents`:
- 新增请求参数 `filter`、`field`
- 移除响应参数 `resource_id_key`、`resource_id_value`、`resource_name`、`resource_type`、`time`、`event_type`、`event_message`、`elapsed_seconds`
- 接口`GetStackMetadata`响应参数`stack_name`改为必填
- 接口`CreateStack`新增请求参数 `executor`
- 接口`ListStackResources`:
- 新增响应参数 `index_key`
- 响应参数`resource_status`移除枚举值`DELETION_SKIPPED`
- 接口`DeployStack`新增请求参数 `executor`

### HuaweiCloud SDK BSS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 接口`RenewalResources`新增响应参数 `fail_resource_infos`
- 接口`CancelResourcesSubscription`新增响应参数 `fail_resource_infos`

### HuaweiCloud SDK CloudPipeline

- _新增特性_
- 支持以下接口:
- `RunPipeline`
- `BatchShowPipelinesLatestStatus`
- `ShowPipelineRunDetail`
- `ListPipelines`
- `DeletePipeline`
- `StopPipelineRun`
- `ListPipelineRuns`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK GaussDBforopenGauss

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 接口`CreateInstance`请求参数`type`新增枚举值`GaussDB`
- 接口`ListInstances`请求参数`datastore_type`新增枚举值`GaussDB`
- 接口`ListBackups`响应参数`type`新增枚举值`GaussDB`

### HuaweiCloud SDK GSL

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 接口`ListBackPools`新增请求参数 `all_billing_cycle`
- 接口`ListSimPools`新增请求参数 `all_billing_cycle`

### HuaweiCloud SDK IMS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 接口`CreateImage`请求参数`type`新增枚举值`IsoImage`

### HuaweiCloud SDK Kafka

- _新增特性_
- 支持接口`CreateInstanceByEngine`、`ShowEngineInstanceExtendProductInfo`、`ResizeEngineInstance`、`CreateReassignmentTask`
- _解决问题_
- 无
- _特性变更_
- 接口`ListInstances`新增响应参数 `sasl_enabled_mechanisms`
- 接口`CreatePostPaidInstance`请求参数`kafka_manager_user`、`kafka_manager_password`改为非必填
- 接口`ShowInstance`新增响应参数 `sasl_enabled_mechanisms`

### HuaweiCloud SDK Moderation

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 接口`RunTextModeration`新增请求参数 `white_glossaries`

# 3.1.23 2023-01-19

### HuaweiCloud SDK CCM
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ config.ignore_ssl_verification = True
config.ssl_ca_cert = ssl_ca_cert
```

### 2. 客户端认证信息 [:top:](#用户手册-top)
### 2. 认证信息配置 [:top:](#用户手册-top)

华为云服务存在两种部署方式,Region 级服务和 Global 级服务。

Expand Down

0 comments on commit 9b22cd6

Please sign in to comment.