Skip to content

Commit

Permalink
Update python/az/aro/azext_aro/_params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Fahlman <[email protected]>
  • Loading branch information
yithian and fahlmant authored Jan 17, 2025
1 parent b7dc23e commit a970425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/az/aro/azext_aro/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def load_arguments(self, _):
options_list=['--enable-managed-identity', '--enable-mi'],
validator=validate_enable_managed_identity)
c.argument('platform_workload_identities', arg_group='Identity', is_preview=True,
help='Assign a platform workload identity used within the cluster. Requires two values: the use inside the cluster and the user assigned identity.',
help='Assign a platform workload identity used within the cluster. Requires two values: the user inside the cluster and the user assigned identity.',
options_list=['--assign-platform-workload-identity', '--assign-platform-wi'],
validator=validate_platform_workload_identities(isCreate=True),
action=AROPlatformWorkloadIdentityAddAction, nargs='+')
Expand Down

0 comments on commit a970425

Please sign in to comment.