berryworld 1.0.0.153772__py3-none-any.whl → 1.0.0.153841__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.
- berryworld/power_automate.py +1 -3
- {berryworld-1.0.0.153772.dist-info → berryworld-1.0.0.153841.dist-info}/METADATA +1 -1
- {berryworld-1.0.0.153772.dist-info → berryworld-1.0.0.153841.dist-info}/RECORD +6 -6
- {berryworld-1.0.0.153772.dist-info → berryworld-1.0.0.153841.dist-info}/LICENSE +0 -0
- {berryworld-1.0.0.153772.dist-info → berryworld-1.0.0.153841.dist-info}/WHEEL +0 -0
- {berryworld-1.0.0.153772.dist-info → berryworld-1.0.0.153841.dist-info}/top_level.txt +0 -0
berryworld/power_automate.py
CHANGED
|
@@ -367,12 +367,10 @@ class PowerAutomate:
|
|
|
367
367
|
|
|
368
368
|
flow_delete_response = self.session.request("DELETE", flow_url, headers=self.headers)
|
|
369
369
|
|
|
370
|
-
flow_delete_response = json.loads(flow_delete_response.text)
|
|
371
|
-
|
|
372
370
|
return flow_delete_response
|
|
373
371
|
|
|
374
372
|
def create_flow(self, payload):
|
|
375
|
-
flow_url = f'{self.base_flow_url}/
|
|
373
|
+
flow_url = f'{self.base_flow_url}/environments/{self.environment_id}/flows?api-version=2016-11-01'
|
|
376
374
|
|
|
377
375
|
flow_post_response = self.session_request("POST", flow_url, data=payload)
|
|
378
376
|
|
|
@@ -14,7 +14,7 @@ berryworld/microsoft_teams.py,sha256=xxvm8by80ay-jR2zxpiFc-TrK4R7uSI7mAr4gaCDKMk
|
|
|
14
14
|
berryworld/persistent_storage.py,sha256=_lGdXa7IyxfMF3xNF9y26X_z9RDb2Ah7R0oF61HR8Gc,5764
|
|
15
15
|
berryworld/pickle_management.py,sha256=O49ojVtTqYCT510rVRTbZWWaur_-5q3HSVG03Azn8mQ,2393
|
|
16
16
|
berryworld/postgres_connection.py,sha256=HeUi9mE6wp2OociGomDFxMlkFhkl47KpK2J9YxYXiRM,7769
|
|
17
|
-
berryworld/power_automate.py,sha256=
|
|
17
|
+
berryworld/power_automate.py,sha256=r1eWB09rxn_HSNNCltaru6zI4inA-0aZcpdsDkLGYQc,18392
|
|
18
18
|
berryworld/sharepoint_con.py,sha256=72CZSVpAoHxocAWFuSSeUkNHa4Vu8FdM09NX-QC5-eE,22011
|
|
19
19
|
berryworld/sql_conn.py,sha256=NVa624KQ4Nv_QwEPAlB-yrQKvImPdHDUsGmQ30aeMzY,43724
|
|
20
20
|
berryworld/sql_connection.py,sha256=qxSMZKKUhjX-c2BOE14qJFfvHhDZ_CNM_w4XbLec-y0,44344
|
|
@@ -28,8 +28,8 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
28
28
|
tests/test_allocation_config.py,sha256=e12l6fE9U57eSPS35g6ekJ_hol7-RHg89JV60_m1BlE,4633
|
|
29
29
|
tests/test_handy_mix_config.py,sha256=Un56mz9KJmdn4K4OwzHAHLSRzDU1Xv2nFrONNuzOG04,2594
|
|
30
30
|
tests/test_xml_parser.py,sha256=3QTlhFEd6KbK6nRFKZnc35tad6wqukTbe4QrFi8mr_8,859
|
|
31
|
-
berryworld-1.0.0.
|
|
32
|
-
berryworld-1.0.0.
|
|
33
|
-
berryworld-1.0.0.
|
|
34
|
-
berryworld-1.0.0.
|
|
35
|
-
berryworld-1.0.0.
|
|
31
|
+
berryworld-1.0.0.153841.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
|
|
32
|
+
berryworld-1.0.0.153841.dist-info/METADATA,sha256=UGhSJlJh3vVeJgTalv7KVRPjmWSRt8jO-L9GwOI6YSw,1107
|
|
33
|
+
berryworld-1.0.0.153841.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
34
|
+
berryworld-1.0.0.153841.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
|
|
35
|
+
berryworld-1.0.0.153841.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|