Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcode default bundle version #3727

Merged
merged 2 commits into from
Jun 26, 2023
Merged

Hardcode default bundle version #3727

merged 2 commits into from
Jun 26, 2023

Conversation

alexweininger
Copy link
Member

Fixes #3711 and a bunch of yet to be discovered templates related issues.

@alexweininger alexweininger requested a review from a team as a code owner June 23, 2023 20:05
return feed.defaultVersionRange;
export async function getLatestVersionRange(_context: IActionContext): Promise<string> {
// const feed: IBundleFeed = await getBundleFeed(context, undefined);
// return feed.defaultVersionRange;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like line 45 is also referencing feed.defaultVersionRange, which I'm guessing is why the tests are still failing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@nturinski
Copy link
Member

nturinski commented Jun 23, 2023

Do you know if the defaultVersionRange is [3.*, 4.0.0), would function v4 runtime be using the 3.x.x templates or the 4.x.x templates?? I tried the reverse (used v3 when the default range is 4.*) and it selected the 3.x.x templates.

@alexweininger alexweininger merged commit ff5b075 into main Jun 26, 2023
@alexweininger alexweininger deleted the alex/amaranth-harrier branch June 26, 2023 18:03
@microsoft microsoft locked and limited conversation to collaborators Aug 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate why TypeScript Azure Cosmos DB trigger is missing from 4.4.0 templates
3 participants