Skip to content

Commit

Permalink
release 3.1.108 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Aug 1, 2024
1 parent b66d58b commit 89f4dd4
Show file tree
Hide file tree
Showing 450 changed files with 15,353 additions and 974 deletions.
150 changes: 150 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,153 @@
# 3.1.108 2024-08-01

### HuaweiCloud SDK BSSINTL

- _Features_
- Support the API `ShowPartnerConsumptionQuota`
- _Bug Fix_
- None
- _Change_
- **ListRateOnPeriodDetail**
- changes of response param
- `- optional_discount_rating_results.product_rating_results.limit`

### HuaweiCloud SDK CSS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowAutoCreatePolicy**
- changes of response param
- `+ frequency`

### HuaweiCloud SDK DAS

- _Features_
- Support the API `ExportTopRiskInstances`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK DDM

- _Features_
- Support the following APIs:
- `ShowLogicalProcesses`
- `ExecuteKillLogicalProcesses`
- `ShowPhysicalProcesses`
- `ExecuteKillPhysicalProcesses`
- `ShowProcessesAuditLog`
- `ListGroup`
- `CreateGroup`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK IAMAccessAnalyzer

- _Features_
- Support the API `CheckNoNewAccess`
- _Bug Fix_
- None
- _Change_
- **ListFindings**
- changes of request param
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- changes of response param
- `+ findings.finding_type`
- `+ findings.resource_type: enum value [iam:user]`
- `* findings: list<Finding> -> list<FindingSummary>`
- **ShowFinding**
- changes of response param
- `+ finding.finding_details`
- `+ finding.finding_type`
- `+ finding.resource_type: enum value [iam:user]`
- **ListAccessPreviewFindings**
- changes of request param
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- changes of response param
- `+ findings.resource_type: enum value [iam:user]`
- **CreateAnalyzer**
- changes of request param
- `+ configuration`
- `+ type: enum value [account_unused_access,organization_unused_access]`
- **ListAnalyzers**
- changes of request param
- `+ type: enum value [account_unused_access,organization_unused_access]`
- changes of response param
- `+ analyzers.configuration`
- `+ analyzers.status_reason.details`
- `+ analyzers.type: enum value [account_unused_access,organization_unused_access]`
- **ShowAnalyzer**
- changes of response param
- `+ analyzer.configuration`
- `+ analyzer.status_reason.details`
- `+ analyzer.type: enum value [account_unused_access,organization_unused_access]`
- **CreateArchiveRule**
- changes of request param
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **ListArchiveRules**
- changes of response param
- `+ archive_rules.filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **UpdateArchiveRule**
- changes of request param
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **ShowArchiveRule**
- changes of response param
- `+ archive_rule.filters.key: enum value [condition.g:SourceVpce,finding_type]`

### HuaweiCloud SDK LTS

- _Features_
- Support the following APIs:
- `ListConsumerGroup`
- `CreateConsumerGroup`
- `ConsumerGroupHeartBeat`
- `ShowLogStreamShards`
- `ListDetailsConsumerGroup`
- `UpdateCheckPoint`
- `DeleteConsumerGroup`
- `ShowCursorByTime`
- `ShowCursorTime`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK VPCEP

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListEndpointInfoDetails**
- changes of response param
- `+ policy_document`
- **UpdateEndpointWhite**
- changes of response param
- `+ policy_document`
- **UpdateEndpointPolicy**
- changes of request param
- `+ policy_document`
- changes of response param
- `+ policy_document`
- **DeleteEndpointPolicy**
- changes of response param
- `+ policy_document`
- **CreateEndpoint**
- changes of request param
- `+ policy_document`
- changes of response param
- `+ policy_document`
- **ListEndpoints**
- changes of response param
- `+ endpoints.policy_document`

# 3.1.107 2024-07-25

### HuaweiCloud SDK APIG
Expand Down
150 changes: 150 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,153 @@
# 3.1.108 2024-08-01

### HuaweiCloud SDK BSSINTL

- _新增特性_
- 支持接口`ShowPartnerConsumptionQuota`
- _解决问题_
- 无
- _特性变更_
- **ListRateOnPeriodDetail**
- 响应参数变更
- `- optional_discount_rating_results.product_rating_results.limit`

### HuaweiCloud SDK CSS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowAutoCreatePolicy**
- 响应参数变更
- `+ frequency`

### HuaweiCloud SDK DAS

- _新增特性_
- 支持接口`ExportTopRiskInstances`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK DDM

- _新增特性_
- 支持以下接口:
- `ShowLogicalProcesses`
- `ExecuteKillLogicalProcesses`
- `ShowPhysicalProcesses`
- `ExecuteKillPhysicalProcesses`
- `ShowProcessesAuditLog`
- `ListGroup`
- `CreateGroup`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK IAMAccessAnalyzer

- _新增特性_
- 支持接口`CheckNoNewAccess`
- _解决问题_
- 无
- _特性变更_
- **ListFindings**
- 请求参数变更
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- 响应参数变更
- `+ findings.finding_type`
- `+ findings.resource_type: enum value [iam:user]`
- `* findings: list<Finding> -> list<FindingSummary>`
- **ShowFinding**
- 响应参数变更
- `+ finding.finding_details`
- `+ finding.finding_type`
- `+ finding.resource_type: enum value [iam:user]`
- **ListAccessPreviewFindings**
- 请求参数变更
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- 响应参数变更
- `+ findings.resource_type: enum value [iam:user]`
- **CreateAnalyzer**
- 请求参数变更
- `+ configuration`
- `+ type: enum value [account_unused_access,organization_unused_access]`
- **ListAnalyzers**
- 请求参数变更
- `+ type: enum value [account_unused_access,organization_unused_access]`
- 响应参数变更
- `+ analyzers.configuration`
- `+ analyzers.status_reason.details`
- `+ analyzers.type: enum value [account_unused_access,organization_unused_access]`
- **ShowAnalyzer**
- 响应参数变更
- `+ analyzer.configuration`
- `+ analyzer.status_reason.details`
- `+ analyzer.type: enum value [account_unused_access,organization_unused_access]`
- **CreateArchiveRule**
- 请求参数变更
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **ListArchiveRules**
- 响应参数变更
- `+ archive_rules.filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **UpdateArchiveRule**
- 请求参数变更
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
- **ShowArchiveRule**
- 响应参数变更
- `+ archive_rule.filters.key: enum value [condition.g:SourceVpce,finding_type]`

### HuaweiCloud SDK LTS

- _新增特性_
- 支持以下接口:
- `ListConsumerGroup`
- `CreateConsumerGroup`
- `ConsumerGroupHeartBeat`
- `ShowLogStreamShards`
- `ListDetailsConsumerGroup`
- `UpdateCheckPoint`
- `DeleteConsumerGroup`
- `ShowCursorByTime`
- `ShowCursorTime`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK VPCEP

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListEndpointInfoDetails**
- 响应参数变更
- `+ policy_document`
- **UpdateEndpointWhite**
- 响应参数变更
- `+ policy_document`
- **UpdateEndpointPolicy**
- 请求参数变更
- `+ policy_document`
- 响应参数变更
- `+ policy_document`
- **DeleteEndpointPolicy**
- 响应参数变更
- `+ policy_document`
- **CreateEndpoint**
- 请求参数变更
- `+ policy_document`
- 响应参数变更
- `+ policy_document`
- **ListEndpoints**
- 响应参数变更
- `+ endpoints.policy_document`

# 3.1.107 2024-07-25

### HuaweiCloud SDK APIG
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.107
3.1.108
2 changes: 1 addition & 1 deletion huaweicloud-sdk-aad/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
huaweicloudsdkcore >= 3.1.107
huaweicloudsdkcore >= 3.1.108
4 changes: 2 additions & 2 deletions huaweicloud-sdk-aad/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 = "huaweicloudsdkaad"
VERSION = "3.1.107"
VERSION = "3.1.108"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand All @@ -14,7 +14,7 @@
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()

REQUIRES = ["huaweicloudsdkcore>=3.1.107"]
REQUIRES = ["huaweicloudsdkcore>=3.1.108"]

OPTIONS = {
'bdist_wheel': {
Expand Down
Loading

0 comments on commit 89f4dd4

Please sign in to comment.