Azure-Samples / azure-samples-python-management

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

Appending Group Quota Samples #155

Open advancewarsbest opened 2 months ago

advancewarsbest commented 2 months ago

The following changes include a folder with a ReadMe, that includes the specific instructions for running Group Quota commands.

And also the following 2 files:

python put_group_quota_limits_requests_compute.py

python put_subscription_quota_allocation_request_compute.py

Note: the approach used in the code does polling, and handles the 'Escalated' state with a print to user and ending the polling.