Skip to content

removed pined application insights casing conflicting import#29779

Merged
thomas-temby merged 1 commit into
mainfrom
thomas-temby/fix-dependency-conflict
Jun 30, 2026
Merged

removed pined application insights casing conflicting import#29779
thomas-temby merged 1 commit into
mainfrom
thomas-temby/fix-dependency-conflict

Conversation

@thomas-temby

Copy link
Copy Markdown
Contributor

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings June 30, 2026 00:11
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a module-specific pin of Microsoft.ApplicationInsights in the Batch module so it consistently uses the repository’s common dependency version, preventing assembly load conflicts during module import.

Changes:

  • Removed the Microsoft.ApplicationInsights version override from src/Batch/Batch/Batch.csproj so the module uses the centrally defined version.
  • Added a Batch module changelog entry documenting the module load conflict fix.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/Batch/Batch/ChangeLog.md Documents the fix in the module’s upcoming release notes.
src/Batch/Batch/Batch.csproj Removes the per-module Microsoft.ApplicationInsights version pin to align with common dependencies.

- Additional information about change #1
-->
## Upcoming Release
* Fixed module load conflict by aligning `Microsoft.ApplicationInsights` to the common 2.18.0 dependency version, resolving "Assembly with same name is already loaded" error.
@thomas-temby thomas-temby merged commit 0dbaaa9 into main Jun 30, 2026
13 checks passed
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.

3 participants