Skip to content

Commit bb1f644

Browse files
authored
Merge pull request #57757 from KingdomOfEnds/digital-twins-swagger
swagger auth disclaimer
2 parents 707c1cf + 5c23e27 commit bb1f644

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/digital-twins/how-to-use-swagger.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: alinast
66
ms.service: digital-twins
77
services: digital-twins
88
ms.topic: conceptual
9-
ms.date: 10/25/2018
9+
ms.date: 11/12/2018
1010
ms.author: adgera
1111
---
1212

@@ -16,6 +16,9 @@ Each provisioned Azure Digital Twins instance includes its own automatically gen
1616

1717
[Swagger](https://swagger.io/), or [OpenAPI](https://www.openapis.org/), unites complex API information into an interactive and language-agnostic reference resource. Swagger provides critical reference material about which JSON payloads, HTTP methods, and specific endpoints to use to perform operations against an API.
1818

19+
> [!IMPORTANT]
20+
> Support for Swagger authentication is temporarily disabled during Public Preview.
21+
1922
## Swagger summary
2023

2124
Swagger provides an interactive summary of your API, which includes:
@@ -38,10 +41,10 @@ You can access your own generated Management API Swagger documentation at:
3841
https://yourInstanceName.yourLocation.azuresmartspaces.net/management/swagger
3942
```
4043

41-
| Custom attribute name | Replace with |
44+
| Custom name | Replace with |
4245
| --- | --- |
43-
| *yourInstanceName* | The name of your Azure Digital Twins instance |
44-
| *yourLocation* | Which server region your instance is hosted on |
46+
| yourInstanceName | The name of your Azure Digital Twins instance |
47+
| yourLocation | Which server region your instance is hosted on |
4548

4649
## Reference material
4750

@@ -99,7 +102,10 @@ The examples also include error codes to help debug or improve failing tests.
99102

100103
## Swagger OAuth 2.0 authorization
101104

102-
To interactively test requests against API resources protected by OAuth 2.0, see the [official documentation](https://swagger.io/docs/specification/authentication/oauth2/).
105+
To learn more about interactively testing requests protected by OAuth 2.0, see the [official documentation](https://swagger.io/docs/specification/authentication/oauth2/).
106+
107+
> [!NOTE]
108+
> Support for OAuth 2.0 authentication is temporarily disabled during Public Preview.
103109
104110
## Next steps
105111

0 commit comments

Comments
 (0)