When a request is made, it completes without printing the response, thus we are having to check if it was successful by running a new query to check the current quota limit to see if it has increased. This sample provided is very bare, and non-functional. Increased documentation / examples on the quota lib would be very helpful.
Using example from:
https://github.com/Azure-Samples/azure-samples-python-management/blob/main/samples/quota/mamge_create_or_update.py
When a request is made, it completes without printing the response, thus we are having to check if it was successful by running a new query to check the current quota limit to see if it has increased. This sample provided is very bare, and non-functional. Increased documentation / examples on the quota lib would be very helpful.