Skip to content

Conversation

@amoslue
Copy link
Contributor

@amoslue amoslue commented Mar 26, 2025

We are introducing a new submodule to generate certificateUserIDs. The primary goal is to help customers automate the process of creating the necessary values for mapping certificates to user accounts. This function simplifies the creation of values from a given certificate that can be mapped to certificateUserIDs.

Microsoft Entra ID has strict formatting requirements for certificateUserIDs, which can often lead to errors when administrators attempt to do this manually. By following Entra ID's logic, this module ensures that the generated certificateUserIDs are accurate, giving customers greater confidence in validating their correctness.

Example

.\Set-EntraCBACertificateUserId.ps1 -UserId "79fb4430-1569-4d28-9a00-be3fdb9cc261" -certPath "C:\temp\testcert.cer" -CertificateMapping "SKI"

CertificateUserId field of the user will be updated
image

andres-canello and others added 30 commits July 17, 2024 21:53
Private access Documentation Review recommendations
…et-EntraBetaPrivateAccessApplicationSegment.md

Co-authored-by: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com>
Co-authored-by: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com>
…et-EntraBetaPrivateAccessApplicationSegment.md
…ew-EntraBetaPrivateAccessApplicationSegment.md
…emove-EntraBetaPrivateAccessApplicationSegment.md
…et-EntraBetaPrivateAccessApplicationSegment.md
…et-EntraBetaPrivateAccessApplicationSegment.md
…et-EntraBetaPrivateAccessApplicationSegment.md
…ew-EntraBetaPrivateAccessApplicationSegment.md
…ew-EntraBetaPrivateAccessApplicationSegment.md
…emove-EntraBetaPrivateAccessApplicationSegment.md
@learn-build-service-prod
Copy link

Learn Build status updates of commit cdd5033:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded
test/Entra/Users/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit f5b79b1:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded
test/Entra/Users/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit 1df652a:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded
test/Entra/Users/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit ef12102:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded
test/Entra/Users/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit 21149b0:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded
test/Entra/Users/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit 61fbd6c:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit d6f66cf:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 151, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit b9cb378:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md 💡Suggestion View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 152, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md

  • Line 210, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit 0e2b615:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md 💡Suggestion View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 152, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md

  • Line 210, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit 20b34d5:

⚠️ Validation status: warnings

File Status Preview URL Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md ⚠️Warning View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md 💡Suggestion View (entra-powershell-preview) Details
module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md 💡Suggestion View (entra-powershell-preview) Details
.config/CredScanSuppressions.json ✅Succeeded
build/BUILD.md ✅Succeeded
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Enable-EntraBetaGlobalSecureAccessTenant.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaGlobalSecureAccessTenantStatus.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/New-EntraBetaPrivateAccessApplication.md ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Enable-EntraBetaGlobalSecureAccessTenant.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaGlobalSecureAccessTenantStatus.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/Get-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module_legacy/EntraBeta/AdditionalFunctions/New-EntraBetaPrivateAccessApplication.ps1 ✅Succeeded n/a (file deleted or renamed)
module/Entra/config/moduleMapping.json ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.ps1 ✅Succeeded
module/Entra/Microsoft.Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.ps1 ✅Succeeded
src/EntraModuleBuilder.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1 ✅Succeeded
test/Entra/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.Tests.ps1 ✅Succeeded

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Set-EntraUserCBACertificateUserId.md

  • Line 9, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'peichensun' is not a valid GitHub ID.
  • Line 152, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCBAAuthorizationInfo.md

  • Line 210, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

module/docs/entra-powershell-v1.0/CertificateBasedAuthentication/Get-EntraUserCertificateUserIdsFromCertificate.md

  • Line 35, Column 257: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 130, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.
  • Line 158, Column 1: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/entra/identity/authentication/concept-certificate-based-authentication-certificateuserids' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@SteveMutungi254 SteveMutungi254 dismissed KenitoInc’s stale review April 14, 2025 14:44

Comments resolved.

@KenitoInc KenitoInc merged commit 7ec75f4 into microsoftgraph:main Apr 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P0 Highest priority Ready For Review The PR Ready for Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants