-
Notifications
You must be signed in to change notification settings - Fork 0
Ab#71788 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ab#71788 #24
Conversation
There was a problem hiding this 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 updates the Azure Application Gateway Orchestrator extension to support multi-target .NET builds, streamline documentation, and bump version metadata.
- Switches project to dual-target .NET6/.NET8 and disables implicit usings
- Cleans up outdated docs and adds new usage sections in
docsource
- Updates manifest schema URL, adds
release_project
, and refreshes the CHANGELOG
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
integration-manifest.json | Updated schema URL, added release_project , removed obsolete fields |
docsource/content.md | Added Discovery Job requirements section |
docsource/azureappgw.md | Adjusted heading levels and added AKV certificate details |
docsource/appgwbin.md | Adjusted heading levels and added AKV certificate details |
docs/azureappgw.md and docs/appgwbin.md | Removed outdated, duplicate docs |
CHANGELOG.md | Reordered and expanded version entries |
AzureAppGatewayOrchestrator/AzureAppGatewayOrchestrator.csproj | Enabled multi-target build, removed explicit namespace settings |
.github/workflows/keyfactor-starter-workflow.yml | Updated Actions starter version |
Comments suppressed due to low confidence (2)
AzureAppGatewayOrchestrator/AzureAppGatewayOrchestrator.csproj:3
- Removing the explicit and may alter the default namespace and output assembly name, potentially breaking consumers that rely on the previous names. Consider restoring or confirming these values.
<PropertyGroup>
integration-manifest.json:8
- [nitpick] The manifest uses backslashes in "release_dir" but forward slashes in "release_project". Consider unifying path separators for consistency across environments.
"release_dir": "AzureAppGatewayOrchestrator\\bin\\Release",
No description provided.