Skip to content

Commit 2f60187

Browse files
author
Yalin Li
authored
[KeyVualt KV] Fix cspell errors (Azure#23255)
1 parent f2354fd commit 2f60187

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.vscode/cspell.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"sdk/eventhub/azure-eventhub-checkpointstoreblob/**",
7070
"sdk/eventhub/azure-eventhub/**",
7171
"sdk/graphrbac/azure-graphrbac/**",
72-
"sdk/keyvault/azure-keyvault/**",
7372
"sdk/formrecognizer/azure-ai-formrecognizer/**",
7473
"sdk/identity/azure-identity/tests/pod-identity/**",
7574
"sdk/identity/azure-identity/tests/managed-identity-live/service-fabric/**",

sdk/keyvault/azure-keyvault/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This version uses a next-generation code generator that *might* introduce breaki
5151
At a glance:
5252

5353
- "is" should not be used at all.
54-
- "format" will return the string value, where "%s" string formatting will return `NameOfEnum.stringvalue`. Format syntax should be prefered.
54+
- "format" will return the string value, where "%s" string formatting will return `NameOfEnum.stringvalue`. Format syntax should be preferred.
5555

5656
- New Long Running Operation:
5757

@@ -102,7 +102,7 @@ This version uses a next-generation code generator that *might* introduce breaki
102102

103103
## 0.3.3 (2017-05-10)
104104

105-
* Reverting to 0.3.0, since behavior of 0.3.2 is not satisfaying either.
105+
* Reverting to 0.3.0, since behavior of 0.3.2 is not satisfying either.
106106

107107
## 0.3.2 (2017-05-09)
108108

@@ -129,8 +129,8 @@ This version uses a next-generation code generator that *might* introduce breaki
129129
- verify(self, key_identifier, ...
130130
- wrap_key(self, key_identifier, ...
131131
- unwrap_key(self, key_identifier, ...
132-
- update_secret(self, secret_identifer, ...
133-
- get_secret(self, secret_identifer, ...
132+
- update_secret(self, secret_identifier, ...
133+
- get_secret(self, secret_identifier, ...
134134
- get_certificate(self, certificate_identifier, ...
135135

136136
## 0.2.0 (2017-04-09)

0 commit comments

Comments
 (0)