Skip to content

Commit 1d57cce

Browse files
mjafferi-msftjnlycklama
authored andcommitted
[IC3 ACS - Auth] <stable/2023-10-01> Granular Tokens Scopes (#26108)
* Granular Token scopes swagger specification for API Version 2023-10-01 * Added x-ms-enum with description for each scope value
1 parent c64eec4 commit 1d57cce

File tree

7 files changed

+533
-1
lines changed

7 files changed

+533
-1
lines changed

specification/communication/data-plane/Identity/readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ These are the global settings for the communicationservices.
2626

2727
``` yaml
2828
openapi-type: data-plane
29-
tag: package-2022-10
29+
tag: package-2023-10
30+
```
31+
32+
### Tag: package-2023-10
33+
34+
These settings apply only when `--tag=package-2023-10` is specified on the command line.
35+
36+
```yaml $(tag) == 'package-2023-10'
37+
input-file:
38+
- stable/2023-10-01/CommunicationIdentity.json
3039
```
3140

3241
### Tag: package-2022-10

0 commit comments

Comments
 (0)