File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/key-vault/secrets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The secret will be returned with `\n` in place of newline:
45
45
" This is\nmy multi-line\nsecret"
46
46
```
47
47
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.
49
49
50
50
## Set the secret using Azure Powershell
51
51
@@ -74,7 +74,7 @@ The secret will be returned with `\n` in place of newline:
74
74
" This is\nmy multi-line\nsecret"
75
75
```
76
76
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.
78
78
79
79
## Next steps
80
80
You can’t perform that action at this time.
0 commit comments