From f7caa866f58fc9772ac9329b28df16e271474137 Mon Sep 17 00:00:00 2001 From: snehapar9 Date: Wed, 15 May 2024 12:04:11 -0700 Subject: [PATCH] Address comments --- azurecontainerapps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/azurecontainerapps.ts b/azurecontainerapps.ts index 193c3ab..93739e7 100644 --- a/azurecontainerapps.ts +++ b/azurecontainerapps.ts @@ -106,7 +106,6 @@ export class azurecontainerapps { private static buildArguments: string; private static noIngressUpdate: boolean; private static useInternalRegistry: boolean; - // private static shouldCreateOrUpdateContainerAppWithUp: boolean; /** * Initializes the helpers used by this task.