You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reorganize examples into basic/ and advanced/ folders for progressive learning
- Move quickstart.py -> examples/advanced/complete_walkthrough.py (renamed for clarity)
- Create examples/basic/functional_testing.py from test_dataverse_functionality.py
- Enhance examples/basic/installation_example.py with comprehensive validation
- Update examples/README.md with detailed learning progression and usage guide
- Eliminate duplication between examples while preserving all functionality
- Create logical Install → Test → Master learning path for new users
Copy file name to clipboardExpand all lines: examples/README.md
+61-25Lines changed: 61 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PowerPlatform Dataverse Client Examples
2
2
3
-
This directory contains comprehensive examples demonstrating how to use the **PowerPlatform-Dataverse-Client** SDK for Python.
3
+
This directory contains comprehensive examples demonstrating how to use the **PowerPlatform-Dataverse-Client** SDK for Python. The examples are organized in a progressive learning path: **Install → Learn → Test**.
0 commit comments