Skip to content

Conversation

@zhaodongwang-msft
Copy link
Collaborator

This pull request updates documentation to reflect a change in the Azure Identity library, replacing references to ClientCertificateCredential with CertificateCredential. This ensures that users follow the correct usage as per the latest Azure SDK. The updates are applied consistently across multiple documentation files.

Credential class name updates:

  • Replaced all instances of ClientCertificateCredential with CertificateCredential in import statements and code examples in .claude/skills/dataverse-sdk/SKILL.md, src/PowerPlatform/Dataverse/claude_skill/SKILL.md, and README.md. [1] [2] [3]
  • Updated credential instantiation examples to use CertificateCredential instead of ClientCertificateCredential in .claude/skills/dataverse-sdk/SKILL.md, src/PowerPlatform/Dataverse/claude_skill/SKILL.md, and README.md. [1] [2] [3]

Documentation and guidance corrections:

  • Revised best practices and usage notes to reference CertificateCredential instead of ClientCertificateCredential for production credentials in .claude/skills/dataverse-sdk/SKILL.md, src/PowerPlatform/Dataverse/claude_skill/SKILL.md, and README.md. [1] [2] [3]

@zhaodongwang-msft zhaodongwang-msft requested a review from a team as a code owner January 22, 2026 19:11
Copilot AI review requested due to automatic review settings January 22, 2026 19:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project documentation to align Azure Identity certificate-based authentication examples with the CertificateCredential class name.

Changes:

  • Replaced ClientCertificateCredential with CertificateCredential in import snippets across documentation.
  • Updated certificate credential instantiation examples to use CertificateCredential(...).
  • Adjusted best-practice guidance text to reference CertificateCredential for unattended/production usage.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/PowerPlatform/Dataverse/claude_skill/SKILL.md Updates Azure Identity import + certificate credential example + best-practice bullet.
README.md Updates Azure Identity import + commented production credential example + best-practice table row.
.claude/skills/dataverse-sdk/SKILL.md Mirrors the SKILL documentation updates for the Claude skill.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zhaodongwang-msft zhaodongwang-msft merged commit e368375 into main Jan 26, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants