feat: promote VariableLibrary from portal-only to full API support#184
Open
itsnotaboutthecell wants to merge 1 commit intomicrosoft:mainfrom
Open
Conversation
Variable Libraries now have a complete suite of REST APIs (Create, Delete, Get, List, Update, Get/Update Definition). This change reclassifies VariableLibrary from portal-only to API-supported by: - Moving VARIABLE_LIBRARY to the API section in ItemType enum - Moving format_mapping and uri_mapping entries to API sections - Adding definition_format_mapping entry for export/import support All existing commands (mv, cp, export, import, set) continue to work. Generic handlers for mkdir, rm, get, and set now also apply correctly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ayeshurun
approved these changes
Mar 8, 2026
ayeshurun
reviewed
Mar 8, 2026
| @@ -0,0 +1,6 @@ | |||
| kind: added | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| kind: added | |
| kind: optimization |
ayeshurun
reviewed
Mar 8, 2026
| body: Promote VariableLibrary from portal-only to full API support, enabling create, get, set, rm, ls, export, import, cp, and mv commands via the Variable Library REST APIs | ||
| time: 2026-03-07T20:52:27.0056271Z | ||
| custom: | ||
| Author: v-alexmoraru |
Collaborator
There was a problem hiding this comment.
Suggested change
| Author: v-alexmoraru | |
| Author: itsnotaboutthecell |
ayeshurun
reviewed
Mar 8, 2026
| time: 2026-03-07T20:52:27.0056271Z | ||
| custom: | ||
| Author: v-alexmoraru | ||
| AuthorLink: https://github.com/v-alexmoraru |
Collaborator
There was a problem hiding this comment.
Suggested change
| AuthorLink: https://github.com/v-alexmoraru | |
| AuthorLink: https://github.com/itsnotaboutthecell |
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.
Variable Libraries now have a complete suite of REST APIs (Create, Delete, Get, List, Update, Get/Update Definition). This change reclassifies VariableLibrary from portal-only to API-supported by:
All existing commands (mv, cp, export, import, set) continue to work. Generic handlers for mkdir, rm, get, and set now also apply correctly.
📥 Pull Request
✨ Description of new changes