File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ export const pluginSnippets: PluginSnippets = {
29
29
required : false ,
30
30
} ,
31
31
} ,
32
+ EntraMockResponsePlugin :{
33
+ instance : 'devproxy-plugin-entra-mock-response' ,
34
+ config : {
35
+ name : 'devproxy-plugin-entra-mock-response-config' ,
36
+ required : true ,
37
+ } ,
38
+ } ,
32
39
ExecutionSummaryPlugin : {
33
40
instance : 'devproxy-plugin-execution-summary' ,
34
41
config : {
@@ -141,6 +148,10 @@ export const pluginDocs: PluginDocs = {
141
148
name : 'Dev Tools Plugin' ,
142
149
url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/devtoolsplugin' ,
143
150
} ,
151
+ EntraMockResponsePlugin :{
152
+ name : 'Entra Mock Response Plugin' ,
153
+ url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/entramockresponseplugin' ,
154
+ } ,
144
155
ExecutionSummaryPlugin : {
145
156
name : 'Execution Summary Plugin' ,
146
157
url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/executionsummaryplugin' ,
Original file line number Diff line number Diff line change 214
214
],
215
215
"description" : " DevToolsPlugin config section"
216
216
},
217
+ "EntraMockResponsePlugin" : {
218
+ "prefix" : " devproxy-plugin-entra-mock-response" ,
219
+ "body" : [
220
+ " {" ,
221
+ " \t\" name\" : \" EntraMockResponsePlugin\" ," ,
222
+ " \t\" enabled\" : true," ,
223
+ " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" ," ,
224
+ " \t\" configSection\" : \" mocksPlugin\" " ,
225
+ " }"
226
+ ],
227
+ "description" : " EntraMockResponsePlugin instance"
228
+ },
229
+ "EntraMockResponsePluginConfig" : {
230
+ "prefix" : " devproxy-plugin-entra-mock-response-config" ,
231
+ "body" : [
232
+ " \" mocksPlugin\" : {" ,
233
+ " \t\" mocksFile\" : \" mocks.json\" " ,
234
+ " },"
235
+ ],
236
+ "description" : " EntraMockResponsePlugin config section"
237
+ },
217
238
"ExecutionSummaryPlugin" : {
218
239
"prefix" : " devproxy-plugin-execution-summary" ,
219
240
"body" : [
You can’t perform that action at this time.
0 commit comments