Skip to content

Remove Dead Microsoft.Azure.Management.Attestation reference#29502

Merged
YanaXu merged 1 commit into
mainfrom
isra-fel-patch-4
May 6, 2026
Merged

Remove Dead Microsoft.Azure.Management.Attestation reference#29502
YanaXu merged 1 commit into
mainfrom
isra-fel-patch-4

Conversation

@isra-fel
Copy link
Copy Markdown
Member

@isra-fel isra-fel commented May 5, 2026

Description

This reference is not meaningful and would produce a warning during build

Attestation netstandard2.0 succeeded with 1 warning(s) (1.6s) → artifacts/Debug/Az.Attestation/Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll
    /usr/local/share/dotnet/sdk/10.0.100/Microsoft.Common.CurrentVersion.targets(2437,5): warning [MSB3245](https://go.microsoft.com/fwlink/?LinkId=MSBuild.ResolveAssemblyReference.FailedToResolveReference): Could not resolve this reference. Could not locate the assembly "Microsoft.Azure.Management.Attestation". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

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 May 5, 2026 05:28
@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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 cleans up the Az.Attestation module project file by removing a dead/unused assembly reference (Microsoft.Azure.Management.Attestation) that fails to resolve and generates MSBuild warning MSB3245 during builds.

Changes:

  • Removed the <Reference Include="Microsoft.Azure.Management.Attestation" /> entry from the Attestation.csproj to eliminate an unresolved reference warning.

@YanaXu YanaXu merged commit 75e2f10 into main May 6, 2026
16 checks passed
@YanaXu YanaXu deleted the isra-fel-patch-4 branch May 6, 2026 06:45
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