Skip to content

Commit f6ac67a

Browse files
committed
Tag fixes in steering docs.
1 parent 7ebc902 commit f6ac67a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

steering_docs/dotnet-tech/basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -658,16 +658,16 @@ namespace RedshiftActions
658658

659659
```csharp
660660
// ✅ CORRECT - Service name first, then dotnetv4
661-
// snippet-start:[Redshift.dotnetv4.CreateCluster]
661+
// snippet-start:[Redshift.dotnetv4.CreateClusterSteering]
662662
public async Task<Cluster> CreateClusterAsync(...)
663663
{
664664
// Implementation
665665
}
666-
// snippet-end:[Redshift.dotnetv4.CreateCluster]
666+
// snippet-end:[Redshift.dotnetv4.CreateClusterSteering]
667667
668668
// ❌ WRONG - Old format
669-
// snippet-start:[dotnetv4.example_code.redshift.CreateCluster]
670-
// snippet-end:[dotnetv4.example_code.redshift.CreateCluster]
669+
// snippet-start:[dotnetv4.example_code.redshift.CreateClusterSteering]
670+
// snippet-end:[dotnetv4.example_code.redshift.CreateClusterSteering]
671671
```
672672

673673
**Format**: `[{Service}.dotnetv4.{ActionName}]`

steering_docs/dotnet-tech/wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class {Service}Wrapper
159159

160160
## Paginator with Parameters Pattern
161161
```csharp
162-
// snippet-start:[{Service}.dotnetv4.List{Resources}WithFilter]
162+
// snippet-start:[{Service}.dotnetv4.List{Resources}WithFilterSteering]
163163
/// <summary>
164164
/// Lists {resources} with optional filtering, using pagination.
165165
/// </summary>

0 commit comments

Comments
 (0)