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.
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+covers the full sdk lifecycle (install, auth, crud, bulk, paging) in one skill
+explicitly anchors to official examples and avoids preview feature creep
+includes file upload scenario as optional extension
weaknesses
~procedure is a checklist of topics, not numbered steps with input/output contracts per step; unclear what each snippet receives and returns