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
@cli_util.option('--network-configuration', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using
710
+
the file://path/to/file syntax.
711
+
712
+
The --generate-param-json-input option can be used to generate an example of the JSON which must be provided. We recommend storing this example
713
+
in a file, modifying it as needed and then passing it back in via the file:// syntax.
714
+
[required]""")
715
+
@cli_util.option('--dns-configuration', type=custom_types.CLI_COMPLEX_TYPE, help=u"""This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using
716
+
the file://path/to/file syntax.
717
+
718
+
The --generate-param-json-input option can be used to generate an example of the JSON which must be provided. We recommend storing this example
719
+
in a file, modifying it as needed and then passing it back in via the file:// syntax.""")
720
+
@cli_util.option('--is-failure-retried', type=click.BOOL, help=u"""If isFailureRetried is enabled, then a failed call will be retried.""")
@cli_util.option('--network-configuration', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using
744
+
the file://path/to/file syntax.
745
+
746
+
The --generate-param-json-input option can be used to generate an example of the JSON which must be provided. We recommend storing this example
747
+
in a file, modifying it as needed and then passing it back in via the file:// syntax.
748
+
[required]""")
749
+
@cli_util.option('--dns-configuration', type=custom_types.CLI_COMPLEX_TYPE, help=u"""This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using
750
+
the file://path/to/file syntax.
751
+
752
+
The --generate-param-json-input option can be used to generate an example of the JSON which must be provided. We recommend storing this example
753
+
in a file, modifying it as needed and then passing it back in via the file:// syntax.""")
754
+
@cli_util.option('--is-failure-retried', type=click.BOOL, help=u"""If isFailureRetried is enabled, then a failed call will be retried.""")
0 commit comments