diff --git a/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md b/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md index a6212e593184..b4957c6049db 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md +++ b/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md @@ -1,16 +1,11 @@ # Release History -## 1.0.0b2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.0b2 (2026-02-12) ### Other Changes - Python 2.7 is no longer supported. Please use Python version 3.7 or later. +- This package has been deprecated and will no longer be maintained after 10-01-2025. This package will only receive security fixes until 10-01-2025. ## 1.0.0b1 (2021-11-12) diff --git a/sdk/mixedreality/azure-mixedreality-authentication/README.md b/sdk/mixedreality/azure-mixedreality-authentication/README.md index f938b0ea2681..df7b335432e6 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/README.md +++ b/sdk/mixedreality/azure-mixedreality-authentication/README.md @@ -2,6 +2,12 @@ # Azure Mixed Reality Authentication Package client library for Python +## Deprecation notice + +This package has been deprecated and will no longer be maintained after 10-01-2025. This package will only receive security fixes until 10-01-2025. + +## Overview + Mixed Reality services, like Azure Remote Rendering use the Mixed Reality security token service (STS) for authentication. This package supports exchanging Mixed Reality account credentials for an access token from the STS that can be used to access Mixed Reality services. diff --git a/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml b/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml index 1ea1e48c18ff..39a3d838744b 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml +++ b/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml @@ -1,3 +1,7 @@ [tool.azure-sdk-build] +breaking = false +mypy = false pyright = false +type_check_samples = false +verifytypes = false ci_enabled = false diff --git a/sdk/mixedreality/azure-mixedreality-authentication/setup.py b/sdk/mixedreality/azure-mixedreality-authentication/setup.py index de2ff250d121..a69b7914d14e 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/setup.py +++ b/sdk/mixedreality/azure-mixedreality-authentication/setup.py @@ -44,7 +44,7 @@ license='MIT License', # ensure that the development status reflects the status of your package classifiers=[ - "Development Status :: 4 - Beta", + 'Development Status :: 7 - Inactive', 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3',