Skip to content

Commit

Permalink
Delete API DeleteDisk.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 14, 2024
1 parent 7c65496 commit 259a040
Show file tree
Hide file tree
Showing 5 changed files with 1,693 additions and 3,290 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-11-14 Version: v3.0.0
- Delete API DeleteDisk.
- Delete API DescribeDisks.
- Delete API GetDisk.
- Update API DescribeMetricData: add param AggreOps.


2024-10-24 Version: v2.9.0
- Support API GetReport.
- Support API ListReports.
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/ebs-20210730/v2
go get github.com/alibabacloud-go/ebs-20210730/v3
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/ebs-20210730/v2
$ go get github.com/alibabacloud-go/ebs-20210730/v3
```

## Issues
Expand Down
Loading

0 comments on commit 259a040

Please sign in to comment.