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
Copy file name to clipboardExpand all lines: src/commands/deployWorkspaceProject/getDefaultValues/getDefaultContainerAppsResources/getDefaultContainerAppsResources.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export async function getDefaultContainerAppsResources(
26
26
): Promise<DefaultContainerAppsResources>{
27
27
context.telemetry.properties.promptedForEnvironment='false';// Initialize the default value
28
28
29
-
if(!context.apiEntryPoint){
29
+
if(!context.invokedFromApi){
30
30
// If a tree item is provided that can be used to deduce default context values, try to use those first
0 commit comments