From eec41c2153975c389a1b92f555e5ea5541ecaacc Mon Sep 17 00:00:00 2001 From: Punit Shah Date: Tue, 15 Oct 2024 19:54:52 +0400 Subject: [PATCH] Update configuration.extractor.yaml to include workspace reference Added reference for workspace extraction in the sample configuration.extractor.yaml file. --- configuration.extractor.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.extractor.yaml b/configuration.extractor.yaml index 92651f64..bd9aeb14 100644 --- a/configuration.extractor.yaml +++ b/configuration.extractor.yaml @@ -1,6 +1,10 @@ # Note: With the introduction of workspaces we recommend using workspaces with APIOps when possible to limit what can be extracted whenever possible. # More information about workspaces can be found here https://learn.microsoft.com/en-us/azure/api-management/workspaces-overview +workspaceNames: + - workspaceName1 + - workspaceName1 + apiNames: - apiName1 - apiName2