Skip to content

Conversation

joevanwanzeeleKF
Copy link
Contributor

@joevanwanzeeleKF joevanwanzeeleKF commented Oct 3, 2025

  • Added additional logging
  • Updated IOrchestratorJobExtensions to latest

@spbsoluble spbsoluble requested a review from Copilot October 15, 2025 15:45
Copy link

@Copilot 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 adds debugging capabilities by introducing additional logging statements and updating a dependency to the latest version.

  • Added trace-level logging for troubleshooting entry parameters in the Management job
  • Updated IOrchestratorJobExtensions package from version 0.7.0 to 1.0.0
  • Reorganized README documentation structure with improved formatting and additional PAM integration details

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Restructured documentation with improved formatting, moved AKV description, added PAM integration section, and fixed spelling errors
AzureKeyVault/Jobs/Management.cs Added trace logging for job properties and refactored entry parameter parsing with improved error handling
AzureKeyVault/AzureKeyVault.csproj Updated IOrchestratorJobExtensions dependency to version 1.0.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

using Keyfactor.Orchestrators.Extensions.Interfaces;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.Security.AccessControl;
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

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

The System.Security.AccessControl import is unused in this file. Consider removing it to keep imports clean.

Suggested change
using System.Security.AccessControl;

Copilot uses AI. Check for mistakes.

The Azure Key Vault Universal Orchestrator extension If you have a support issue, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com.
> To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com.
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

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

Missing article 'a' before 'feature request'.

Suggested change
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com.
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have a feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com.

Copilot uses AI. Check for mistakes.

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.

1 participant