Skip to content

feat: promote VariableLibrary from portal-only to full API support#184

Merged
ayeshurun merged 4 commits intomicrosoft:mainfrom
itsnotaboutthecell:feature/variable-library-api-support
Mar 22, 2026
Merged

feat: promote VariableLibrary from portal-only to full API support#184
ayeshurun merged 4 commits intomicrosoft:mainfrom
itsnotaboutthecell:feature/variable-library-api-support

Conversation

@itsnotaboutthecell
Copy link
Copy Markdown
Contributor

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.

📥 Pull Request

✨ Description of new changes

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>
@itsnotaboutthecell itsnotaboutthecell requested a review from a team as a code owner March 7, 2026 21:01
ayeshurun
ayeshurun previously approved these changes Mar 8, 2026
@ayeshurun ayeshurun merged commit a77a93f into microsoft:main Mar 22, 2026
10 checks passed
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.

3 participants