-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
714874e
commit f14ef9d
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
### Change Description | ||
<!-- Use this section to describe or list, at a high level, the changes contained in the PR. Can be in a concise format as you would see on a changelog. --> | ||
|
||
### Required SDK Upgrades | ||
<!-- Use this section to describe or list any dependencies, and the required version, that need upgrading in the provider prior to merge. --> | ||
|
||
<!-- | ||
- github.com/patrickcping/pingone-go-sdk-v2 v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/authorize v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/credentials v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/management v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/mfa v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/risk v0.5.0 | ||
- github.com/patrickcping/pingone-go-sdk-v2/verify v0.5.0 | ||
--> | ||
|
||
### Testing Shell Command | ||
<!-- Use the following shell block to paste the command used when testing. An example of a testing command could be: --> | ||
<!-- TF_ACC=1 go test -v -timeout 240s -run ^TestAccBrandingTheme github.com/pingidentity/terraform-provider-davinci/internal/service/base --> | ||
```shell | ||
|
||
``` | ||
|
||
### Testing Results | ||
<!-- Use the following shell block to paste the results from the testing command used above --> | ||
|
||
<details> | ||
<summary>Expand Results</summary> | ||
|
||
```shell | ||
|
||
``` | ||
|
||
</details> |