Skip to content

Commit 121a33c

Browse files
author
Robert Lacher
committed
Updated apimtypes to include workspaces infrastructure
1 parent 5f43e02 commit 121a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/python/apimtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class INFRASTRUCTURE(StrEnum):
132132
SIMPLE_APIM = "simple-apim" # Simple API Management with no dependencies
133133
APIM_ACA = "apim-aca" # Azure API Management connected to Azure Container Apps
134134
AFD_APIM_PE = "afd-apim-pe" # Azure Front Door Premium connected to Azure API Management (Standard V2) via Private Link
135-
135+
APIM_WORKSPACES = "apim-workspaces" # Azure API Management with Workspace Gateway
136136

137137
# ------------------------------
138138
# CLASSES

0 commit comments

Comments
 (0)