11{
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" ,
33 "plugins" : [
44 {
55 "name" : " DevToolsPlugin" ,
66 "enabled" : false ,
7- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
7+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
88 "configSection" : " devTools"
99 },
1010 {
1111 "name" : " LatencyPlugin" ,
1212 "enabled" : false ,
13- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
13+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
1414 "configSection" : " latencyPlugin"
1515 },
1616 {
1717 "name" : " RetryAfterPlugin" ,
1818 "enabled" : true ,
19- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
19+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
2020 },
2121 {
2222 "name" : " GraphSelectGuidancePlugin" ,
2323 "enabled" : true ,
24- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
24+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
2525 "urlsToWatch" : [
2626 " https://graph.microsoft.com/v1.0/*" ,
2727 " https://graph.microsoft.com/beta/*" ,
3636 {
3737 "name" : " ODSPSearchGuidancePlugin" ,
3838 "enabled" : true ,
39- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
39+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
4040 "urlsToWatch" : [
4141 " https://graph.microsoft.com/v1.0/*" ,
4242 " https://graph.microsoft.com/beta/*" ,
5151 {
5252 "name" : " GraphBetaSupportGuidancePlugin" ,
5353 "enabled" : true ,
54- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
54+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
5555 "urlsToWatch" : [
5656 " https://graph.microsoft.com/beta/*" ,
5757 " https://graph.microsoft.us/beta/*" ,
5858 " https://dod-graph.microsoft.us/beta/*" ,
5959 " https://microsoftgraph.chinacloudapi.cn/beta/*"
6060 ]
6161 },
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+ },
6273 {
6374 "name" : " GraphSdkGuidancePlugin" ,
6475 "enabled" : true ,
65- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
76+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
6677 "urlsToWatch" : [
6778 " https://graph.microsoft.com/v1.0/*" ,
6879 " https://graph.microsoft.com/beta/*" ,
7788 {
7889 "name" : " ODataPagingGuidancePlugin" ,
7990 "enabled" : true ,
80- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
91+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
8192 },
8293 {
8394 "name" : " GraphClientRequestIdGuidancePlugin" ,
8495 "enabled" : true ,
85- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
96+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
8697 "urlsToWatch" : [
8798 " https://graph.microsoft.com/v1.0/*" ,
8899 " https://graph.microsoft.com/beta/*" ,
97108 {
98109 "name" : " CachingGuidancePlugin" ,
99110 "enabled" : true ,
100- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
111+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
101112 "configSection" : " cachingGuidance"
102113 },
103114 {
104115 "name" : " RateLimitingPlugin" ,
105116 "enabled" : false ,
106- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
117+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
107118 "configSection" : " rateLimiting"
108119 },
109120 {
110121 "name" : " MockResponsePlugin" ,
111122 "enabled" : false ,
112- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
123+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
113124 "configSection" : " mocksPlugin"
114125 },
115126 {
116127 "name" : " GraphMockResponsePlugin" ,
117128 "enabled" : true ,
118- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
129+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
119130 "configSection" : " mocksPlugin"
120131 },
121132 {
122133 "name" : " GraphRandomErrorPlugin" ,
123134 "enabled" : true ,
124- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
135+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
125136 "configSection" : " graphRandomErrorsPlugin"
126137 },
127138 {
128139 "name" : " ExecutionSummaryPlugin" ,
129140 "enabled" : false ,
130- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
141+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
131142 "configSection" : " executionSummaryPlugin"
132143 },
133144 {
134145 "name" : " MinimalPermissionsPlugin" ,
135146 "enabled" : true ,
136- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll" ,
147+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll" ,
137148 "configSection" : " minimalPermissionsPlugin"
138149 },
139150 {
140151 "name" : " MinimalPermissionsGuidancePlugin" ,
141152 "enabled" : false ,
142- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
153+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
143154 },
144155 {
145156 "name" : " MockGeneratorPlugin" ,
146157 "enabled" : false ,
147- "pluginPath" : " ~appFolder\\ plugins\\ dev-proxy-plugins.dll"
158+ "pluginPath" : " ~appFolder/ plugins/ dev-proxy-plugins.dll"
148159 }
149160 ],
150161 "urlsToWatch" : [
190201 },
191202 "rate" : 50 ,
192203 "labelMode" : " text" ,
193- "logLevel" : " info "
204+ "logLevel" : " information "
194205 }
195206
0 commit comments