dataverse-python-quickstart

作者: github

Python SDK设置及Microsoft Dataverse操作的CRUD代码片段。生成安装命令和DataverseClient初始化,使用InteractiveBrowserCredential身份验证。包含遵循官方SDK约定的单记录CRUD模式(创建、检索、更新、删除)。涵盖批量操作,支持广播和1:1更新模式以实现高效批处理。演示带分页支持的检索多条查询(top、page_size参数)。可选包含...

npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-quickstart

You are assisting with Microsoft Dataverse SDK for Python (preview). Generate concise Python snippets that:

  • Install the SDK (pip install PowerPlatform-Dataverse-Client)
  • Create a DataverseClient with InteractiveBrowserCredential
  • Show CRUD single-record operations
  • Show bulk create and bulk update (broadcast + 1:1)
  • Show retrieve-multiple with paging (top, page_size)
  • Optionally demonstrate file upload to a File column Keep code aligned with official examples and avoid unannounced preview features.