Coding & Refactoringlow risk

dataverse-python-quickstart

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.

github/awesome-copilot·skills/dataverse-python-quickstart/SKILL.md
95/ 100质量分

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -y
导入个人环境~/.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -g -y
手动放置目录.agents/skills/dataverse-python-quickstartOfficial docs ↗
导入当前项目.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -y
导入个人环境~/.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -g -y
手动放置目录.claude/skills/dataverse-python-quickstartOfficial docs ↗
导入当前项目.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -y
导入个人环境~/.copilot/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -g -y
手动放置目录.agents/skills/dataverse-python-quickstartOfficial docs ↗
导入当前项目.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -y
导入个人环境~/.cursor/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -g -y
手动放置目录.agents/skills/dataverse-python-quickstartOfficial docs ↗
导入当前项目.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -y
导入个人环境~/.gemini/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/dataverse-python-quickstart
手动放置目录.agents/skills/dataverse-python-quickstartOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
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.