Skip to content

Commit edb09a0

Browse files
authored
removing alpha for config api in docs (#1100)
Signed-off-by: Shivam Kumar <[email protected]>
1 parent a4f5fc0 commit edb09a0

File tree

1 file changed

+2
-2
lines changed
  • daprdocs/content/en/dotnet-sdk-docs/dotnet-client

1 file changed

+2
-2
lines changed

daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Console.WriteLine("Got a secret value, I'm not going to be print it, it's a secr
165165

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

168-
### Get Configuration Keys (Alpha)
168+
### Get Configuration Keys
169169
```csharp
170170
var client = new DaprClientBuilder().Build();
171171

@@ -182,7 +182,7 @@ foreach (var item in configItems)
182182
}
183183
```
184184

185-
### Subscribe to Configuration Keys (Alpha)
185+
### Subscribe to Configuration Keys
186186
```csharp
187187
var client = new DaprClientBuilder().Build();
188188

0 commit comments

Comments
 (0)