1
1
{
2
- "$schema" : " https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.15 .0/rc.schema.json" ,
2
+ "$schema" : " https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16 .0/rc.schema.json" ,
3
3
"plugins" : [
4
4
{
5
5
"name" : " DevToolsPlugin" ,
6
6
"enabled" : false ,
7
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
7
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
8
8
"configSection" : " devTools"
9
9
},
10
10
{
11
11
"name" : " LatencyPlugin" ,
12
12
"enabled" : false ,
13
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
13
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
14
14
"configSection" : " latencyPlugin"
15
15
},
16
16
{
17
17
"name" : " RetryAfterPlugin" ,
18
18
"enabled" : true ,
19
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
19
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
20
20
},
21
21
{
22
22
"name" : " GraphSelectGuidancePlugin" ,
23
23
"enabled" : true ,
24
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
24
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
25
25
"urlsToWatch" : [
26
26
" https://graph.microsoft.com/v1.0/*" ,
27
27
" https://graph.microsoft.com/beta/*" ,
36
36
{
37
37
"name" : " ODSPSearchGuidancePlugin" ,
38
38
"enabled" : true ,
39
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
39
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
40
40
"urlsToWatch" : [
41
41
" https://graph.microsoft.com/v1.0/*" ,
42
42
" https://graph.microsoft.com/beta/*" ,
51
51
{
52
52
"name" : " GraphBetaSupportGuidancePlugin" ,
53
53
"enabled" : true ,
54
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
54
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
55
55
"urlsToWatch" : [
56
56
" https://graph.microsoft.com/beta/*" ,
57
57
" https://graph.microsoft.us/beta/*" ,
58
58
" https://dod-graph.microsoft.us/beta/*" ,
59
59
" https://microsoftgraph.chinacloudapi.cn/beta/*"
60
60
]
61
61
},
62
+ {
63
+ "name" : " GraphConnectorGuidancePlugin" ,
64
+ "enabled" : true ,
65
+ "pluginPath" : " ~appFolder/plugins/dev-proxy-plugins.dll" ,
66
+ "urlsToWatch" : [
67
+ " https://graph.microsoft.com/*/external/connections/*/schema" ,
68
+ " https://graph.microsoft.us/*/external/connections/*/schema" ,
69
+ " https://dod-graph.microsoft.us/*/external/connections/*/schema" ,
70
+ " https://microsoftgraph.chinacloudapi.cn/*/external/connections/*/schema"
71
+ ]
72
+ },
62
73
{
63
74
"name" : " GraphSdkGuidancePlugin" ,
64
75
"enabled" : true ,
65
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
76
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
66
77
"urlsToWatch" : [
67
78
" https://graph.microsoft.com/v1.0/*" ,
68
79
" https://graph.microsoft.com/beta/*" ,
77
88
{
78
89
"name" : " ODataPagingGuidancePlugin" ,
79
90
"enabled" : true ,
80
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
91
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
81
92
},
82
93
{
83
94
"name" : " GraphClientRequestIdGuidancePlugin" ,
84
95
"enabled" : true ,
85
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
96
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
86
97
"urlsToWatch" : [
87
98
" https://graph.microsoft.com/v1.0/*" ,
88
99
" https://graph.microsoft.com/beta/*" ,
97
108
{
98
109
"name" : " CachingGuidancePlugin" ,
99
110
"enabled" : true ,
100
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
111
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
101
112
"configSection" : " cachingGuidance"
102
113
},
103
114
{
104
115
"name" : " RateLimitingPlugin" ,
105
116
"enabled" : false ,
106
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
117
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
107
118
"configSection" : " rateLimiting"
108
119
},
109
120
{
110
121
"name" : " MockResponsePlugin" ,
111
122
"enabled" : false ,
112
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
123
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
113
124
"configSection" : " mocksPlugin"
114
125
},
115
126
{
116
127
"name" : " GraphMockResponsePlugin" ,
117
128
"enabled" : true ,
118
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
129
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
119
130
"configSection" : " mocksPlugin"
120
131
},
121
132
{
122
133
"name" : " GraphRandomErrorPlugin" ,
123
134
"enabled" : true ,
124
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
135
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
125
136
"configSection" : " graphRandomErrorsPlugin"
126
137
},
127
138
{
128
139
"name" : " ExecutionSummaryPlugin" ,
129
140
"enabled" : false ,
130
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
141
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
131
142
"configSection" : " executionSummaryPlugin"
132
143
},
133
144
{
134
145
"name" : " MinimalPermissionsPlugin" ,
135
146
"enabled" : true ,
136
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
147
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
137
148
"configSection" : " minimalPermissionsPlugin"
138
149
},
139
150
{
140
151
"name" : " MinimalPermissionsGuidancePlugin" ,
141
152
"enabled" : false ,
142
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
153
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
143
154
},
144
155
{
145
156
"name" : " MockGeneratorPlugin" ,
146
157
"enabled" : false ,
147
- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
158
+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
148
159
}
149
160
],
150
161
"urlsToWatch" : [
190
201
},
191
202
"rate" : 50 ,
192
203
"labelMode" : " text" ,
193
- "logLevel" : " info "
204
+ "logLevel" : " information "
194
205
}
195
206
0 commit comments