Skip to content

Commit 26d86ba

Browse files
MichaelZp0Michael Zappe
andauthored
Deprecation release for azure-mixedreality-authentication (#45157)
* Deprecation release for azure-mixedreality-authentication * Satisfy the piplines that should be disabled --------- Co-authored-by: Michael Zappe <michaelzappe@microsoft.com>
1 parent 2ddc7b9 commit 26d86ba

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Release History
22

3-
## 1.0.0b2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0b2 (2026-02-12)
104

115
### Other Changes
126

137
- Python 2.7 is no longer supported. Please use Python version 3.7 or later.
8+
- 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.
149

1510
## 1.0.0b1 (2021-11-12)
1611

sdk/mixedreality/azure-mixedreality-authentication/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Azure Mixed Reality Authentication Package client library for Python
44

5+
## Deprecation notice
6+
7+
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.
8+
9+
## Overview
10+
511
Mixed Reality services, like Azure Remote Rendering use the Mixed Reality security
612
token service (STS) for authentication. This package supports exchanging Mixed Reality account credentials for an access
713
token from the STS that can be used to access Mixed Reality services.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[tool.azure-sdk-build]
2+
breaking = false
3+
mypy = false
24
pyright = false
5+
type_check_samples = false
6+
verifytypes = false
37
ci_enabled = false

sdk/mixedreality/azure-mixedreality-authentication/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
license='MIT License',
4545
# ensure that the development status reflects the status of your package
4646
classifiers=[
47-
"Development Status :: 4 - Beta",
47+
'Development Status :: 7 - Inactive',
4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 3 :: Only',
5050
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)