Metadata-Version: 2.4
Name: davidkhala.azure
Version: 0.0.9
Summary: Lightweight Azure utilities providing simplified interface
Project-URL: Source, https://github.com/davidkhala/azure-utils/tree/main/py
Author-email: David Liu <david-khala@hotmail.com>
Requires-Python: >=3.11
Requires-Dist: azure-identity
Requires-Dist: davidkhala-utils
Provides-Extra: ai
Requires-Dist: azure-ai-agents; extra == 'ai'
Requires-Dist: azure-ai-projects==2.0.0b3; extra == 'ai'
Requires-Dist: openai; extra == 'ai'
Provides-Extra: form
Requires-Dist: azure-ai-documentintelligence; extra == 'form'
Provides-Extra: log
Requires-Dist: azure-mgmt-loganalytics>=13.0.0b4; extra == 'log'
Requires-Dist: azure-mgmt-monitor>=7.0.0b3; extra == 'log'
Requires-Dist: azure-monitor-ingestion; extra == 'log'
Provides-Extra: storage
Requires-Dist: azure-storage-file-datalake; extra == 'storage'
Provides-Extra: tenant
Requires-Dist: azure-mgmt-resource; extra == 'tenant'
Description-Content-Type: text/markdown


- When using DefaultAzureCredential, make sure you are **NOT** logged in with personal account, otherwise python libraries will fail to get token. 
