Skip to content

Remove Application-Insights 2.21 #302

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

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

ellahathaway
Copy link
Member

Closes dotnet/source-build#4248

Now that the application-insights patch in Arcade has been removed, we can remove application-insights 2.21 from SBE.

Copy link
Member

@mthalman mthalman left a comment

Choose a reason for hiding this comment

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

I question whether we should rename to a versionless pattern because it's just going to need to be versioned the next time we need to upgrade.

@ellahathaway
Copy link
Member Author

I question whether we should rename to a versionless pattern because it's just going to need to be versioned the next time we need to upgrade.

I'm impartial about this. On one hand, I could argue that we should version all the repos if possible. On the other hand, it is added work to rename the submodule each time we have to upgrade.

@MichaelSimons
Copy link
Member

If we updated this line to use a version property, then arcade would float their AppInsights version and we wouldn't have this problem(needing to support multiple versions) with future upgrades (unless there is an breaking change).

@mthalman
Copy link
Member

mthalman commented Apr 1, 2024

I'm impartial about this. On one hand, I could argue that we should version all the repos if possible. On the other hand, it is added work to rename the submodule each time we have to upgrade.

I don't think it's necessary to version all the repos because most of them do not have scenarios where it's necessary to define multiple versions of the package. This one is special because of Arcade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Application-Insights 2.21.0 from SBE
3 participants