Metadata-Version: 2.2
Name: azure-ai-resources
Version: 1.0.0b9
Summary: Microsoft Azure Azure AI control plane SDK Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: azuresdkengsysadmins@microsoft.com
License: MIT License
Project-URL: Bug Reports, https://github.com/Azure/azure-sdk-for-python/issues
Project-URL: Source, https://github.com/Azure/azure-sdk-for-python
Keywords: azure,azuresdk,azure sdk
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <4.0,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: azure-ai-ml>=1.14.0
Requires-Dist: mlflow-skinny<3
Requires-Dist: opencensus-ext-logging<=0.1.1
Requires-Dist: azure-mgmt-resource<23.0.0,>=22.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Azure AI Resources Package client library for Python

This package has been deprecated and will no longer be maintained. It was heavily used in [Azure AI Generative](https://pypi.org/project/azure-ai-generative/) package which was already deprecated on 10-04-2024.

Please refer to new package [Azure AI Evaluation](https://pypi.org/project/azure-ai-evaluation/) for evaluating Generative AI applications that leverage Azure AI services.

# Release History

## 1.0.0b9 (2025-02-11)

### Other Changes
- Deprecation message added. 

## 1.0.0b8 (2024-03-27)

### Features Added
- Connections LIST operation now supports returning data connections via new optional flag: include_data_connections.
- Connections have read-only support for 3 new connection types: gen 2, data lake, and azure blob.

### Bugs Fixed
- Connections docstrings now discuss scope field.

### Other Changes
- Bug fixes

## 1.0.0b7 (2024-02-07)

### Other Changes

- Bug fixes

## 1.0.0b6 (2024-02-06)

### Other Changes

- Bug fixes

## 1.0.0b5 (2024-02-01)

### Other Changes

- Duplicate cleanup

## 1.0.0b4 (2024-02-01)

### Other Changes

- Use openai v1 environment variable

## 1.0.0b3 (2024-01-30)

### Features Added

- AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.

### Other Changes

- Support for Python 3.12

## 1.0.0b2 (2023-11-30)

### Other Changes

- Dependency improvements.

## 1.0.0b1 (2023-11-10)

### Features Added

- First preview.
