Azure-Samples / azure-samples-python-management

This repo contains sample code for management libraries of Azure SDK for Python
MIT License
154 stars 131 forks source link

azure quota sdk doesn't print/return anything #147

Closed ajhous44 closed 4 months ago

ajhous44 commented 4 months ago

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.