File tree Expand file tree Collapse file tree
.claude/skills/dataverse-sdk
src/PowerPlatform/Dataverse/claude_skill Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ except ValidationError as e:
2592595 . ** Use production credentials** - ClientSecretCredential or ClientCertificateCredential for unattended operations
2602606 . ** Error handling** - Implement retry logic for transient errors (` e.is_transient ` )
2612617 . ** Always include customization prefix** for custom tables/columns
262- 8 . ** Use lowercase** - Generally using lowercase input won't go wrong, exception would be custom tables/columns naming
262+ 8 . ** Use lowercase** - Generally using lowercase input won't go wrong, except for custom table/column naming
2632639 . ** Test in non-production environments** first
264264
265265## Additional Resources
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ except ValidationError as e:
2592595 . ** Use production credentials** - ClientSecretCredential or ClientCertificateCredential for unattended operations
2602606 . ** Error handling** - Implement retry logic for transient errors (` e.is_transient ` )
2612617 . ** Always include customization prefix** for custom tables/columns
262- 8 . ** Use lowercase** - Generally using lowercase input won't go wrong, exception would be custom tables/columns naming
262+ 8 . ** Use lowercase** - Generally using lowercase input won't go wrong, except for custom table/column naming
2632639 . ** Test in non-production environments** first
264264
265265## Additional Resources
You can’t perform that action at this time.
0 commit comments