Skip to content

Commit 8b9f91d

Browse files
authored
Update code sample
1 parent 09a124d commit 8b9f91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/vs-key-vault-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Now, you can access your secrets in code. The next steps are different depending
120120
1. Add the configuration variable.
121121

122122
```csharp
123-
private static readonly IConfiguration _configuration;
123+
private static IConfiguration _configuration;
124124
```
125125

126126
1. Add this constructor or replace the existing constructor with this:

0 commit comments

Comments
 (0)