Skip to content

Commit

Permalink
feat: support pts operation (#2193)
Browse files Browse the repository at this point in the history
* feat: support pts operation

* feat: add changelog

* fix: modify test

* fix: modify doc

* Update provider.go

fmt modif

* fix: fmt

---------

Co-authored-by: andrewjiang <[email protected]>
  • Loading branch information
gitmkn and andrew-tx authored Oct 11, 2023
1 parent b49f40c commit d90d408
Show file tree
Hide file tree
Showing 26 changed files with 4,918 additions and 955 deletions.
15 changes: 15 additions & 0 deletions .changelog/2193.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:new-data-source
tencentcloud_pts_scenario_with_jobs
```

```release-note:new-resource
tencentcloud_pts_cron_job_restart
```

```release-note:new-resource
tencentcloud_pts_job_abort
```

```release-note:new-resource
tencentcloud_pts_cron_job_abort
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require (
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/organization v1.0.763
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/postgres v1.0.676
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns v1.0.751
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.533
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.762
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/redis v1.0.657
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/rum v1.0.744
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf v1.0.729
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,8 @@ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns v1.0.751 h1:
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns v1.0.751/go.mod h1:PsIFaoUYRjgVGiG9fUFgs1x/ewUsvBtPeIXDHjh8ABw=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.533 h1:BJDJlHkuoPsSUJ/ZHnmtX3gmA2PVfmKyhB7uV2d9QlE=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.533/go.mod h1:SHeExU5ggWrG8hsc4BMmxdhhw6WpoiWSu1Jw8CXs/Dg=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.762 h1:rZDKucVVtTnmnbZFDyh6t47dHswkb2oSuOxOHTTkygA=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/pts v1.0.762/go.mod h1:QB/XcdVZ8mhRgk90XuXd+2Smfo8emTo0wHIUsygEaKs=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/redis v1.0.657 h1:9p/4/qXtnBIYkz5b5mYAhp1XhnIn5jUkxxfllF8hMMM=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/redis v1.0.657/go.mod h1:CPc7SSKl8I21UmhTf2AVYZqZfy8MbDr/RrMsSqMkOAM=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/rum v1.0.542 h1:/U0rTVKXD7Y8Opw6OtnqSDPnWiP3zMMAlxOKayII/5Q=
Expand Down
Loading

0 comments on commit d90d408

Please sign in to comment.