dataverse-python-quickstart

tarafından github

Python SDK kurulumu ve Microsoft Dataverse işlemleri için CRUD kod parçacıkları. InteractiveBrowserCredential kimlik doğrulaması ile DataverseClient başlatma ve kurulum komutları oluşturur. Resmi SDK kurallarına uygun tek kayıt CRUD desenlerini (oluşturma, alma, güncelleme, silme) içerir. Verimli toplu işleme için broadcast ve 1:1 güncelleme modlarıyla toplu işlemleri kapsar. Sayfalama desteği (top, page_size parametreleri) ile çoklu kayıt sorgulamalarını gösterir. İsteğe bağlı olarak...

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.

github tarafından daha fazla skill