We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f43e02 commit 121a33cCopy full SHA for 121a33c
shared/python/apimtypes.py
@@ -132,7 +132,7 @@ class INFRASTRUCTURE(StrEnum):
132
SIMPLE_APIM = "simple-apim" # Simple API Management with no dependencies
133
APIM_ACA = "apim-aca" # Azure API Management connected to Azure Container Apps
134
AFD_APIM_PE = "afd-apim-pe" # Azure Front Door Premium connected to Azure API Management (Standard V2) via Private Link
135
-
+ APIM_WORKSPACES = "apim-workspaces" # Azure API Management with Workspace Gateway
136
137
# ------------------------------
138
# CLASSES
0 commit comments