Skip to content

Commit 89014fa

Browse files
authored
[CognitiveServices] deprecate search packages (#35173)
* initial search autosuggest deprecate * rm search autosuggest from artifacts to bypass changelog entry check * customimagesearch * ucustomsearch * update autosuggest changelog * entity search * image search * news search * video search * visual search * web search * remove en-us from links * set auto_update = false in sdk_packaging.toml * fix ci.yml * update dev status to inactive * updating versions as per new recommendation * update release dates * update rest api link to search for python repo link * update description for search readme/changelog
1 parent 648c155 commit 89014fa

File tree

45 files changed

+99
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+99
-198
lines changed

sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.2.1 (2024-06-26)
4+
5+
This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.
6+
7+
For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.
8+
39
## 0.2.0 (2020-01-12)
410

511
**Breaking changes**
Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Auto Suggest Client Library.
4-
This package has been tested with Python 2.7, 3.6+.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
3+
This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.
64

7-
8-
# Usage
9-
10-
11-
12-
13-
For code examples, see [Auto Suggest](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
14-
15-
16-
# Provide Feedback
17-
18-
If you encounter any bugs or have suggestions, please file an issue in the
19-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
20-
section of the project.
21-
22-
23-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-search-autosuggest%2FREADME.png)
5+
For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.

sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/azure/cognitiveservices/search/autosuggest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.2.0"
12+
VERSION = "0.2.1"
1313

sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package_pprint_name = "Auto Suggest"
44
package_doc_id = "cognitive-services"
55
is_stable = false
66
is_arm = false
7+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
keywords="azure, azure sdk",
6464
classifiers=[
65-
'Development Status :: 4 - Beta',
65+
'Development Status :: 7 - Inactive',
6666
'Programming Language :: Python',
6767
'Programming Language :: Python :: 2',
6868
'Programming Language :: Python :: 2.7',

sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.2.1 (2024-06-26)
4+
5+
This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.
6+
7+
For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.
8+
39
## 0.2.0 (2020-01-12)
410

511
**Breaking changes**
Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Cognitive Services Custom Image Search Client Library.
4-
This package has been tested with Python 2.7, 3.6+.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
3+
This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.
64

7-
8-
# Usage
9-
10-
11-
12-
13-
For code examples, see [Cognitive Services Custom Image Search](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
14-
15-
16-
# Provide Feedback
17-
18-
If you encounter any bugs or have suggestions, please file an issue in the
19-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
20-
section of the project.
21-
22-
23-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-search-customimagesearch%2FREADME.png)
5+
For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.

sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/azure/cognitiveservices/search/customimagesearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.2.0"
12+
VERSION = "0.2.1"
1313

sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package_doc_id = "cognitive-services"
66
is_stable = false
77
is_arm = false
88
need_msrestazure = false
9+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
keywords="azure, azure sdk",
6464
classifiers=[
65-
'Development Status :: 4 - Beta',
65+
'Development Status :: 7 - Inactive',
6666
'Programming Language :: Python',
6767
'Programming Language :: Python :: 2',
6868
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)