skip to Main Content

unable to import azureml in vscode

I've installed python 3.8, from vscode terminal I created an env and seem to have successfully installed azureml as below: C:Python38python.exe -m venv tempml tempmlscriptsactivate pip install azureml-core I then go into python and type import azureml but I get…

VIEW QUESTION

Variable Group Creation using API in Azure Devops

I am trying to create a variable group in an Azure DevOps project using the REST APIs and Python scripting. The API used is: `POST https://dev.azure.com/{organization}/_apis/distributedtask/variablegroups?api-version=7.0` The payload in use is attached: `vargroup_data = { "name": "MyVariableGroup", "description": "This is…

VIEW QUESTION
Back To Top
Search