Skip to content

Commit 688c9bf

Browse files
AtharvaCopilot
andcommitted
feat: add -l alias for --configuration-location on hierarchy create
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bc14ab8 commit 688c9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/workload-orchestration/azext_workload_orchestration

src/workload-orchestration/azext_workload_orchestration/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def load_arguments(self, _): # pylint: disable=unused-argument
9191
with self.argument_context('workload-orchestration hierarchy create') as c:
9292
c.argument('resource_group', options_list=['--resource-group', '-g'],
9393
help='Resource group for Configuration resources.', required=True)
94-
c.argument('configuration_location', options_list=['--configuration-location'],
94+
c.argument('configuration_location', options_list=['--configuration-location', '-l'],
9595
help='Azure region for the Configuration resource (e.g., eastus2euap).', required=True)
9696
c.argument('hierarchy_spec', options_list=['--hierarchy-spec'],
9797
help='Hierarchy specification as YAML/JSON file (@file.yaml) or shorthand syntax.',

0 commit comments

Comments
 (0)