From 101b7c9e43cecc181070aea8375261ea9cc7923c Mon Sep 17 00:00:00 2001 From: Vinny Martins <41807230+martins-vds@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:06:00 +0000 Subject: [PATCH] Add default value for WORKSPACE_SERVICE_NAME parameter --- az_pipeline_templates/devcontainer_run_command.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/az_pipeline_templates/devcontainer_run_command.yml b/az_pipeline_templates/devcontainer_run_command.yml index fe4e07f22a..6f8ef4f07f 100644 --- a/az_pipeline_templates/devcontainer_run_command.yml +++ b/az_pipeline_templates/devcontainer_run_command.yml @@ -55,6 +55,7 @@ parameters: - name: BUNDLE_TYPE default: "" - name: WORKSPACE_SERVICE_NAME + default: "" - name: IS_API_SECURED default: "true" - name: STATEFUL_RESOURCES_LOCKED