microsoft / rest-api-fuzz-testing

REST API Fuzz Testing (RAFT): Source code for self-hosted service developed for Azure, including the API, orchestration engine, and default set of security tools (including MSR's RESTler), that enables developers to embed security tooling into their CI/CD workflows
MIT License
262 stars 41 forks source link

Deployment fails with "list index out of range" error #228

Open heikkipontinen opened 3 years ago

heikkipontinen commented 3 years ago

I followed the deployment instructions from the docs, but the deployment fails with the following without any additional info:

py raft.py service deploy
list index out of range

Defaults.json has just basic/default values and the same error happens both on Mac and Ubuntu and with all major versions of CLI.

mgreisen commented 3 years ago

@heikkipontinen Can you tell us the version you are running of the cli, python, and az? You can use the commands py raft cli version py --version az --version

Also can you share the contents of the defaults.json file? (mask out some of the digits of the subscription with the letter x)