fix workflowtaskresults

Signed-off-by: Jeongwon Song <jeongwon412@gmail.com>
This commit is contained in:
Jeongwon Song 2023-08-18 00:09:01 -04:00
parent 55202177cf
commit fe0cd1d6cf

View file

@ -116,7 +116,7 @@ spec:
required: required:
- key - key
type: object type: object
blobNameFormat: blob:
type: string type: string
container: container:
type: string type: string
@ -125,7 +125,7 @@ spec:
useSDKCreds: useSDKCreds:
type: boolean type: boolean
required: required:
- blobNameFormat - blob
- container - container
- endpoint - endpoint
type: object type: object