You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The JSON schema reference for validation."
9
+
},
10
+
"createApicEntryForNewApis": {
11
+
"type": "boolean",
12
+
"description": "Set to true to have Dev Proxy create new API entries for APIs detected but not yet registered in API Center. When false, Dev Proxy only lists unregistered APIs. Default is true."
13
+
},
14
+
"resourceGroupName": {
15
+
"type": "string",
16
+
"description": "Name of the resource group where the Azure API Center is located."
17
+
},
18
+
"serviceName": {
19
+
"type": "string",
20
+
"description": "Name of the Azure API Center instance that Dev Proxy should use to check if the APIs used in the app are registered."
21
+
},
22
+
"subscriptionId": {
23
+
"type": "string",
24
+
"description": "ID of the Azure subscription where the Azure API Center instance is located."
25
+
},
26
+
"workspace": {
27
+
"type": "string",
28
+
"description": "Name of the Azure API Center workspace to use. Default is 'default'."
0 commit comments