You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.argument('expand', options_list=['--expand'], help="The expand expression to apply to the operation. Allowed values are 'instanceView'.")
918
-
c.argument('filter', options_list=['--filter'],
918
+
c.argument('filter', options_list=['--filter'],
919
919
help="The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.")
920
920
c.argument('select', options_list=['--select'], help="The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.")
921
921
c.argument('resiliency_view', options_list=["--resiliency-view"], help="Show resiliency status of each instance.")
0 commit comments