Home > database >  azure cli not recognizing the following command az ml data create -f <file-name>.yml
azure cli not recognizing the following command az ml data create -f <file-name>.yml

Time:08-02

got a folder called data-asset which contains a yaml file with the following

type: uri_folder
name: <name_of_data>
description: <description goes here>
path: <path>

In a pipeline am referencing this using azure cli inline script using the following command az ml data create -f .yml but getting error

full error-D:\a\1\s\ETL\data-asset>az ml data create -f data-asset.yml ERROR: 'ml' is misspelled or not recognized by the system.

Examples from AI knowledge base: az extension add --name anextension Add extension by name

trying to implement this enter image description here

For more information please refer this similar enter image description here

  • Related