Describe the bug
When running the sumocli collectors create command it print the JSON response to the stdout. This is because this is tied to the old Azure command which is going to be deprecated.
To Reproduce
Steps to reproduce the behavior:
- run
sumocli collectors create --name "test"
- note there is no output
Expected behavior
The sumocli collectors create command should print a json response to stdout.