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
Quantum: Various bug fixes for Azure Quantum (#9253)
* Fix various bugs in azure cli
* Remove unnecessary string
* Fix tests and obfuscate more headers
* Update release log and version
* Fix linter error
* Fix job submission
* Update release version to suggested version in PR
* Fix missing help
* Add one more release note
storage_account_name_type=CLIArgumentType(options_list=['--storage-account', '-a'], help='Name of the storage account to be used by a quantum workspace.')
37
37
target_id_type=CLIArgumentType(options_list=['--target-id', '-t'], help='Execution engine for quantum computing jobs. When a workspace is configured with a set of providers, they each enable one or more targets. You can configure the default target using `az quantum target set`.', configured_default='target_id')
38
38
job_name_type=CLIArgumentType(help='A friendly name to give to this run of the program.')
39
+
job_name_filter_type=CLIArgumentType(help='Job name to be listed (search by prefix), example "My Job".')
39
40
job_id_type=CLIArgumentType(options_list=['--job-id', '-j'], help='Job unique identifier in GUID format.')
40
41
job_params_type=CLIArgumentType(options_list=['--job-params'], help='Job parameters passed to the target as a list of key=value pairs, json string, or `@{file}` with json content.', action=JobParamsAction, nargs='+')
41
42
target_capability_type=CLIArgumentType(options_list=['--target-capability'], help='Target-capability parameter passed to the compiler.')
0 commit comments