|
110 | 110 | ], |
111 | 111 | "description": "Dev Proxy response header" |
112 | 112 | }, |
113 | | - "Rewrite":{ |
| 113 | + "Rewrite": { |
114 | 114 | "prefix": "devproxy-rewrite", |
115 | 115 | "body": [ |
116 | 116 | "{", |
|
462 | 462 | "\t\t\"https://graph.microsoft.us/beta/*\",", |
463 | 463 | "\t\t\"https://dod-graph.microsoft.us/beta/*\",", |
464 | 464 | "\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"", |
465 | | - "\t]", |
| 465 | + "\t]", |
466 | 466 | "}" |
467 | 467 | ], |
468 | 468 | "description": "GraphBetaSupportGuidancePlugin instance" |
|
947 | 947 | ], |
948 | 948 | "description": "RewritePlugin instance" |
949 | 949 | }, |
950 | | - "RewritePluginFile":{ |
| 950 | + "RewritePluginFile": { |
951 | 951 | "prefix": "devproxy-plugin-rewrite-file", |
952 | 952 | "body": [ |
953 | 953 | "{", |
|
959 | 959 | ], |
960 | 960 | "description": "RewritePlugin rewrites file" |
961 | 961 | }, |
962 | | - "RewritePluginFileSchema":{ |
| 962 | + "RewritePluginFileSchema": { |
963 | 963 | "prefix": "devproxy-plugin-rewrite-file-schema", |
964 | 964 | "body": [ |
965 | 965 | "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/rewriteplugin.rewritesfile.schema.json\"," |
966 | 966 | ], |
967 | 967 | "description": "RewritePlugin rewrites file schema" |
968 | 968 | }, |
969 | | - "RewritePluginConfig":{ |
| 969 | + "RewritePluginConfig": { |
970 | 970 | "prefix": "devproxy-plugin-rewrite-config", |
971 | 971 | "body": [ |
972 | 972 | "\"rewritePlugin\": {", |
|
975 | 975 | "}" |
976 | 976 | ], |
977 | 977 | "description": "RewritePlugin config section" |
978 | | - }, |
979 | | - "UrlDiscoveryPlugin": { |
| 978 | + }, |
| 979 | + "TypeSpecGeneratorPlugin": { |
| 980 | + "prefix": "devproxy-plugin-typespec-generator", |
| 981 | + "body": [ |
| 982 | + "{", |
| 983 | + "\t\"name\": \"TypeSpecGeneratorPlugin\",", |
| 984 | + "\t\"enabled\": true,", |
| 985 | + "\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"", |
| 986 | + "}" |
| 987 | + ], |
| 988 | + "description": "TypeSpecGeneratorPlugin instance" |
| 989 | + }, |
| 990 | + "TypeSpecGeneratorPluginConfig": { |
| 991 | + "prefix": "devproxy-plugin-typespec-generator-config", |
| 992 | + "body": [ |
| 993 | + "\"typeSpecGeneratorPlugin\": {", |
| 994 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/typespecgeneratorplugin.schema.json\",", |
| 995 | + "\t\"ignoreResponseTypes\": false", |
| 996 | + "}" |
| 997 | + ], |
| 998 | + "description": "TypeSpecGeneratorPlugin config section" |
| 999 | + }, |
| 1000 | + "UrlDiscoveryPlugin": { |
980 | 1001 | "prefix": "devproxy-plugin-url-discovery", |
981 | 1002 | "body": [ |
982 | 1003 | "{", |
|
0 commit comments