Skip to content

Commit 25b6533

Browse files
Mark inactive packages (Azure#32510)
* mark metricsadvisor and personalizer as inactive * skip checks * Update sdk/metricsadvisor/azure-ai-metricsadvisor/pyproject.toml Co-authored-by: Libba Lawrence <llawrence@microsoft.com> * Update sdk/personalizer/azure-ai-personalizer/pyproject.toml Co-authored-by: Libba Lawrence <llawrence@microsoft.com> * adjust keywords to list[str] --------- Co-authored-by: Libba Lawrence <llawrence@microsoft.com>
1 parent 0835598 commit 25b6533

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[tool.azure-sdk-build]
2+
mypy = false
3+
pylint = false
24
pyright = false
35
type_check_samples = false
46
verifytypes = false

sdk/metricsadvisor/azure-ai-metricsadvisor/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
author='Microsoft Corporation',
4545
author_email='azpysdkhelp@microsoft.com',
4646
url='https://github.com/Azure/azure-sdk-for-python',
47-
keywords="azure, azure sdk",
47+
keywords=["azure", "azure sdk"],
4848
classifiers=[
49-
"Development Status :: 5 - Production/Stable",
49+
"Development Status :: 7 - Inactive",
5050
'Programming Language :: Python',
5151
"Programming Language :: Python :: 3 :: Only",
5252
'Programming Language :: Python :: 3',
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[tool.azure-sdk-build]
2+
mypy = false
3+
pylint = false
24
pyright = false
35
type_check_samples = false
46
verifytypes = false

sdk/personalizer/azure-ai-personalizer/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",
3737
url="https://github.com/Azure/azure-sdk-for-python",
38-
keywords="azure, personalizer, cognitive services, reinforcement learning, contextual bandit, azure sdk",
38+
keywords=["azure", "personalizer", "cognitive services", "reinforcement learning", "contextual bandit", "azure sdk"],
3939
author="Microsoft Corporation",
4040
author_email="azuresdkengsysadmins@microsoft.com",
4141
license="MIT License",
4242
# ensure that the development status reflects the status of your package
4343
classifiers=[
44-
"Development Status :: 4 - Beta",
44+
"Development Status :: 7 - Inactive",
4545
"Programming Language :: Python",
4646
"Programming Language :: Python :: 3 :: Only",
4747
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)