Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
139d152
feat: enhanced target create with onboarding simplification flags
Apr 14, 2026
5d9fb5a
refactor: extract onboarding handlers into focused modules
Apr 14, 2026
5374406
fix: resolve context_id before init-hierarchy and fix sub_id lookup
Apr 14, 2026
cc808d4
refactor: remove standalone 'target prepare' command
Apr 14, 2026
be0e419
refactor: remove standalone 'hierarchy create' command
Apr 14, 2026
9b5c319
fix: address PR review comments from Copilot
Apr 14, 2026
bc354b4
refactor: align with team feedback - separate target init, remove ini…
Apr 14, 2026
a927395
feat: add target deploy command (review → publish → install)
Apr 14, 2026
3bb524c
feat: enhance target deploy with friendly name, resume-from, config-set
Apr 14, 2026
d88dc65
fix: extract solutionVersionId from properties.id in LRO response
Apr 14, 2026
3ca0b77
fix: add --solution flag to config-set and improve logging
Apr 14, 2026
066689c
refactor: remove skip flags, fix linter errors, add short aliases
Apr 14, 2026
e5e330c
cleanup: remove duplicate output from target init
Apr 14, 2026
84a10dc
cleanup: remove preview tags from target and support command groups
Apr 14, 2026
d81f4bc
fix: step counter display in target deploy
Apr 14, 2026
230ea5c
fix: return install LRO result matching native target install format
Apr 14, 2026
fa2bc60
cleanup: remove diagnostic summary from target init success output
Apr 15, 2026
51e988e
feat: context create accepts --site-id to auto-create site reference
Apr 15, 2026
45ad448
refactor: remove --resume-from and --solution-version-id from target …
Apr 15, 2026
bca3b13
feat: merge deploy into target install, remove standalone deploy command
Apr 15, 2026
c5e06bb
refactor: remove config-template args, auto-derive from solution temp…
Apr 15, 2026
ba7bd26
refactor: rename 'target init' to 'cluster init'
Apr 15, 2026
d98e2aa
refactor: remove default target-specification auto-injection
Apr 15, 2026
7250fe9
refactor: remove --solution-template-rg per Shubham's feedback
Apr 15, 2026
24992eb
cleanup: remove short aliases, use full option names only
Apr 15, 2026
7927663
fix: remove leftover solution_template_rg reference in config path
Apr 15, 2026
e600c9a
refactor: remove skip, kube, and reinstall options from cluster init
Apr 16, 2026
4642f2d
feat: add hierarchy create command (ResourceGroup + ServiceGroup)
Apr 16, 2026
e735464
feat: hierarchy create with SG support, RBAC propagation, RG-scoped c…
Apr 16, 2026
5014bb0
refactor: remove --solution-instance-name and --solution-dependencies…
Apr 20, 2026
5f91bc6
fix: resolve all pylint/flake8 lint errors
Apr 20, 2026
3bec477
chore: bump version to 5.2.0, update HISTORY.rst
Apr 20, 2026
288136b
fix: linter errors - add group help, fix example, add short aliases
Apr 20, 2026
bc14ab8
fix: handle @file.yaml in hierarchy-spec parser (P1 bug)
Apr 20, 2026
688c9bf
feat: add -l alias for --configuration-location on hierarchy create
Apr 21, 2026
40242c8
fix: move all progress output to stderr for clean -o json/table/tsv
Apr 21, 2026
705d480
feat: tree-style hierarchy output, remove RBAC waiting message
Apr 21, 2026
09c270e
cleanup: remove folder emoji from hierarchy output
Apr 21, 2026
4be5606
fix: tree output, add --solution-template-rg, clean deploy output
Apr 21, 2026
f534322
fix: target create service-group messages to stderr
Apr 21, 2026
3352fea
style: use tree characters (├── └──) and ✓ for all command output
Apr 21, 2026
ed0afe4
clean: remove all recommendation/mitigation text from errors
Apr 21, 2026
e6e2407
fix: reduce RBAC wait to 3 retries (30s max)
Apr 21, 2026
76ca49f
fix: add Install ✓ tick after AAZ LRO completes
Apr 22, 2026
a92175b
fix: increase RBAC retry to 6 (60s max)
Apr 22, 2026
cba547c
fix: increase RBAC wait to 120s, fail instead of continue
Apr 22, 2026
d379e38
fix: add stderr progress for context create --site-id
Apr 22, 2026
b452323
fix: cross-RG config-set uses --solution-template-rg correctly
Apr 22, 2026
2219331
feat: add client-side name validation in hierarchy create
Apr 22, 2026
de55d7d
fix: all pylint and flake8 linter errors
Apr 23, 2026
ba47c31
Added sync commands
guptahars Apr 23, 2026
93962b4
Merge pull request #5 from guptahars/main
atharvau Apr 24, 2026
f51abf6
Delete _sync.py
atharvau Apr 24, 2026
9260c54
Simplify cluster init to AIO-only cert-manager path
Apr 24, 2026
d9efcf9
Add linter exclusion for sync --local-connected-registry-ip
Apr 24, 2026
a920bc4
Fix C0301 line-too-long in _params.py for --cert-manager-version help
Apr 24, 2026
d125500
Replace --cert-manager-version with --extension-dependency-version
Apr 24, 2026
d1820c5
Migrate --extension-dependency-version and --hierarchy-spec to native…
Apr 24, 2026
ff272bd
Enforce hierarchy-spec 'children' must be a list + add E2E test harness
Apr 24, 2026
e9e5ba9
Migrate cluster init + hierarchy create to AAZ for native shorthand p…
Apr 24, 2026
275748c
Fix disallowed_html_tag linter: replace <cluster-name> with {cluster-…
Apr 24, 2026
2386481
workload-orchestration: add --custom-location-* overrides + drop @fil…
Apr 24, 2026
6a132ca
workload-orchestration: strip trailing blank lines (pylint C0305 / fl…
Apr 24, 2026
8871921
Remove E2E test ps1 and test_onboarding pytest files
Apr 26, 2026
1dbb4df
workload-orchestration: drop --solution-template-version-id from targ…
Apr 26, 2026
1d2f333
feat(context): add-capability, remove-capability, list-capability, sh…
Apr 28, 2026
37e036b
fix: resolve pylint W0613 unused-argument for state param
Apr 28, 2026
966c83b
fix: remove trailing newline (C0305/W391)
Apr 28, 2026
849e3e4
fix(wo): logging cleanup — single-line site-ref log, hierarchy text, …
Apr 28, 2026
3e6cc04
fix(wo): azdev-style — drop reimport, unused import, suppress unused-…
Apr 28, 2026
aa1820f
fix(wo): cluster init — drop redundant cluster name echo line
Apr 28, 2026
0a67e62
fix(wo): cluster init — stop printing the same error 3 times
Apr 28, 2026
cde4f97
fix(wo): never leak raw az subcommand line in error output
Apr 28, 2026
1a05afb
fix(wo): site-reference name must fit ^[a-zA-Z0-9-]{3,24}$ - cap site…
Apr 28, 2026
945b5eb
fix(wo): hierarchy create reuse log - capitalize Site, drop RG/SG one…
Apr 28, 2026
63356c9
feat(wo): hierarchy create - find-or-create Configuration and Configu…
Apr 28, 2026
3384abb
fix(wo): drop resource count from 'Hierarchy created' success line
Apr 28, 2026
eafcff6
feat(wo): hierarchy create - if existing Site has a ConfigRef, leave …
Apr 28, 2026
8c54ed0
fix(wo): hierarchy create SG path - parse JSON from regional ARM GET
Apr 29, 2026
eeb45b2
context create: drop manual run hint on site-ref failure
Apr 29, 2026
4359ddf
target create: simplify service-group link log messages
Apr 29, 2026
bda5d2a
target install: remove step progress output, keep only JSON
Apr 29, 2026
0d90f44
refactor: rename onboarding/ to common/, consolidate by resource type
Apr 29, 2026
48b60d4
chore(common): remove dead code, deduplicate helpers, trim unused con…
Apr 29, 2026
7ee26fc
fix(target): handle HTTPError from send_raw_request in config-set
Apr 29, 2026
33bf253
chore(hierarchy): remove '✅ Hierarchy created' log message
Apr 29, 2026
3757e6e
fix: add --solution-template-resource-group alias and license header
Apr 30, 2026
ae7bf2d
style: fix E303 too many blank lines in hierarchy.py
Apr 30, 2026
5264f9e
feat: make --target-specification required on target create
Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/workload-orchestration/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Release History
===============
5.2.0
++++++
* **CLI Onboarding Simplification** — reduces onboarding from 11 commands to 4:
* Added ``az workload-orchestration cluster init`` command:
* Prepares Arc-connected clusters for WO (cert-manager, trust-manager, extension, custom location)
* Idempotent — safely skips components already installed
* Supports ``--release-train``, ``--extension-version``, ``--custom-location-name``
* Added ``az workload-orchestration hierarchy create`` command:
* Creates full hierarchy stack (Site + Configuration + ConfigurationReference) in one command
* Supports ResourceGroup (shorthand or YAML) and ServiceGroup (up to 3 levels, recursive)
* Handles RBAC propagation waits for ServiceGroup hierarchies
* Enhanced ``az workload-orchestration context create``:
* Added ``--site-id`` argument to auto-create site-reference after context creation
* Enhanced ``az workload-orchestration target create``:
* Added ``--service-group`` argument to auto-link target to a Service Group after creation
* Enhanced ``az workload-orchestration target install``:
* Added ``--solution-template-name``, ``--solution-template-version`` (alias ``-v``), and ``--solution-template-rg`` for full deploy chain (review → publish → install)
* Added ``--configuration`` to set config values before review (auto-derives config template args)
* Existing ``--solution-version-id`` direct install flow unchanged

5.1.1
++++++
* Resolved solution template name to uniqueIdentifier for ``az workload-orchestration target solution-revision-list`` and ``az workload-orchestration target solution-instance-list``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
# flake8: noqa

from .__cmd_group import *
from ._sync import *
from . import cluster
from . import hierarchy
Loading
Loading