Skip to content

Commit c2daedf

Browse files
committed
remove pinned version from codeful
1 parent 2291120 commit c2daedf

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/CreateLogicAppWorkspace.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ export async function createLocalConfigurationFiles(
226226
if (logicAppType === ProjectType.codeful) {
227227
localSettingsJson.Values[workflowCodefulEnabled] = 'true';
228228
localSettingsJson.Values['AzureFunctionsJobHost__extensionBundle__id'] = 'Microsoft.Azure.Functions.ExtensionBundle.Workflows';
229-
localSettingsJson.Values['AzureFunctionsJobHost__extensionBundle__version'] = '[1.160.24]';
230-
localSettingsJson.Values['FUNCTIONS_EXTENSIONBUNDLE_SOURCE_URI'] = 'https://cdnforlogicappsv2.blob.core.windows.net/la-sdk-private';
231229
}
232230

233231
const hostJsonPath: string = path.join(logicAppFolderPath, hostFileName);

apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ export const getLocalSettingsSchema = (isDesignTime: boolean, projectPath?: stri
200200
// Add codeful-specific settings
201201
if (isCodeful) {
202202
Object.assign(baseSettings.Values, {
203-
AzureFunctionsJobHost__extensionBundle__version: '[1.160.24]',
204203
WORKFLOW_CODEFUL_ENABLED: 'true',
205-
FUNCTIONS_EXTENSIONBUNDLE_SOURCE_URI: 'https://cdnforlogicappsv2.blob.core.windows.net/la-sdk-private',
206204
});
207205
}
208206

0 commit comments

Comments
 (0)