Conversation
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update key attestation project to manage Credential Guard DLLs
Add Credential Guard attestation native DLL handling with centralized versioning
Jan 26, 2026
bgavrilMS
reviewed
Jan 27, 2026
...ent/Microsoft.Identity.Client.KeyAttestation/Microsoft.Identity.Client.KeyAttestation.csproj
Outdated
Show resolved
Hide resolved
gladjohn
approved these changes
Feb 5, 2026
Contributor
|
@MZOLN @bgavrilMS can I please get a review on this one? |
bgavrilMS
approved these changes
Feb 12, 2026
...ent/Microsoft.Identity.Client.KeyAttestation/Microsoft.Identity.Client.KeyAttestation.csproj
Outdated
Show resolved
Hide resolved
...ent/Microsoft.Identity.Client.KeyAttestation/Microsoft.Identity.Client.KeyAttestation.csproj
Outdated
Show resolved
Hide resolved
bgavrilMS
approved these changes
Feb 12, 2026
MZOLN
reviewed
Feb 12, 2026
Added a target to verify the presence of AttestationClientLib.dll in the output directory during the build process.
RyAuld
approved these changes
Feb 24, 2026
This was referenced Mar 9, 2026
chore(deps): Bump Azure.Identity and Microsoft.Identity.Client
LaurentAerens/rsd-clamav-api-azure#53
Merged
Closed
This was referenced Mar 16, 2026
This was referenced Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for the
Microsoft.Azure.Security.KeyGuardAttestationpackage and improves the build pipeline to handle and verify the presence of new managed identity application DLLs. The changes ensure that the new dependency is included in both the project and the build process, and that automated checks are in place to confirm required files are present after builds.Dependency management:
Microsoft.Azure.Security.KeyGuardAttestationversion1.1.5to the solution's package management inDirectory.Packages.props.PackageReferenceforMicrosoft.Azure.Security.KeyGuardAttestationto theMicrosoft.Identity.Client.KeyAttestationproject file.Build pipeline enhancements:
template-build-and-prep-automation.yaml) to copy Managed Identity DevApp DLLs fromManagedIdentityAppVMto the build directory.AttestationClientLib.dllin the managed identity app's runtime output, and report errors if missing.