Skip to content

Commit d7669cd

Browse files
authored
Custom stack was added to flex (#4596)
1 parent 1c56910 commit d7669cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/createFunctionApp/stacks/getStackPicks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async function getFlexStacks(context: ISubscriptionActionContext & { _stacks?: F
187187
const client: ServiceClient = await createGenericClient(context, context);
188188
location = location ?? (await LocationListStep.getLocation(context)).name;
189189
const flexFunctionAppStacks: FunctionAppStack[] = [];
190-
const stacks = ['dotnet', 'java', 'node', 'powershell', 'python'];
190+
const stacks = ['dotnet', 'java', 'node', 'powershell', 'python', 'custom'];
191191
if (!context._stacks) {
192192
const getFlexStack = async (stack: string) => {
193193
const result: AzExtPipelineResponse = await client.sendRequest(createPipelineRequest({

0 commit comments

Comments
 (0)