You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(localize('multipleRevisionsNotSupported','The container app cannot be updated using "{0}" while in multiple revisions mode. Navigate to the revision\'s container and execute "{1}" instead.',deployContainerAppCommandName,editContainerCommandName));
thrownewError(localize('multipleContainersNotSupported','The container app cannot be updated using "{0}" while having more than one active container. Navigate to the specific container instance and execute "{1}" instead.',deployContainerAppCommandName,editContainerCommandName));
37
+
}
38
+
28
39
// Prompt for image source before initializing the wizard in case we need to redirect the call to 'deployWorkspaceProject' instead
thrownewError(localize('multipleRevisionsNotSupported','The container app cannot be updated using "{0}" while in multiple revisions mode. Navigate to the revision\'s container and execute "{1}" instead.',deployWorkspaceProjectCommandName,editContainerCommandName));
thrownewError(localize('multipleContainersNotSupported','The container app cannot be updated using "{0}" while having more than one active container. Navigate to the specific container instance and execute "{1}" instead.',deployWorkspaceProjectCommandName,editContainerCommandName));
0 commit comments