Skip to content

Commit 46b14a6

Browse files
author
Max Wang
committed
formatting
1 parent 75aa4a4 commit 46b14a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .claude/skills/dataverse-sdk
  • src/PowerPlatform/Dataverse/claude_skill

.claude/skills/dataverse-sdk/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ except ValidationError as e:
259259
5. **Use production credentials** - ClientSecretCredential or ClientCertificateCredential for unattended operations
260260
6. **Error handling** - Implement retry logic for transient errors (`e.is_transient`)
261261
7. **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
263263
9. **Test in non-production environments** first
264264

265265
## Additional Resources

src/PowerPlatform/Dataverse/claude_skill/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ except ValidationError as e:
259259
5. **Use production credentials** - ClientSecretCredential or ClientCertificateCredential for unattended operations
260260
6. **Error handling** - Implement retry logic for transient errors (`e.is_transient`)
261261
7. **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
263263
9. **Test in non-production environments** first
264264

265265
## Additional Resources

0 commit comments

Comments
 (0)