msfabricpysdkcore 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/PKG-INFO +4 -3
  2. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/README.md +1 -1
  3. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/coreapi.py +1 -1
  4. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/domain.py +4 -1
  5. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore.egg-info/PKG-INFO +4 -3
  6. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/pyproject.toml +1 -1
  7. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/setup.py +1 -1
  8. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/LICENSE +0 -0
  9. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/__init__.py +0 -0
  10. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/admin_item.py +0 -0
  11. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/admin_workspace.py +0 -0
  12. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/adminapi.py +0 -0
  13. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/auth.py +0 -0
  14. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/capacity.py +0 -0
  15. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/client.py +0 -0
  16. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/deployment_pipeline.py +0 -0
  17. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/environment.py +0 -0
  18. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/fabric_azure_capacity.py +0 -0
  19. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/fabric_azure_client.py +0 -0
  20. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/item.py +0 -0
  21. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/job_instance.py +0 -0
  22. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/lakehouse.py +0 -0
  23. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/long_running_operation.py +0 -0
  24. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/onelakeshortcut.py +0 -0
  25. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/otheritems.py +0 -0
  26. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/spark_custom_pool.py +0 -0
  27. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/__init__.py +0 -0
  28. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_admin_apis.py +0 -0
  29. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_connection.py +0 -0
  30. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_datapipelines.py +0 -0
  31. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_deployment_pipeline.py +0 -0
  32. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_domains.py +0 -0
  33. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_environments.py +0 -0
  34. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_evenhouses.py +0 -0
  35. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_evenstreams.py +0 -0
  36. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_external_data_shares.py +0 -0
  37. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_fabric_azure_client.py +0 -0
  38. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_gateways.py +0 -0
  39. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_git.py +0 -0
  40. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_graphqlapi.py +0 -0
  41. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_items.py +0 -0
  42. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_jobs.py +0 -0
  43. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_kql_dashboards.py +0 -0
  44. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_kql_queryset.py +0 -0
  45. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_kqldatabases.py +0 -0
  46. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_lakehouse.py +0 -0
  47. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_managed_private_endpoints.py +0 -0
  48. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_mirroreddatabases.py +0 -0
  49. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_ml_experiments.py +0 -0
  50. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_ml_models.py +0 -0
  51. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_mounted_adf.py +0 -0
  52. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_notebooks.py +0 -0
  53. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_one_lake_data_access_security.py +0 -0
  54. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_other_items.py +0 -0
  55. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_reflex.py +0 -0
  56. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_reports.py +0 -0
  57. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_semantic_model.py +0 -0
  58. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_shortcuts.py +0 -0
  59. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_spark.py +0 -0
  60. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_sparkjobdefinition.py +0 -0
  61. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_sqldatabases.py +0 -0
  62. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_warehouses.py +0 -0
  63. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/tests/test_workspaces_capacities.py +0 -0
  64. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/util/__init__.py +0 -0
  65. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/util/logger.py +0 -0
  66. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore/workspace.py +0 -0
  67. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore.egg-info/SOURCES.txt +0 -0
  68. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore.egg-info/dependency_links.txt +0 -0
  69. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore.egg-info/requires.txt +0 -0
  70. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/msfabricpysdkcore.egg-info/top_level.txt +0 -0
  71. {msfabricpysdkcore-0.2.2 → msfabricpysdkcore-0.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: msfabricpysdkcore
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A Python SDK for Microsoft Fabric
5
5
  Author: Andreas Rederer
6
6
  Project-URL: Homepage, https://github.com/DaSenf1860/ms-fabric-sdk-core
@@ -13,11 +13,12 @@ License-File: LICENSE
13
13
  Requires-Dist: requests>=2.30.0
14
14
  Requires-Dist: azure-identity>=1.15.0
15
15
  Requires-Dist: msal>=1.28.0
16
+ Dynamic: license-file
16
17
  Dynamic: requires-dist
17
18
 
18
19
  # Python SDK for Microsoft Fabric
19
20
 
20
- This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of July 23, 2024).
21
+ This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of March 06, 2025).
21
22
 
22
23
  ![Python hugging a F](assets/fabricpythontransparent.png)
23
24
 
@@ -1,6 +1,6 @@
1
1
  # Python SDK for Microsoft Fabric
2
2
 
3
- This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of July 23, 2024).
3
+ This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of March 06, 2025).
4
4
 
5
5
  ![Python hugging a F](assets/fabricpythontransparent.png)
6
6
 
@@ -783,7 +783,7 @@ class FabricClientCore(FabricClient):
783
783
  """
784
784
  url = f"https://api.fabric.microsoft.com/v1/workspaces/{workspace_id}/git/initializeConnection"
785
785
 
786
- body = {'initializeGitConnectionRequest':initialization_strategy}
786
+ body = {'initializationStrategy':initialization_strategy}
787
787
 
788
788
  response = self.calling_routine(url=url, operation="POST", body=body, response_codes=[200, 202, 429],
789
789
  error_message="Error initializing connection", return_format="response")
@@ -54,7 +54,10 @@ class Domain:
54
54
  if "display_name" not in dic:
55
55
  dic["display_name"] = dic["displayName"]
56
56
  if "parent_domain_id" not in dic:
57
- dic["parent_domain_id"] = dic["parentDomainId"]
57
+ if "parentDomainId" in dic:
58
+ dic["parent_domain_id"] = dic["parentDomainId"]
59
+ else:
60
+ dic["parent_domain_id"] = None
58
61
  if "contributors_scope" not in dic:
59
62
  dic["contributors_scope"] = dic["contributorsScope"]
60
63
  return Domain(id=dic['id'], display_name=dic['display_name'],
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: msfabricpysdkcore
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A Python SDK for Microsoft Fabric
5
5
  Author: Andreas Rederer
6
6
  Project-URL: Homepage, https://github.com/DaSenf1860/ms-fabric-sdk-core
@@ -13,11 +13,12 @@ License-File: LICENSE
13
13
  Requires-Dist: requests>=2.30.0
14
14
  Requires-Dist: azure-identity>=1.15.0
15
15
  Requires-Dist: msal>=1.28.0
16
+ Dynamic: license-file
16
17
  Dynamic: requires-dist
17
18
 
18
19
  # Python SDK for Microsoft Fabric
19
20
 
20
- This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of July 23, 2024).
21
+ This is a Python SDK for Microsoft Fabric. It is a wrapper around the REST APIs (v1) of Fabric*. It supports all Fabric REST APIs as well as Azure Resource Management APIs for Fabric (as of March 06, 2025).
21
22
 
22
23
  ![Python hugging a F](assets/fabricpythontransparent.png)
23
24
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "msfabricpysdkcore"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Andreas Rederer"},
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='msfabricpysdkcore',
5
- version='2.2',
5
+ version='2.3',
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  'requests>=2.30.0',