Skip to content

Commit e83b5d8

Browse files
committed
updated naming
1 parent bcd21ff commit e83b5d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/key-vault/certificates/quick-create-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ From the command shell, install the Azure Key Vault certificate client library f
8989
dotnet add package Azure.Security.KeyVault.Certificates
9090
```
9191

92-
For this quickstart, you'll also need to install the Azure SDK client library for Azure Identity:
92+
For this quickstart, you'll also need to install the Azure Identity client library:
9393

9494
```dotnetcli
9595
dotnet add package Azure.Identity
@@ -180,7 +180,7 @@ await client.PurgeDeletedCertificateAsync("myCertificate");
180180

181181
## Sample code
182182

183-
Modify the .NET Core console app to interact with the Key Vault by completing the following steps:
183+
Modify the .NET console app to interact with the Key Vault by completing the following steps:
184184

185185
- Replace the code in *Program.cs* with the following code:
186186

articles/key-vault/keys/quick-create-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ From the command shell, install the Azure Key Vault key client library for .NET:
8989
dotnet add package Azure.Security.KeyVault.Keys
9090
```
9191

92-
For this quickstart, you'll also need to install the Azure SDK client library for Azure Identity:
92+
For this quickstart, you'll also need to install the Azure Identity client library:
9393

9494
```dotnetcli
9595
dotnet add package Azure.Identity
@@ -179,7 +179,7 @@ await client.PurgeDeletedKeyAsync("myKey");
179179

180180
## Sample code
181181

182-
Modify the .NET Core console app to interact with the Key Vault by completing the following steps:
182+
Modify the .NET console app to interact with the Key Vault by completing the following steps:
183183

184184
- Replace the code in *Program.cs* with the following code:
185185

articles/key-vault/secrets/quick-create-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ From the command shell, install the Azure Key Vault secret client library for .N
120120
dotnet add package Azure.Security.KeyVault.Secrets
121121
```
122122

123-
For this quickstart, you'll also need to install the Azure SDK client library for Azure Identity:
123+
For this quickstart, you'll also need to install the Azure Identity client library:
124124

125125
```dotnetcli
126126
dotnet add package Azure.Identity
@@ -201,7 +201,7 @@ await client.PurgeDeletedSecretAsync("mySecret");
201201

202202
## Sample code
203203

204-
Modify the .NET Core console app to interact with the Key Vault by completing the following steps:
204+
Modify the .NET console app to interact with the Key Vault by completing the following steps:
205205

206206
1. Replace the code in *Program.cs* with the following code:
207207

0 commit comments

Comments
 (0)