File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/azure-cli/azure/cli/command_modules/acs Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 168168CONST_AZURE_KEYVAULT_NETWORK_ACCESS_PRIVATE = "Private"
169169
170170# app routing nginx config options
171+ CONST_WEB_APPLICATION_ROUTING_KEY_NAME = "ingress/webApplicationRouting"
171172CONST_APP_ROUTING_ANNOTATION_CONTROLLED_NGINX = "AnnotationControlled"
172173CONST_APP_ROUTING_EXTERNAL_NGINX = "External"
173174CONST_APP_ROUTING_INTERNAL_NGINX = "Internal"
183184 'ingress-appgw' : CONST_INGRESS_APPGW_ADDON_NAME ,
184185 "confcom" : CONST_CONFCOM_ADDON_NAME ,
185186 'open-service-mesh' : CONST_OPEN_SERVICE_MESH_ADDON_NAME ,
186- 'azure-keyvault-secrets-provider' : CONST_AZURE_KEYVAULT_SECRETS_PROVIDER_ADDON_NAME
187+ 'azure-keyvault-secrets-provider' : CONST_AZURE_KEYVAULT_SECRETS_PROVIDER_ADDON_NAME ,
188+ "web_application_routing" : CONST_WEB_APPLICATION_ROUTING_KEY_NAME ,
187189}
188190
189191# consts for check-acr command
You can’t perform that action at this time.
0 commit comments