Skip to content

Commit 75f2d4f

Browse files
xfz11anandanthony
authored andcommitted
add or modify files (Azure#21687)
1 parent 8cc5bca commit 75f2d4f

File tree

2 files changed

+46
-31
lines changed

2 files changed

+46
-31
lines changed

specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/examples/ConfigurationNamesList.json

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,42 @@
77
"body": {
88
"value": [
99
{
10-
"targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES",
11-
"clientType": "none",
12-
"authType": "systemAssignedIdentity",
13-
"names": [
14-
{
15-
"value": "AZURE_APPCONFIGURATION_ENDPOINT",
16-
"description": "App configuration endpoint"
17-
},
18-
{
19-
"value": "AZURE_APPCONFIGURATION_SCOPE",
20-
"description": "The scopes required for the token."
21-
}
22-
]
10+
"properties": {
11+
"targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES",
12+
"clientType": "none",
13+
"authType": "systemAssignedIdentity",
14+
"names": [
15+
{
16+
"value": "AZURE_APPCONFIGURATION_ENDPOINT",
17+
"description": "App configuration endpoint"
18+
},
19+
{
20+
"value": "AZURE_APPCONFIGURATION_SCOPE",
21+
"description": "The scopes required for the token."
22+
}
23+
]
24+
}
2325
},
2426
{
25-
"targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES",
26-
"clientType": "none",
27-
"authType": "userAssignedIdentity",
28-
"names": [
29-
{
30-
"value": "AZURE_APPCONFIGURATION_ENDPOINT",
31-
"description": "App configuration endpoint"
32-
},
33-
{
34-
"value": "AZURE_APPCONFIGURATION_CLIENTID",
35-
"description": "The client(application) ID of the user identity."
36-
},
37-
{
38-
"value": "AZURE_APPCONFIGURATION_SCOPE",
39-
"description": "The scopes required for getting token."
40-
}
41-
]
27+
"properties": {
28+
"targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES",
29+
"clientType": "none",
30+
"authType": "userAssignedIdentity",
31+
"names": [
32+
{
33+
"value": "AZURE_APPCONFIGURATION_ENDPOINT",
34+
"description": "App configuration endpoint"
35+
},
36+
{
37+
"value": "AZURE_APPCONFIGURATION_CLIENTID",
38+
"description": "The client(application) ID of the user identity."
39+
},
40+
{
41+
"value": "AZURE_APPCONFIGURATION_SCOPE",
42+
"description": "The scopes required for getting token."
43+
}
44+
]
45+
}
4246
}
4347
],
4448
"nextLink": null

specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/servicelinker.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,17 @@
20032003
}
20042004
}
20052005
},
2006+
"ConfigurationNameItem": {
2007+
"type": "object",
2008+
"properties": {
2009+
"properties": {
2010+
"x-nullable": true,
2011+
"description": "The result detail.",
2012+
"x-ms-client-flatten": true,
2013+
"$ref": "#/definitions/ConfigurationNames"
2014+
}
2015+
}
2016+
},
20062017
"ConfigurationNames": {
20072018
"type": "object",
20082019
"description": "The configuration names which will be set based on specific target resource, client type, auth type.",
@@ -2049,7 +2060,7 @@
20492060
"description": "Expected configuration names for each target service.",
20502061
"type": "array",
20512062
"items": {
2052-
"$ref": "#/definitions/ConfigurationNames"
2063+
"$ref": "#/definitions/ConfigurationNameItem"
20532064
},
20542065
"x-ms-identifiers": []
20552066
},

0 commit comments

Comments
 (0)