2025-04-11 - BryanSoltis - v4.3.2 Updates#148
Merged
Merged
Conversation
- Added NameGenerationAPIKey to allow API access - Updated tool version configuration
- Updated API responses for POST to be created/updated object
2025-04-14 - BryanSoltis - v4.3.2 Updates
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Copilot updates
BryanSoltis
added a commit
to BryanSoltis/AzureNamingTool-DEV
that referenced
this pull request
Dec 8, 2025
2025-04-11 - BryanSoltis - v4.3.2 Updates
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.
FEATURES
BUG FIXES
AI Summary
This pull request introduces the addition of a new API key specifically for name generation functionality. It includes changes to various files to support the management and validation of this new API key.
Key Changes:
API Key Management Enhancements:
NameGenerationAPIKeyproperty to theConfigurationDataandSiteConfigurationmodels (src/Models/ConfigurationData.cs,src/Models/SiteConfiguration.cs) [1] [2].ApiKeyAttributeclass to validate theNameGenerationAPIKeyfor GET and POST requests (src/Attributes/ApiKeyAttribute.cs) [1] [2] [3].Admin Interface Updates:
Admin.razorcomponent to include UI elements for updating and generating theNameGenerationAPIKey(src/Components/Pages/Admin.razor) [1] [2] [3] [4] [5].Service and Controller Adjustments:
AdminControllerfor updating and generating theNameGenerationAPIKey(src/Controllers/AdminController.cs).AdminServiceto handle the newNameGenerationAPIKey(src/Services/AdminService.cs) [1] [2].Miscellaneous Updates:
AzureNamingTool.csprojto their latest versions (src/AzureNamingTool.csproj) [1] [2].NameGenerationAPIKeyduring configuration setup (src/Helpers/ConfigurationHelper.cs).NameGenerationAPIKeyinMainLayout.razorandPasswordModal.razorcomponents (src/Components/Layout/MainLayout.razor,src/Components/Modals/PasswordModal.razor) [1] [2].