Skip to content

Commit dd692e6

Browse files
committed
create workspace secret with yaml
1 parent c4be3bc commit dd692e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

workspace/src/main/openapi/workspace.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,13 @@ paths:
456456
examples:
457457
Workspace:
458458
$ref: '#/components/examples/WorkspaceSecretExample'
459+
application/yaml:
460+
schema:
461+
type: string
462+
format: binary
463+
examples:
464+
Workspace:
465+
$ref: '#/components/examples/WorkspaceSecretExample'
459466
responses:
460467
"201":
461468
description: Request succeeded
@@ -776,4 +783,4 @@ components:
776783
summary: a shared access policy
777784
description: a shared policy example
778785
value:
779-
dedicatedEventHubKey: xxx
786+
dedicatedEventHubKey: xxx

0 commit comments

Comments
 (0)