Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
475 stars 224 forks source link

Python SDK v2 option is not working #106

Open yelizkilinc opened 1 year ago

yelizkilinc commented 1 year ago

Describe the bug or the issue that you are facing

I selected Python SDK v2 at 3.8.1 step but it did not generate folders/files properly under the "mlopsv2demo" repo. It only created an infrastructure folder and config-infra-dev.yml and prod.yml files.

Steps/Code to Reproduce

I followed the deployment guide and the only difference is that I selected python SDK v2 instead of CLI v2.

Expected Output

No error but folders/files are not created as shown in the deployment guide.

Versions

yes, I used the main branch of the repo. I did not continue because the folders/files were not created. I tried CLIv2 and it worked fine for this part.

Which platform are you using for deploying your infrastrucutre?

Azure DevOps (ADO)

If you mentioned Others, please mention which platformm are you using?

No response

What are you using for deploying your infrastrucutre?

Bicep

Are you using Azure ML CLI v2 or Azure ML Python SDK v2

Azure ML Python SDK v2

Describe the example that you are trying to run?

I just followed the deployment guide and did not get any error but as I mentioned files were not created such as data-science , mlops folders.