Skip to content

Commit

Permalink
removing alpha for config api in docs (#1100)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
Signed-off-by: Erik O'Leary <[email protected]>
  • Loading branch information
shivamkm07 authored and onionhammer committed May 30, 2023
1 parent f5eedc2 commit 1ec0dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Console.WriteLine("Got a secret value, I'm not going to be print it, it's a secr

- For a full guide on secrets visit [How-To: Retrieve secrets]({{< ref howto-secrets.md >}}).

### Get Configuration Keys (Alpha)
### Get Configuration Keys
```csharp
var client = new DaprClientBuilder().Build();

Expand All @@ -182,7 +182,7 @@ foreach (var item in configItems)
}
```

### Subscribe to Configuration Keys (Alpha)
### Subscribe to Configuration Keys
```csharp
var client = new DaprClientBuilder().Build();

Expand Down

0 comments on commit 1ec0dc0

Please sign in to comment.