Skip to content

DOC: Updating readme file #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

DOC: Updating readme file #155

wants to merge 1 commit into from

Conversation

jahnvi480
Copy link
Contributor

@jahnvi480 jahnvi480 commented Jul 25, 2025

Work Item / Issue Reference

AB#37904

GitHub Issue: #143


Summary

This pull request updates the README.md file to enhance documentation related to Entra ID authentication. It removes specific notes about authentication methods and replaces them with a link to a detailed document for further information.

Documentation updates:

  • README.md: Removed detailed notes about access token, device code, and default authentication methods, and added a reference link to the Microsoft Entra ID support document for more comprehensive guidance.

@Copilot Copilot AI review requested due to automatic review settings July 25, 2025 10:35
Copy link
Contributor

@Copilot 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

This pull request simplifies the README documentation for Entra ID authentication by removing detailed authentication method notes and replacing them with a reference link to more comprehensive documentation.

  • Removes specific implementation notes for access token, device code, and default authentication methods
  • Adds a link to the Microsoft Entra ID support document in the project wiki

- **Access Token**: the connection string **must not** contain `UID`, `PWD`, `Authentication`, or `Trusted_Connection` keywords.
- **Device Code**: make sure to specify a `Connect Timeout` that provides enough time to go through the device code flow authentication process.
- **Default**: Ensure you're authenticated via az login, or running within a managed identity-enabled environment.
> For more information on Entra ID please refer this [document](https://github.com/microsoft/mssql-python/wiki/Microsoft-Entra-ID-support)
Copy link
Preview

Copilot AI Jul 25, 2025

Choose a reason for hiding this comment

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

The phrase 'please refer this document' is grammatically incorrect. It should be 'please refer to this document' or 'please see this document'.

Suggested change
> For more information on Entra ID please refer this [document](https://github.com/microsoft/mssql-python/wiki/Microsoft-Entra-ID-support)
> For more information on Entra ID please refer to this [document](https://github.com/microsoft/mssql-python/wiki/Microsoft-Entra-ID-support)

Copilot uses AI. Check for mistakes.

@github-actions github-actions bot added the pr-size: small Minimal code update label Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-size: small Minimal code update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants