You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs - nested JSONs and docs fixes (IBM-Cloud#6356)
* SC addition
* SC addition
* SC addition
* update function updated
* SC unit tests added
* SC unit tests added
* d
* tests fixes
* tests fixes
* update sdk
* .secrets.baseline update
* .secrets.baseline update
* .secrets.baseline update
* Update sm_service_credentials_secret_metadata.html.markdown
* bugs fixes
* bugs fixes
* bugs fixes
* docs bugs fixes
* preferred_chain added for public cert lets encrypt configuration
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* preferred chain docs update
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* fix public cert bug
* update docs
* reordering bug in alt_names
* name regex fix in docs
* imported cert bug fix
* crypto_key addition
* crypto_key addition
* crypto_key addition
* crypto_key addition
* rejections fixes
* rejections fixes
* rejections fixes
* rejections fixes
* rejections fixes
* test label name changed
* test label name changed
* error formating update
* go sdk version update
* update docs & descriptions for uuid
* update docs - nested JSONs and docs fixes
* casting error handling - data sources
---------
Co-authored-by: Yonathan-Yellin <[email protected]>
Co-authored-by: Avi Ribchinsky <[email protected]>
Co-authored-by: Tatyana <[email protected]>
Co-authored-by: Idan Adar <[email protected]>
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not an Arbitrary secret."), fmt.Sprintf("(Data) %s", ArbitrarySecretResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not an Arbitrary secret."), fmt.Sprintf("(Data) %s_metadata", ArbitrarySecretResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong configuration type: The provided configuration is not a Custom Credentials configuration."), fmt.Sprintf("(Data) %s", CustomCredentialsConfigResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not a Custom Credentials secret."), fmt.Sprintf("(Data) %s", CustomCredentialsSecretResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not a Custom Credentials secret."), fmt.Sprintf("(Data) %s_metadata", CustomCredentialsSecretResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong configuration type: The provided configuration is not an IAM Credentials configuration."), fmt.Sprintf("(Data) %s", IAMCredentialsConfigResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not an IAM Credentials secret."), fmt.Sprintf("(Data) %s", IAMCredentialsSecretResourceName), "read")
tfErr:=flex.TerraformErrorf(nil, fmt.Sprintf("Wrong secret type: The provided secret is not an IAM Credentials secret."), fmt.Sprintf("(Data) %s_metadata", IAMCredentialsSecretResourceName), "read")
0 commit comments