File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
src/workload-orchestration Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 3.0.0
7+ ++++++
8+ * Added Context Management capabilities with new commands:
9+ * ``az workload-orchestration context use `` - Set current context by name and resource group
10+ * ``az workload-orchestration context set `` - Set current context using ARM resource ID
11+ * ``az workload-orchestration context current `` - Display current context information
12+ * Added Solution Management commands:
13+ * ``az workload-orchestration target solution-instance-list `` - List all solution instances on a target
14+ * ``az workload-orchestration target solution-revision-list `` - List all revisions of solutions on a target
15+ * Enhanced Target creation with automatic context fallback to CLI configuration
16+ * Added persistent context storage in CLI configuration
17+ * Improved error handling with better messages for context-related operations
18+ * Added automatic fallback to default context when context-id is not provided
19+ * Enhanced context ID validation for better user experience
20+ * Added --version parameter to ``az workload-orchestration configuration config show ``
21+
6222.0.0
723++++++
824* Added required context-id parameter to target create command
Original file line number Diff line number Diff line change 1010
1111
1212# HISTORY.rst entry.
13- VERSION = '2 .0.0'
13+ VERSION = '3 .0.0'
1414
1515# The full list of classifiers is available at
1616# https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments