Skip to content

Commit a701996

Browse files
author
BitsAdmin
committed
Merge branch '${development_task_change_source_branch}' into '${development_task_change_target_branch}'
${development_task_title} Author: ${development_task_change_creator} (${development_task_change_creator_email}) Url: ${development_task_url} ProjectId: ${development_task_change_project_id} Iid: ${development_task_change_iid} RepoPath: ${development_task_change_repo_path} Squash Message: ${development_task_squash_commit_message}
2 parents 3d0df6d + 87a5fbd commit a701996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

volcenginesdkkms/models/create_secret_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def secret_type(self, secret_type):
275275
"""
276276
if self._configuration.client_side_validation and secret_type is None:
277277
raise ValueError("Invalid value for `secret_type`, must not be `None`") # noqa: E501
278-
allowed_values = ["Generic", "IAM", "RDS", "Redis", "ECS"] # noqa: E501
278+
allowed_values = ["Generic", "IAM", "RDS", "Redis", "ECS", "PGSQL", "SQLServer"] # noqa: E501
279279
if (self._configuration.client_side_validation and
280280
secret_type not in allowed_values):
281281
raise ValueError(

0 commit comments

Comments
 (0)