msfabricpysdkcore 0.1.3__py3-none-any.whl → 0.1.4__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.
@@ -6,7 +6,7 @@ from msfabricpysdkcore.client import FabricClient
6
6
  class FabricAzureClient(FabricClient):
7
7
 
8
8
  def __init__(self, tenant_id=None, client_id=None, client_secret=None, silent=None) -> None:
9
- super().__init__(scope = "https://management.azure.com/",
9
+ super().__init__(scope = "https://management.azure.com/.default",
10
10
  tenant_id = tenant_id,
11
11
  client_id = client_id,
12
12
  client_secret = client_secret,)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msfabricpysdkcore
3
- Version: 0.1.3
3
+ Version: 0.1.4
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
@@ -10,7 +10,7 @@ msfabricpysdkcore/deployment_pipeline.py,sha256=2d7BqRPgfBiAlQOP4UfYLmFMM8xonSjP
10
10
  msfabricpysdkcore/domain.py,sha256=92IVvZ3jXHIT1a0zlTPD7uoQX6TcBBE_Y_b4dScxHSU,6949
11
11
  msfabricpysdkcore/environment.py,sha256=4k2Le1mAQIrfcpNc3n1DbgdCzAldGTSTCbiDQGk0DlA,2784
12
12
  msfabricpysdkcore/fabric_azure_capacity.py,sha256=7JxMp9weiKG_mDjlRK-88oIXr0kdG0pzv-Ouycf3fus,2808
13
- msfabricpysdkcore/fabric_azure_client.py,sha256=xZntbXtORmHtTyBi9ur8HlEohJBa-MP3Fi5GF3qANTA,10568
13
+ msfabricpysdkcore/fabric_azure_client.py,sha256=S1qojeik8zNmGbHX8n7J863YsL10drS4xt_x_dSE1ik,10576
14
14
  msfabricpysdkcore/item.py,sha256=3ixgRDTmrKXw82xl1MkaaOQ2986s2_DFEJQeUkKPcEU,6376
15
15
  msfabricpysdkcore/job_instance.py,sha256=HXSUVoE4XaG2Ic5RYZ1Mx3ymiIarHDAnyjaXXY4Aj74,2381
16
16
  msfabricpysdkcore/lakehouse.py,sha256=yIrzatWM9emPn-Y54Cg_ZdAydIWjxrpK65jIQ4SClgE,1703
@@ -50,8 +50,8 @@ msfabricpysdkcore/tests/test_warehouses.py,sha256=CKF2kJMe-JSOWWok3dR_hn5HNwz9Gt
50
50
  msfabricpysdkcore/tests/test_workspaces_capacities.py,sha256=V5ePndbtLVyYNa8Kug1Ul0oOF-Jd6DXEl8PclgfLhuw,6822
51
51
  msfabricpysdkcore/util/__init__.py,sha256=p-1dC4AurfKdIUppNVlRCIcmwHBTURqfgIwxcie3fEA,50
52
52
  msfabricpysdkcore/util/logger.py,sha256=XXdeaqI-BhXZgacChKrWP88TPU4FTWvS8L0YWjCT54A,1166
53
- msfabricpysdkcore-0.1.3.dist-info/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
54
- msfabricpysdkcore-0.1.3.dist-info/METADATA,sha256=ZaLwABHnPX5WEwMqjgcD63bw8taLRsWtxGYV7wEJbGw,23286
55
- msfabricpysdkcore-0.1.3.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
56
- msfabricpysdkcore-0.1.3.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
57
- msfabricpysdkcore-0.1.3.dist-info/RECORD,,
53
+ msfabricpysdkcore-0.1.4.dist-info/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
54
+ msfabricpysdkcore-0.1.4.dist-info/METADATA,sha256=pFkOwIGmJ3biygoHdh81z3B9ah9nXgxvSS2_Nj0wgyY,23286
55
+ msfabricpysdkcore-0.1.4.dist-info/WHEEL,sha256=Rp8gFpivVLXx-k3U95ozHnQw8yDcPxmhOpn_Gx8d5nc,91
56
+ msfabricpysdkcore-0.1.4.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
57
+ msfabricpysdkcore-0.1.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5