Skip to content

Commit f5b658a

Browse files
add back deprecation notice (Azure#23066)
1 parent a4c6be5 commit f5b658a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## NOTE: This package has been deprecated
2+
3+
This version has endpoints that are no longer active. To use the more recent version of the Azure Form Recognizer service,
4+
please install the azure-ai-formrecognizer package found here: https://pypi.org/project/azure-ai-formrecognizer/
5+
16
# Microsoft Azure SDK for Python
27

38
This is the Microsoft Azure Cognitive Services Form Recognizer Client Library.

sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
author_email='[email protected]',
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
classifiers=[
64-
'Development Status :: 4 - Beta',
64+
'Development Status :: 7 - Inactive',
6565
'Programming Language :: Python',
6666
'Programming Language :: Python :: 2',
6767
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)