File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.73.3 (June 16, 2022)
2
+
3
+ FEATURES:
4
+
5
+ * datasourcce ` tencentcloud_user_info ` support get userinfo
6
+
7
+ BUGFIXES:
8
+
9
+ * resource ` resource_tc_cls_index ` fix crash error
10
+ * resource ` resource_tc_clb_instance ` fix tag error
11
+ * resource ` resource_tc_kubernetes_cluster ` fix cluster_level error
12
+
13
+ COMMON:
14
+ * fix cls, cfs testcases
15
+
1
16
## 1.73.2 (June 13, 2022)
2
17
3
18
BUGFIXES:
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package tencentcloud
3
3
import (
4
4
"context"
5
5
"fmt"
6
- sdkErrors "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
7
6
"testing"
8
7
8
+ sdkErrors "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
9
+
9
10
dnspod "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod/v20210323"
10
11
domain "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/domain/v20180808"
11
12
You can’t perform that action at this time.
0 commit comments