Azure / Azure-Data-Service-Notebook

Magic functions for using Jupyter Notebook with Azure Data Service
MIT License
6 stars 6 forks source link

The keyword in warning message should be the same with command line #24

Closed jingyanjingyan closed 6 years ago

jingyanjingyan commented 6 years ago

Describe the bug The keyword in warning message should be the same with command line

To Reproduce Steps to reproduce the behavior:

  1. jobs1 = %adl listjobs --page_index 0 --page_job_number 100 Result: Warning "Parameter account name can not be None"
  2. jobs1 = %adl listjobs --account devtooltelemetryadla --page_index -1 --page_job_number 100 Result: Warning "Parameter skip must be greater than 1"
  3. 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 image

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.

gaoyangxiaozhu commented 6 years ago

@ruixinxu @jingyanjingyan has been fixed with the issue #28

jingyanjingyan commented 6 years ago

Repro at 07-25-2018