Commit Graph

13 Commits

Author SHA1 Message Date
27a5a13c47 Change the get_url method to return the Response instead of parsed JSON to allow downloading content of files. 2025-11-08 14:55:45 +01:00
6588313fa1 Added get_child_items to Item class. 2025-11-08 10:33:02 +01:00
54361e6c18 Fixed auto_properties. 2025-11-07 21:21:49 +01:00
e4497791f3 Entity get reegineering. 2025-11-07 00:20:54 +01:00
869d861165 Add logger setup function with support for console, file, and Loki logging 2025-11-07 00:19:57 +01:00
05c9e5184c Implemented devops decorator and a get method that retrieves object properties by a key.
All checks were successful
/ unit-tests (push) Successful in 10s
2025-11-04 08:37:35 +01:00
8c0a92a8b7 Remove unused import of DefaultAzureCredential from devops.py 2025-11-04 07:55:27 +01:00
31e1b88cd1 Updated authentication scenarios.
All checks were successful
/ unit-tests (push) Successful in 9s
2025-11-03 21:24:25 +01:00
678b6161cc Added PEM read/write functions.
All checks were successful
/ unit-tests (push) Successful in 11s
2025-11-03 20:42:42 +01:00
b7608dcdf8 Moved devops package to sk module.
All checks were successful
/ unit-tests (push) Successful in 9s
2025-11-03 14:52:20 +01:00
f797cd098d Added a prototype authentication function using client certificate.
All checks were successful
/ unit-tests (push) Successful in 11s
2025-11-03 14:49:52 +01:00
2f2cb1c337 Add minimal authentication package for Azure using client credentials
All checks were successful
/ unit-tests (push) Successful in 11s
2025-11-03 13:41:21 +01:00
ddab4df55f Add function to create self-signed certificates with PEM format 2025-11-03 13:37:34 +01:00