Skip to content

Commit 92458b8

Browse files
authored
Add note about the quotes being included as well
1 parent 6618946 commit 92458b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/secrets/multiline-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The secret will be returned with `\n` in place of newline:
4545
"This is\nmy multi-line\nsecret"
4646
```
4747

48-
The `\n` above is a `\` and `n` character, not the newline character.
48+
The `\n` above is a `\` and `n` character, not the newline character. Quotes `"` are included in the string.
4949

5050
## Set the secret using Azure Powershell
5151

@@ -74,7 +74,7 @@ The secret will be returned with `\n` in place of newline:
7474
"This is\nmy multi-line\nsecret"
7575
```
7676

77-
The `\n` above is a `\` and `n` character, not the newline character.
77+
The `\n` above is a `\` and `n` character, not the newline character. Quotes `"` are included in the string.
7878

7979
## Next steps
8080

0 commit comments

Comments
 (0)