Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.azure-sdk-build]
breaking = false
mypy = false
pyright = false
type_check_samples = false
verifytypes = false
ci_enabled = false
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down