Describe the bug
The keyword in warning message should be the same with command line
To Reproduce
Steps to reproduce the behavior:
jobs1 = %adl listjobs --page_index 0 --page_job_number 100
Result: Warning "Parameter account name can not be None"
jobs1 = %adl listjobs --account devtooltelemetryadla --page_index -1 --page_job_number 100
Result: Warning "Parameter skip must be greater than 1"
jobs1 = %adl listjobs --account devtooltelemetryadla --page_index 0 --page_job_number -1
Result: Warning "Parameter top must be greater than 1"
Expected behavior
The keyword should be the same
Command--------------warning message
account ----------------account name
page_index-------------skip
page_job_number------top
Screenshots
Desktop (please complete the following information):
OS: Win10
Browser: chrome
Jupyter Version: Python 3.6.2, Jupyter 4.4.0
Additional context
Add any other context about the problem here.
Describe the bug The keyword in warning message should be the same with command line
To Reproduce Steps to reproduce the behavior:
Expected behavior The keyword should be the same Command--------------warning message account ----------------account name page_index-------------skip page_job_number------top
Screenshots
Desktop (please complete the following information): OS: Win10 Browser: chrome Jupyter Version: Python 3.6.2, Jupyter 4.4.0
Additional context Add any other context about the problem here.