Hey,
I am trying to Add a VM Role using the REST API. I created a hosted service and created a deployment through create deployment. But when I try to add a VM Role, I get this error messsage:
<Code>BadRequest</Code><Message>This operation cannot be performed on a deployment containing web or worker roles.</Message></Error>
What should I pass in as deployment name? Can someone help me in creating a deployment without web/worker roles?
Thanks