Uploaded 1 files
Traceback (most recent call last):
File "pipelines_master.py", line 145, in <module>
polling_interval=1
File "/home/vsts/.local/lib/python3.6/site-packages/azureml/pipeline/core/schedule.py", line 363, in create
raise ValueError('Datastore must be of type AzureBlobDatastore')
ValueError: Datastore must be of type AzureBlobDatastore
##[error]Script failed with error: Error: /bin/bash failed with return code: 1
default datastore may be Azure Files so it breaks on "Schedule.create" which expects AzureBlobDatastore:
error: