msfabricpysdkcore 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

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.
@@ -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
 
@@ -5,9 +5,9 @@ msfabricpysdkcore/adminapi.py,sha256=eJNI9BiMl93ms60APGZSKK8OGZF-0XFWdsTW4vooyUM
5
5
  msfabricpysdkcore/auth.py,sha256=Y9YUDqoArvkD7rLnbQvNBnCXqHJtw6PDRUHMx0CVMT0,4330
6
6
  msfabricpysdkcore/capacity.py,sha256=Q_2-XrZtdf9F67fY0qU3D0ocEOGQq4KtIXAv9dXjQhI,1761
7
7
  msfabricpysdkcore/client.py,sha256=KpHREbfzQRRighyJzyES3COZP3raK0C1-WhxGd07LHU,7890
8
- msfabricpysdkcore/coreapi.py,sha256=s2YLtP4Fw4dYnBSnVBui8JJdkZ4uifNZMAtVwoEcchY,200770
8
+ msfabricpysdkcore/coreapi.py,sha256=GW-dIiNZIj2S9-49Sej2HgpubSToIqj1THAlWoDP9xE,200762
9
9
  msfabricpysdkcore/deployment_pipeline.py,sha256=2d7BqRPgfBiAlQOP4UfYLmFMM8xonSjPkJKhevIKGEY,5756
10
- msfabricpysdkcore/domain.py,sha256=92IVvZ3jXHIT1a0zlTPD7uoQX6TcBBE_Y_b4dScxHSU,6949
10
+ msfabricpysdkcore/domain.py,sha256=MAv7R64waQgI3OF1f5hmMdH98pJIb-BPTCZSvPZDzgU,7061
11
11
  msfabricpysdkcore/environment.py,sha256=4k2Le1mAQIrfcpNc3n1DbgdCzAldGTSTCbiDQGk0DlA,2784
12
12
  msfabricpysdkcore/fabric_azure_capacity.py,sha256=7JxMp9weiKG_mDjlRK-88oIXr0kdG0pzv-Ouycf3fus,2808
13
13
  msfabricpysdkcore/fabric_azure_client.py,sha256=I7Z0Y8Xy_esQcPaXgPL7EAkQmoQkAklJO4hxk_90dno,10722
@@ -58,8 +58,8 @@ msfabricpysdkcore/tests/test_warehouses.py,sha256=CKF2kJMe-JSOWWok3dR_hn5HNwz9Gt
58
58
  msfabricpysdkcore/tests/test_workspaces_capacities.py,sha256=V5ePndbtLVyYNa8Kug1Ul0oOF-Jd6DXEl8PclgfLhuw,6822
59
59
  msfabricpysdkcore/util/__init__.py,sha256=p-1dC4AurfKdIUppNVlRCIcmwHBTURqfgIwxcie3fEA,50
60
60
  msfabricpysdkcore/util/logger.py,sha256=XXdeaqI-BhXZgacChKrWP88TPU4FTWvS8L0YWjCT54A,1166
61
- msfabricpysdkcore-0.2.2.dist-info/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
62
- msfabricpysdkcore-0.2.2.dist-info/METADATA,sha256=jC7zg3CUZHyJT7GDOXtmxgtuiglMStc7gimMxQQx_H8,33571
63
- msfabricpysdkcore-0.2.2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
64
- msfabricpysdkcore-0.2.2.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
65
- msfabricpysdkcore-0.2.2.dist-info/RECORD,,
61
+ msfabricpysdkcore-0.2.3.dist-info/licenses/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
62
+ msfabricpysdkcore-0.2.3.dist-info/METADATA,sha256=G8XXu-pIWd0p1MPp0hv2ZA0DH7zZZj9w2ypQWcKuL58,33595
63
+ msfabricpysdkcore-0.2.3.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
64
+ msfabricpysdkcore-0.2.3.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
65
+ msfabricpysdkcore-0.2.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5