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
feat(secretData): added more strict typing for secret types during cr… (#14)
* feat(secretData): added more strict typing for secret types during create, to align with latest openAPI doc changes.
BREAKING CHANGE: Secret Create params now require specific SecretData type istead of JsonObject, depending on secret type
* added int tests
* test change
* case change update
* updated latest codegen, removed prototype naming convention from secretData so it can be used in update operation
0 commit comments