File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
steering_docs/dotnet-tech Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ]
662662public 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}] `
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments