Skip to content

Commit 4ff5b54

Browse files
authored
remove references to deprecated service 'Azure Spatial Anchors' (Azure#39405)
1 parent 35d0bd0 commit 4ff5b54

File tree

1 file changed

+1
-5
lines changed
  • sdk/mixedreality/azure-mixedreality-authentication

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

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

5-
Mixed Reality services, like Azure Spatial Anchors, Azure Remote Rendering, and others, use the Mixed Reality security
5+
Mixed Reality services, like Azure Remote Rendering use the Mixed Reality security
66
token service (STS) for authentication. This package supports exchanging Mixed Reality account credentials for an access
77
token from the STS that can be used to access Mixed Reality services.
88

9-
![Mixed Reality service authentication diagram](https://docs.microsoft.com/azure/spatial-anchors/concepts/media/spatial-anchors-authentication-overview.png)
10-
119
# Getting started
1210

1311
## Currently supported environments
@@ -19,7 +17,6 @@ This package has been tested with Python 3.7+.
1917
- An [Azure subscription][azure_sub].
2018
- You must have an account with an [Azure Mixed Reality service](https://azure.microsoft.com/topic/mixed-reality/):
2119
- [Azure Remote Rendering](https://docs.microsoft.com/azure/remote-rendering/)
22-
- [Azure Spatial Anchors](https://docs.microsoft.com/azure/spatial-anchors/)
2320
- Familiarity with the authentication and credential concepts from the [Azure Identity library][azure_identity].
2421
- Python 3.7 or later is required to use this package.
2522

@@ -195,5 +192,4 @@ build and test the code.
195192
[azure_sub]: https://azure.microsoft.com/free/
196193
[azure_portal]: https://portal.azure.com
197194
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
198-
[register_aad_app]: https://docs.microsoft.com/azure/spatial-anchors/concepts/authentication
199195
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential

0 commit comments

Comments
 (0)