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
constconfirmationViewDescription: string=localize('viewDescription','Please select an input you would like to change. Note: Any input proceeding the changed input may need to change as well');
64
-
constconfirmationViewTabTitle: string=localize('deployContainerAppTabTitle','Summary - Deploy Image to Container App');
65
-
consttitle: string=localize('deployContainerAppTitle','Deploy image to container app');
64
+
letconfirmationViewDescription: string=localize('viewDescription','Please select an input you would like to change. Note: Any input proceeding the changed input will need to change as well');
65
+
letconfirmationViewTabTitle: string=localize('deployContainerAppTabTitle','Summary - Deploy Image to Container App');
66
+
lettitle: string=localize('deployContainerAppTitle','Deploy image to container app');
confirmationViewDescription=localize('viewDescription','Please review AI generated inputs and select any you would like to modify. Note: Any input proceeding the modified input will need to change as well');
72
+
confirmationViewTabTitle=localize('deployContainerAppTabTitle','Summary - Deploy Image to Container App using Copilot');
73
+
title=localize('deployContainerAppWithCopilotTitle','Deploy image to container app using copilot');
0 commit comments