Skip to content

Commit b284d2e

Browse files
authored
Removed references to deprecated service, Azure Spatial Anchors (Azure#48039)
1 parent 08584bd commit b284d2e

File tree

2 files changed

+2
-7
lines changed
  • sdk/mixedreality

2 files changed

+2
-7
lines changed

sdk/mixedreality/Azure.MixedReality.Authentication/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Azure Mixed Reality Authentication client library for .NET
22

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

77
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/mixedreality/Azure.MixedReality.Authentication/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.MixedReality.Authentication)
88

9-
![Mixed Reality service authentication diagram](https://learn.microsoft.com/azure/spatial-anchors/concepts/media/spatial-anchors-authentication-overview.png)
10-
119
- [Azure Mixed Reality Authentication client library for .NET](#azure-mixed-reality-authentication-client-library-for-net)
1210
- [Getting started](#getting-started)
1311
- [Install the package](#install-the-package)
@@ -51,7 +49,6 @@ Add a package reference:
5149
- You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/).
5250
- You must have an account with an [Azure Mixed Reality service](https://azure.microsoft.com/topic/mixed-reality/):
5351
- [Azure Remote Rendering](https://learn.microsoft.com/azure/remote-rendering/)
54-
- [Azure Spatial Anchors](https://learn.microsoft.com/azure/spatial-anchors/)
5552
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md).
5653

5754
### Authenticate the client
@@ -69,8 +66,6 @@ Mixed Reality services support a few different forms of authentication:
6966
method for production applications because it allows you to avoid embedding the credentials for access to a Mixed
7067
Reality service in your client application.
7168

72-
See [here](https://learn.microsoft.com/azure/spatial-anchors/concepts/authentication) for detailed instructions and information.
73-
7469
#### Authentication examples
7570

7671
Below are some examples of some common authentication scenarios, but more examples and information can be found at

sdk/mixedreality/Azure.ResourceManager.MixedReality/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft Azure Mixed Reality management client library for .NET
22

3-
Microsoft Azure Mixed Reality cloud services like Azure Remote Rendering and Azure Spatial Anchors help developers build compelling immersive experiences on a variety of platforms. These services allow you to integrate spatial awareness into your projects when you're making applications for 3D training, predictive equipment maintenance, and design review, all in the context of your users’ environments.
3+
Microsoft Azure Mixed Reality cloud services like Azure Remote Rendering help developers build compelling immersive experiences on a variety of platforms.
44

55
This library supports managing Microsoft Azure Mixed Reality resources.
66

0 commit comments

Comments
 (0)