Joel Lim
Joel Lim
Consider using an array for easier reading
pull request #2
you're welcome! it has been some time since i wrote this, I am not currently working on it, feel free to submit a pull request!
@shahsani you are more than welcomed to contribute, unfortunately I am currently not working on any Laravel project so I will not be devoting time to this
I am facing this too. I see the code from az-cli, status = 6 from response `deployment_status_url = scm_url + '/api/deployments/latest'` https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/appservice/custom.py#L6526 ``` if status == 6: raise CLIError("Deployment was...