Skip to content

Commit fdfbaf6

Browse files
authored
Merge pull request #24 from Azure/hallvictoria/prerelease-disclaimer
docs: add early preview disclaimer to README
2 parents c0843e5 + df73bd9 commit fdfbaf6

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![CI](https://github.com/Azure/Connectors-Python-SDK/actions/workflows/ci.yml/badge.svg)](https://github.com/Azure/Connectors-Python-SDK/actions/workflows/ci.yml)
1+
[![CI](https://dev.azure.com/azfunc/public/_apis/build/status%2Fazure%2Fconnectors-python-sdk%2Fpython-connectors.public?repoName=Azure%2Fconnectors-python-sdk&branchName=main)](https://dev.azure.com/azfunc/public/_build/latest?definitionId=1724&repoName=Azure%2Fconnectors-python-sdk&branchName=main)
22
[![PyPI version](https://badge.fury.io/py/azure-connectors.svg)](https://badge.fury.io/py/azure-connectors)
33
[![Python versions](https://img.shields.io/pypi/pyversions/azure-connectors.svg)](https://pypi.org/project/azure-connectors/)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -7,6 +7,17 @@
77

88
Type-safe Python clients for [Azure connectors](https://learn.microsoft.com/connectors/connector-reference/) — call Office 365, SharePoint, Teams, Dataverse, and 1,000+ connectors directly from Azure Functions and other Python apps.
99

10+
> [!CAUTION]
11+
> **Early Preview — Not for Production Use**
12+
>
13+
> This SDK is currently in early preview and is under active development. It is intended for evaluation, experimentation, and feedback purposes only.
14+
>
15+
> - **Do not use this SDK in production environments.**
16+
> - **Breaking changes should be expected** across APIs, data models, and behavior in future releases.
17+
> - Features may be added, modified, or removed without prior notice.
18+
>
19+
> We welcome feedback and contributions — please [open an issue](https://github.com/Azure/connectors-python-sdk/issues) with questions, suggestions, or bug reports.
20+
1021
## Why This SDK?
1122

1223
Azure provides a rich ecosystem of [managed connectors](https://learn.microsoft.com/connectors/connector-reference/) that bridge your code to SaaS services, PaaS resources, and on-premises systems. Originally powering Azure Logic Apps and Power Automate, these connectors are now available as **standalone, strongly-typed Python clients** for any Python application — no workflow service required.

0 commit comments

Comments
 (0)