From 540e2ceddfbcae27ec315fa77163296ef48bc7b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:10:01 +0000 Subject: [PATCH 1/2] Initial plan From e1595d058c99eb764de78ed1602ba3afff6059fb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:12:09 +0000 Subject: [PATCH 2/2] Apply code review feedback on README.md Co-authored-by: suyask-msft <158708948+suyask-msft@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51b4ddf..6c92fed 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ pip install PowerPlatform-Dataverse-Client # Include Azure Identity for authentication pip install PowerPlatform-Dataverse-Client azure-identity -# Install with optional pandas integration -pip install PowerPlatform-Dataverse-Client[pandas] +# (pandas is included by default) ``` For development from source: @@ -248,7 +247,7 @@ For comprehensive information on Microsoft Dataverse and related technologies: | **[Dataverse Web API Reference](https://learn.microsoft.com/power-apps/developer/data-platform/webapi/)** | Detailed Web API reference and examples | | **[Azure Identity for Python](https://learn.microsoft.com/python/api/overview/azure/identity-readme)** | Authentication library documentation and credential types | | **[Power Platform Developer Center](https://learn.microsoft.com/power-platform/developer/)** | Broader Power Platform development resources | -| **[Microsoft Graph PowerShell SDK](https://learn.microsoft.com/powershell/microsoftgraph/)** | Related SDK for Microsoft Graph operations | +| **[Dataverse SDK for .NET](https://learn.microsoft.com/power-apps/developer/data-platform/dataverse-sdk-dotnet/)** | Official .NET SDK for Microsoft Dataverse | ## Troubleshooting