feat(cache): support ALZ library refs and overwrite flag in cache create#244
Merged
matt-FFFFFF merged 4 commits intomainfrom Apr 27, 2026
Merged
feat(cache): support ALZ library refs and overwrite flag in cache create#244matt-FFFFFF merged 4 commits intomainfrom
cache create#244matt-FFFFFF merged 4 commits intomainfrom
Conversation
…o cache create Agent-Logs-Url: https://github.com/Azure/alzlib/sessions/edcee89c-eb65-4920-964a-6d9121e6e3c8 Co-authored-by: matt-FFFFFF <16320656+matt-FFFFFF@users.noreply.github.com>
…ference Agent-Logs-Url: https://github.com/Azure/alzlib/sessions/edcee89c-eb65-4920-964a-6d9121e6e3c8 Co-authored-by: matt-FFFFFF <16320656+matt-FFFFFF@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
matt-FFFFFF
April 27, 2026 14:11
View session
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #244 +/- ##
==========================================
+ Coverage 47.76% 47.91% +0.14%
==========================================
Files 54 54
Lines 4865 4913 +48
==========================================
+ Hits 2324 2354 +30
- Misses 2255 2272 +17
- Partials 286 287 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@copilot fix this minor lint error |
…erence Agent-Logs-Url: https://github.com/Azure/alzlib/sessions/2d6ab067-3b9c-4968-a532-e07bb61d5e03 Co-authored-by: matt-FFFFFF <16320656+matt-FFFFFF@users.noreply.github.com>
Contributor
Author
…tection Agent-Logs-Url: https://github.com/Azure/alzlib/sessions/6bceed06-ced3-40bc-8b0b-78635d478262 Co-authored-by: matt-FFFFFF <16320656+matt-FFFFFF@users.noreply.github.com>
matt-FFFFFF
approved these changes
Apr 27, 2026
jtracey93
approved these changes
Apr 27, 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.
--library-overwrite-enabledflag wired toAlzLib.Options.AllowOverwrite--libraryto accept ALZ-library references in the formpath@ref--libraryto be specified multiple timesparseLibraryReferenceinto thealzlibpackage as public constructorsNewAlzLibraryReferenceFromString(inverse ofAlzLibraryReference.String())NewCustomLibraryReferenceFromStringfor symmetryNewLibraryReferencewith auto-detectionalzlib.NewLibraryReferencefrom thecache createcommandmetadata_test.goand cover the new constructors