@azure/arm-quota 1.1.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +20 -20
- package/dist/browser/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/browser/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/browser/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLimits/index.js +4 -0
- package/dist/browser/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/browser/api/groupQuotaLimits/operations.js +38 -0
- package/dist/browser/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaLimits/options.js +4 -0
- package/dist/browser/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaUsages/index.js +4 -0
- package/dist/browser/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/browser/api/groupQuotaUsages/operations.js +38 -0
- package/dist/browser/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaUsages/options.js +4 -0
- package/dist/browser/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/browser/api/groupQuotas/index.d.ts +3 -0
- package/dist/browser/api/groupQuotas/index.js +4 -0
- package/dist/browser/api/groupQuotas/index.js.map +1 -0
- package/dist/browser/api/groupQuotas/operations.d.ts +35 -0
- package/dist/browser/api/groupQuotas/operations.js +178 -0
- package/dist/browser/api/groupQuotas/operations.js.map +1 -0
- package/dist/browser/api/groupQuotas/options.d.ts +28 -0
- package/dist/browser/api/groupQuotas/options.js +4 -0
- package/dist/browser/api/groupQuotas/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/quota/index.d.ts +3 -0
- package/dist/browser/api/quota/index.js +4 -0
- package/dist/browser/api/quota/index.js.map +1 -0
- package/dist/browser/api/quota/operations.d.ts +31 -0
- package/dist/browser/api/quota/operations.js +146 -0
- package/dist/browser/api/quota/operations.js.map +1 -0
- package/dist/browser/api/quota/options.d.ts +18 -0
- package/dist/browser/api/quota/options.js +4 -0
- package/dist/browser/api/quota/options.js.map +1 -0
- package/dist/browser/api/quotaOperation/index.d.ts +3 -0
- package/dist/browser/api/quotaOperation/index.js +4 -0
- package/dist/browser/api/quotaOperation/index.js.map +1 -0
- package/dist/browser/api/quotaOperation/operations.d.ts +10 -0
- package/dist/browser/api/quotaOperation/operations.js +34 -0
- package/dist/browser/api/quotaOperation/operations.js.map +1 -0
- package/dist/browser/api/quotaOperation/options.d.ts +5 -0
- package/dist/browser/api/quotaOperation/options.js +4 -0
- package/dist/browser/api/quotaOperation/options.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/browser/api/quotaRequestStatus/index.js +4 -0
- package/dist/browser/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/browser/api/quotaRequestStatus/operations.js +68 -0
- package/dist/browser/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/browser/api/quotaRequestStatus/options.js +4 -0
- package/dist/browser/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +14 -0
- package/dist/browser/api/usages/operations.js +65 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +8 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/browser/azureQuotaExtensionAPI.js +70 -114
- package/dist/browser/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/browser/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/browser/classic/groupQuotaLimits/index.js +14 -0
- package/dist/browser/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/browser/classic/groupQuotaUsages/index.js +14 -0
- package/dist/browser/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/browser/classic/groupQuotas/index.d.ts +28 -0
- package/dist/browser/classic/groupQuotas/index.js +18 -0
- package/dist/browser/classic/groupQuotas/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +14 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/quota/index.d.ts +26 -0
- package/dist/browser/classic/quota/index.js +17 -0
- package/dist/browser/classic/quota/index.js.map +1 -0
- package/dist/browser/classic/quotaOperation/index.d.ts +11 -0
- package/dist/browser/classic/quotaOperation/index.js +14 -0
- package/dist/browser/classic/quotaOperation/index.js.map +1 -0
- package/dist/browser/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/browser/classic/quotaRequestStatus/index.js +15 -0
- package/dist/browser/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +13 -0
- package/dist/browser/classic/usages/index.js +15 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/index.d.ts +21 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1543
- package/dist/browser/models/index.js +3 -73
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +821 -0
- package/dist/browser/models/models.js +934 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +140 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +185 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.js +46 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLimits/index.js +8 -0
- package/dist/commonjs/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.js +43 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaLimits/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.js +10 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js +124 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.js +10 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.js +150 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js +8 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js +48 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js +10 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js +135 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js +9 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js +83 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.js +12 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.js +193 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaUsages/index.js +8 -0
- package/dist/commonjs/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.js +43 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaUsages/options.js +5 -0
- package/dist/commonjs/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotas/index.js +12 -0
- package/dist/commonjs/api/groupQuotas/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/operations.d.ts +35 -0
- package/dist/commonjs/api/groupQuotas/operations.js +195 -0
- package/dist/commonjs/api/groupQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/options.d.ts +28 -0
- package/dist/commonjs/api/groupQuotas/options.js +5 -0
- package/dist/commonjs/api/groupQuotas/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/quota/index.d.ts +3 -0
- package/dist/commonjs/api/quota/index.js +11 -0
- package/dist/commonjs/api/quota/index.js.map +1 -0
- package/dist/commonjs/api/quota/operations.d.ts +31 -0
- package/dist/commonjs/api/quota/operations.js +160 -0
- package/dist/commonjs/api/quota/operations.js.map +1 -0
- package/dist/commonjs/api/quota/options.d.ts +18 -0
- package/dist/commonjs/api/quota/options.js +5 -0
- package/dist/commonjs/api/quota/options.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/index.d.ts +3 -0
- package/dist/commonjs/api/quotaOperation/index.js +8 -0
- package/dist/commonjs/api/quotaOperation/index.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/operations.d.ts +10 -0
- package/dist/commonjs/api/quotaOperation/operations.js +39 -0
- package/dist/commonjs/api/quotaOperation/operations.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/options.d.ts +5 -0
- package/dist/commonjs/api/quotaOperation/options.js +5 -0
- package/dist/commonjs/api/quotaOperation/options.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/commonjs/api/quotaRequestStatus/index.js +9 -0
- package/dist/commonjs/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.js +76 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/commonjs/api/quotaRequestStatus/options.js +5 -0
- package/dist/commonjs/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +9 -0
- package/dist/commonjs/api/usages/index.js.map +1 -0
- package/dist/commonjs/api/usages/operations.d.ts +14 -0
- package/dist/commonjs/api/usages/operations.js +73 -0
- package/dist/commonjs/api/usages/operations.js.map +1 -0
- package/dist/commonjs/api/usages/options.d.ts +8 -0
- package/dist/commonjs/api/usages/options.js +5 -0
- package/dist/commonjs/api/usages/options.js.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/commonjs/azureQuotaExtensionAPI.js +70 -115
- package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/commonjs/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/commonjs/classic/groupQuotaLimits/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js +18 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.js +21 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotas/index.d.ts +28 -0
- package/dist/commonjs/classic/groupQuotas/index.js +21 -0
- package/dist/commonjs/classic/groupQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +14 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/quota/index.d.ts +26 -0
- package/dist/commonjs/classic/quota/index.js +20 -0
- package/dist/commonjs/classic/quota/index.js.map +1 -0
- package/dist/commonjs/classic/quotaOperation/index.d.ts +11 -0
- package/dist/commonjs/classic/quotaOperation/index.js +17 -0
- package/dist/commonjs/classic/quotaOperation/index.js.map +1 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.js +18 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/commonjs/classic/usages/index.d.ts +13 -0
- package/dist/commonjs/classic/usages/index.js +18 -0
- package/dist/commonjs/classic/usages/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +21 -3
- package/dist/commonjs/index.js +17 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1543
- package/dist/commonjs/models/index.js +13 -74
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +821 -0
- package/dist/commonjs/models/models.js +1055 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +143 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/esm/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/esm/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLimits/index.js +4 -0
- package/dist/esm/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/esm/api/groupQuotaLimits/operations.js +38 -0
- package/dist/esm/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaLimits/options.js +4 -0
- package/dist/esm/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaUsages/index.js +4 -0
- package/dist/esm/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/esm/api/groupQuotaUsages/operations.js +38 -0
- package/dist/esm/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaUsages/options.js +4 -0
- package/dist/esm/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/esm/api/groupQuotas/index.d.ts +3 -0
- package/dist/esm/api/groupQuotas/index.js +4 -0
- package/dist/esm/api/groupQuotas/index.js.map +1 -0
- package/dist/esm/api/groupQuotas/operations.d.ts +35 -0
- package/dist/esm/api/groupQuotas/operations.js +178 -0
- package/dist/esm/api/groupQuotas/operations.js.map +1 -0
- package/dist/esm/api/groupQuotas/options.d.ts +28 -0
- package/dist/esm/api/groupQuotas/options.js +4 -0
- package/dist/esm/api/groupQuotas/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/quota/index.d.ts +3 -0
- package/dist/esm/api/quota/index.js +4 -0
- package/dist/esm/api/quota/index.js.map +1 -0
- package/dist/esm/api/quota/operations.d.ts +31 -0
- package/dist/esm/api/quota/operations.js +146 -0
- package/dist/esm/api/quota/operations.js.map +1 -0
- package/dist/esm/api/quota/options.d.ts +18 -0
- package/dist/esm/api/quota/options.js +4 -0
- package/dist/esm/api/quota/options.js.map +1 -0
- package/dist/esm/api/quotaOperation/index.d.ts +3 -0
- package/dist/esm/api/quotaOperation/index.js +4 -0
- package/dist/esm/api/quotaOperation/index.js.map +1 -0
- package/dist/esm/api/quotaOperation/operations.d.ts +10 -0
- package/dist/esm/api/quotaOperation/operations.js +34 -0
- package/dist/esm/api/quotaOperation/operations.js.map +1 -0
- package/dist/esm/api/quotaOperation/options.d.ts +5 -0
- package/dist/esm/api/quotaOperation/options.js +4 -0
- package/dist/esm/api/quotaOperation/options.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/esm/api/quotaRequestStatus/index.js +4 -0
- package/dist/esm/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/esm/api/quotaRequestStatus/operations.js +68 -0
- package/dist/esm/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/esm/api/quotaRequestStatus/options.js +4 -0
- package/dist/esm/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +14 -0
- package/dist/esm/api/usages/operations.js +65 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +8 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/esm/azureQuotaExtensionAPI.js +70 -114
- package/dist/esm/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/esm/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/esm/classic/groupQuotaLimits/index.js +14 -0
- package/dist/esm/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/esm/classic/groupQuotaUsages/index.js +14 -0
- package/dist/esm/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/esm/classic/groupQuotas/index.d.ts +28 -0
- package/dist/esm/classic/groupQuotas/index.js +18 -0
- package/dist/esm/classic/groupQuotas/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +14 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/quota/index.d.ts +26 -0
- package/dist/esm/classic/quota/index.js +17 -0
- package/dist/esm/classic/quota/index.js.map +1 -0
- package/dist/esm/classic/quotaOperation/index.d.ts +11 -0
- package/dist/esm/classic/quotaOperation/index.js +14 -0
- package/dist/esm/classic/quotaOperation/index.js.map +1 -0
- package/dist/esm/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/esm/classic/quotaRequestStatus/index.js +15 -0
- package/dist/esm/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +13 -0
- package/dist/esm/classic/usages/index.js +15 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1543
- package/dist/esm/models/index.js +3 -73
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +821 -0
- package/dist/esm/models/models.js +934 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +140 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +185 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLimits/index.js +4 -0
- package/dist/react-native/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/react-native/api/groupQuotaLimits/operations.js +38 -0
- package/dist/react-native/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaLimits/options.js +4 -0
- package/dist/react-native/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaUsages/index.js +4 -0
- package/dist/react-native/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/react-native/api/groupQuotaUsages/operations.js +38 -0
- package/dist/react-native/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaUsages/options.js +4 -0
- package/dist/react-native/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/react-native/api/groupQuotas/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotas/index.js +4 -0
- package/dist/react-native/api/groupQuotas/index.js.map +1 -0
- package/dist/react-native/api/groupQuotas/operations.d.ts +35 -0
- package/dist/react-native/api/groupQuotas/operations.js +178 -0
- package/dist/react-native/api/groupQuotas/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotas/options.d.ts +28 -0
- package/dist/react-native/api/groupQuotas/options.js +4 -0
- package/dist/react-native/api/groupQuotas/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/quota/index.d.ts +3 -0
- package/dist/react-native/api/quota/index.js +4 -0
- package/dist/react-native/api/quota/index.js.map +1 -0
- package/dist/react-native/api/quota/operations.d.ts +31 -0
- package/dist/react-native/api/quota/operations.js +146 -0
- package/dist/react-native/api/quota/operations.js.map +1 -0
- package/dist/react-native/api/quota/options.d.ts +18 -0
- package/dist/react-native/api/quota/options.js +4 -0
- package/dist/react-native/api/quota/options.js.map +1 -0
- package/dist/react-native/api/quotaOperation/index.d.ts +3 -0
- package/dist/react-native/api/quotaOperation/index.js +4 -0
- package/dist/react-native/api/quotaOperation/index.js.map +1 -0
- package/dist/react-native/api/quotaOperation/operations.d.ts +10 -0
- package/dist/react-native/api/quotaOperation/operations.js +34 -0
- package/dist/react-native/api/quotaOperation/operations.js.map +1 -0
- package/dist/react-native/api/quotaOperation/options.d.ts +5 -0
- package/dist/react-native/api/quotaOperation/options.js +4 -0
- package/dist/react-native/api/quotaOperation/options.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/react-native/api/quotaRequestStatus/index.js +4 -0
- package/dist/react-native/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/react-native/api/quotaRequestStatus/operations.js +68 -0
- package/dist/react-native/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/react-native/api/quotaRequestStatus/options.js +4 -0
- package/dist/react-native/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/react-native/api/usages/index.d.ts +3 -0
- package/dist/react-native/api/usages/index.js +4 -0
- package/dist/react-native/api/usages/index.js.map +1 -0
- package/dist/react-native/api/usages/operations.d.ts +14 -0
- package/dist/react-native/api/usages/operations.js +65 -0
- package/dist/react-native/api/usages/operations.js.map +1 -0
- package/dist/react-native/api/usages/options.d.ts +8 -0
- package/dist/react-native/api/usages/options.js +4 -0
- package/dist/react-native/api/usages/options.js.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/react-native/azureQuotaExtensionAPI.js +70 -114
- package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/react-native/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/react-native/classic/groupQuotaLimits/index.js +14 -0
- package/dist/react-native/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/react-native/classic/groupQuotaUsages/index.js +14 -0
- package/dist/react-native/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotas/index.d.ts +28 -0
- package/dist/react-native/classic/groupQuotas/index.js +18 -0
- package/dist/react-native/classic/groupQuotas/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +14 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/quota/index.d.ts +26 -0
- package/dist/react-native/classic/quota/index.js +17 -0
- package/dist/react-native/classic/quota/index.js.map +1 -0
- package/dist/react-native/classic/quotaOperation/index.d.ts +11 -0
- package/dist/react-native/classic/quotaOperation/index.js +14 -0
- package/dist/react-native/classic/quotaOperation/index.js.map +1 -0
- package/dist/react-native/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/react-native/classic/quotaRequestStatus/index.js +15 -0
- package/dist/react-native/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/react-native/classic/usages/index.d.ts +13 -0
- package/dist/react-native/classic/usages/index.js +15 -0
- package/dist/react-native/classic/usages/index.js.map +1 -0
- package/dist/react-native/index.d.ts +21 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1543
- package/dist/react-native/models/index.js +3 -73
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +821 -0
- package/dist/react-native/models/models.js +934 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +140 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +185 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +368 -80
- package/CHANGELOG.md +0 -446
- package/dist/browser/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -25
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -103
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -2561
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -26
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -243
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/browser/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaLimits.js +0 -66
- package/dist/browser/operations/groupQuotaLimits.js.map +0 -1
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/browser/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/browser/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/browser/operations/groupQuotas.d.ts +0 -123
- package/dist/browser/operations/groupQuotas.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotas.js +0 -454
- package/dist/browser/operations/groupQuotas.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -12
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -19
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/quota.d.ts +0 -147
- package/dist/browser/operations/quota.d.ts.map +0 -1
- package/dist/browser/operations/quota.js +0 -393
- package/dist/browser/operations/quota.js.map +0 -1
- package/dist/browser/operations/quotaOperation.d.ts +0 -32
- package/dist/browser/operations/quotaOperation.d.ts.map +0 -1
- package/dist/browser/operations/quotaOperation.js +0 -116
- package/dist/browser/operations/quotaOperation.js.map +0 -1
- package/dist/browser/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/browser/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/browser/operations/quotaRequestStatus.js +0 -169
- package/dist/browser/operations/quotaRequestStatus.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -61
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -166
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -12
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -19
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/quota.d.ts +0 -115
- package/dist/browser/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quota.js +0 -9
- package/dist/browser/operationsInterfaces/quota.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/browser/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -30
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -9
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -28
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -103
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -2565
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -26
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -246
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimits.js +0 -71
- package/dist/commonjs/operations/groupQuotaLimits.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js +0 -317
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +0 -74
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +0 -335
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +0 -176
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptions.js +0 -452
- package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/commonjs/operations/groupQuotas.d.ts +0 -123
- package/dist/commonjs/operations/groupQuotas.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotas.js +0 -459
- package/dist/commonjs/operations/groupQuotas.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -12
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -22
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/quota.d.ts +0 -147
- package/dist/commonjs/operations/quota.d.ts.map +0 -1
- package/dist/commonjs/operations/quota.js +0 -398
- package/dist/commonjs/operations/quota.js.map +0 -1
- package/dist/commonjs/operations/quotaOperation.d.ts +0 -32
- package/dist/commonjs/operations/quotaOperation.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaOperation.js +0 -121
- package/dist/commonjs/operations/quotaOperation.js.map +0 -1
- package/dist/commonjs/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaRequestStatus.js +0 -174
- package/dist/commonjs/operations/quotaRequestStatus.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -61
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -171
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotas.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -22
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quota.d.ts +0 -115
- package/dist/commonjs/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quota.js +0 -10
- package/dist/commonjs/operationsInterfaces/quota.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaOperation.js +0 -10
- package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +0 -10
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -10
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -25
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -103
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -2561
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -26
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -243
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/esm/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaLimits.js +0 -66
- package/dist/esm/operations/groupQuotaLimits.js.map +0 -1
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/esm/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/esm/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/esm/operations/groupQuotas.d.ts +0 -123
- package/dist/esm/operations/groupQuotas.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotas.js +0 -454
- package/dist/esm/operations/groupQuotas.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -12
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -19
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/quota.d.ts +0 -147
- package/dist/esm/operations/quota.d.ts.map +0 -1
- package/dist/esm/operations/quota.js +0 -393
- package/dist/esm/operations/quota.js.map +0 -1
- package/dist/esm/operations/quotaOperation.d.ts +0 -32
- package/dist/esm/operations/quotaOperation.d.ts.map +0 -1
- package/dist/esm/operations/quotaOperation.js +0 -116
- package/dist/esm/operations/quotaOperation.js.map +0 -1
- package/dist/esm/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/esm/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/esm/operations/quotaRequestStatus.js +0 -169
- package/dist/esm/operations/quotaRequestStatus.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -61
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -166
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -12
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -19
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/quota.d.ts +0 -115
- package/dist/esm/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quota.js +0 -9
- package/dist/esm/operationsInterfaces/quota.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/esm/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -30
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -9
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -25
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -103
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -2561
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -26
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -243
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/react-native/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaLimits.js +0 -66
- package/dist/react-native/operations/groupQuotaLimits.js.map +0 -1
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/react-native/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/react-native/operations/groupQuotas.d.ts +0 -123
- package/dist/react-native/operations/groupQuotas.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotas.js +0 -454
- package/dist/react-native/operations/groupQuotas.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -12
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -19
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/quota.d.ts +0 -147
- package/dist/react-native/operations/quota.d.ts.map +0 -1
- package/dist/react-native/operations/quota.js +0 -393
- package/dist/react-native/operations/quota.js.map +0 -1
- package/dist/react-native/operations/quotaOperation.d.ts +0 -32
- package/dist/react-native/operations/quotaOperation.d.ts.map +0 -1
- package/dist/react-native/operations/quotaOperation.js +0 -116
- package/dist/react-native/operations/quotaOperation.js.map +0 -1
- package/dist/react-native/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/react-native/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/react-native/operations/quotaRequestStatus.js +0 -169
- package/dist/react-native/operations/quotaRequestStatus.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -61
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -166
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -19
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quota.d.ts +0 -115
- package/dist/react-native/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quota.js +0 -9
- package/dist/react-native/operationsInterfaces/quota.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/react-native/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -9
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-quota-node.api.md +0 -1148
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Quota } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { CurrentQuotaLimitBase, QuotaListOptionalParams, QuotaGetOptionalParams, QuotaGetResponse, QuotaCreateOrUpdateOptionalParams, QuotaCreateOrUpdateResponse, QuotaUpdateOptionalParams, QuotaUpdateResponse } from "../models/index.js";
|
|
6
|
-
/** Class containing Quota operations. */
|
|
7
|
-
export declare class QuotaImpl implements Quota {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class Quota class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: AzureQuotaExtensionAPI);
|
|
14
|
-
/**
|
|
15
|
-
* Get a list of current quota limits of all resources for the specified scope. The response from this
|
|
16
|
-
* GET operation can be leveraged to submit requests to update a quota.
|
|
17
|
-
* @param scope The target Azure resource URI. For example,
|
|
18
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
19
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
20
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
21
|
-
* resource.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;
|
|
25
|
-
private listPagingPage;
|
|
26
|
-
private listPagingAll;
|
|
27
|
-
/**
|
|
28
|
-
* Get the quota limit of a resource. The response can be used to determine the remaining quota to
|
|
29
|
-
* calculate a new quota limit that can be submitted with a PUT request.
|
|
30
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
31
|
-
* - SKU name for Microsoft.Compute
|
|
32
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
33
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
34
|
-
* @param scope The target Azure resource URI. For example,
|
|
35
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
36
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
37
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
38
|
-
* resource.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* Create or update the quota limit for the specified resource with the requested value. To update the
|
|
44
|
-
* quota, follow these steps:
|
|
45
|
-
* 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
|
|
46
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
47
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
48
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
49
|
-
* detailed status of the request.
|
|
50
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
51
|
-
* - SKU name for Microsoft.Compute
|
|
52
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
53
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
54
|
-
* @param scope The target Azure resource URI. For example,
|
|
55
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
56
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
57
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
58
|
-
* resource.
|
|
59
|
-
* @param createQuotaRequest Quota request payload.
|
|
60
|
-
* @param options The options parameters.
|
|
61
|
-
*/
|
|
62
|
-
beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaCreateOrUpdateResponse>, QuotaCreateOrUpdateResponse>>;
|
|
63
|
-
/**
|
|
64
|
-
* Create or update the quota limit for the specified resource with the requested value. To update the
|
|
65
|
-
* quota, follow these steps:
|
|
66
|
-
* 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
|
|
67
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
68
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
69
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
70
|
-
* detailed status of the request.
|
|
71
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
72
|
-
* - SKU name for Microsoft.Compute
|
|
73
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
74
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
75
|
-
* @param scope The target Azure resource URI. For example,
|
|
76
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
77
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
78
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
79
|
-
* resource.
|
|
80
|
-
* @param createQuotaRequest Quota request payload.
|
|
81
|
-
* @param options The options parameters.
|
|
82
|
-
*/
|
|
83
|
-
beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<QuotaCreateOrUpdateResponse>;
|
|
84
|
-
/**
|
|
85
|
-
* Update the quota limit for a specific resource to the specified value:
|
|
86
|
-
* 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
|
|
87
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
88
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
89
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
90
|
-
* detailed status of the request.
|
|
91
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
92
|
-
* - SKU name for Microsoft.Compute
|
|
93
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
94
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
95
|
-
* @param scope The target Azure resource URI. For example,
|
|
96
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
97
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
98
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
99
|
-
* resource.
|
|
100
|
-
* @param createQuotaRequest Quota requests payload.
|
|
101
|
-
* @param options The options parameters.
|
|
102
|
-
*/
|
|
103
|
-
beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>>;
|
|
104
|
-
/**
|
|
105
|
-
* Update the quota limit for a specific resource to the specified value:
|
|
106
|
-
* 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
|
|
107
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
108
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
109
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
110
|
-
* detailed status of the request.
|
|
111
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
112
|
-
* - SKU name for Microsoft.Compute
|
|
113
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
114
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
115
|
-
* @param scope The target Azure resource URI. For example,
|
|
116
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
117
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
118
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
119
|
-
* resource.
|
|
120
|
-
* @param createQuotaRequest Quota requests payload.
|
|
121
|
-
* @param options The options parameters.
|
|
122
|
-
*/
|
|
123
|
-
beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<QuotaUpdateResponse>;
|
|
124
|
-
/**
|
|
125
|
-
* Get a list of current quota limits of all resources for the specified scope. The response from this
|
|
126
|
-
* GET operation can be leveraged to submit requests to update a quota.
|
|
127
|
-
* @param scope The target Azure resource URI. For example,
|
|
128
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
129
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
130
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
131
|
-
* resource.
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
private _list;
|
|
135
|
-
/**
|
|
136
|
-
* ListNext
|
|
137
|
-
* @param scope The target Azure resource URI. For example,
|
|
138
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
139
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
140
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
141
|
-
* resource.
|
|
142
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
143
|
-
* @param options The options parameters.
|
|
144
|
-
*/
|
|
145
|
-
private _listNext;
|
|
146
|
-
}
|
|
147
|
-
//# sourceMappingURL=quota.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quota.d.ts","sourceRoot":"","sources":["../../../src/operations/quota.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,qBAAqB,EAErB,uBAAuB,EAEvB,sBAAsB,EACtB,gBAAgB,EAChB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,mBAAmB,EAEpB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;;OASG;IACI,IAAI,CACT,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,qBAAqB,CAAC;YAkBrC,cAAc;YAuBd,aAAa;IAS5B;;;;;;;;;;;;;OAaG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC;IAO5B;;;;;;;;;;;;;;;;;;;OAmBG;IACG,mBAAmB,CACvB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF;IAwDD;;;;;;;;;;;;;;;;;;;OAmBG;IACG,0BAA0B,CAC9B,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAUvC;;;;;;;;;;;;;;;;;;OAkBG;IACG,WAAW,CACf,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E;IAwDD;;;;;;;;;;;;;;;;;;OAkBG;IACG,kBAAkB,CACtB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAU/B;;;;;;;;;OASG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers.js";
|
|
11
|
-
import * as Parameters from "../models/parameters.js";
|
|
12
|
-
import { createHttpPoller, } from "@azure/core-lro";
|
|
13
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
14
|
-
/// <reference lib="esnext.asynciterable" />
|
|
15
|
-
/** Class containing Quota operations. */
|
|
16
|
-
export class QuotaImpl {
|
|
17
|
-
client;
|
|
18
|
-
/**
|
|
19
|
-
* Initialize a new instance of the class Quota class.
|
|
20
|
-
* @param client Reference to the service client
|
|
21
|
-
*/
|
|
22
|
-
constructor(client) {
|
|
23
|
-
this.client = client;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Get a list of current quota limits of all resources for the specified scope. The response from this
|
|
27
|
-
* GET operation can be leveraged to submit requests to update a quota.
|
|
28
|
-
* @param scope The target Azure resource URI. For example,
|
|
29
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
30
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
31
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
32
|
-
* resource.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
list(scope, options) {
|
|
36
|
-
const iter = this.listPagingAll(scope, options);
|
|
37
|
-
return {
|
|
38
|
-
next() {
|
|
39
|
-
return iter.next();
|
|
40
|
-
},
|
|
41
|
-
[Symbol.asyncIterator]() {
|
|
42
|
-
return this;
|
|
43
|
-
},
|
|
44
|
-
byPage: (settings) => {
|
|
45
|
-
if (settings?.maxPageSize) {
|
|
46
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
47
|
-
}
|
|
48
|
-
return this.listPagingPage(scope, options, settings);
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
async *listPagingPage(scope, options, settings) {
|
|
53
|
-
let result;
|
|
54
|
-
let continuationToken = settings?.continuationToken;
|
|
55
|
-
if (!continuationToken) {
|
|
56
|
-
result = await this._list(scope, options);
|
|
57
|
-
let page = result.value || [];
|
|
58
|
-
continuationToken = result.nextLink;
|
|
59
|
-
setContinuationToken(page, continuationToken);
|
|
60
|
-
yield page;
|
|
61
|
-
}
|
|
62
|
-
while (continuationToken) {
|
|
63
|
-
result = await this._listNext(scope, continuationToken, options);
|
|
64
|
-
continuationToken = result.nextLink;
|
|
65
|
-
let page = result.value || [];
|
|
66
|
-
setContinuationToken(page, continuationToken);
|
|
67
|
-
yield page;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
async *listPagingAll(scope, options) {
|
|
71
|
-
for await (const page of this.listPagingPage(scope, options)) {
|
|
72
|
-
yield* page;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Get the quota limit of a resource. The response can be used to determine the remaining quota to
|
|
77
|
-
* calculate a new quota limit that can be submitted with a PUT request.
|
|
78
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
79
|
-
* - SKU name for Microsoft.Compute
|
|
80
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
81
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
82
|
-
* @param scope The target Azure resource URI. For example,
|
|
83
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
84
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
85
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
86
|
-
* resource.
|
|
87
|
-
* @param options The options parameters.
|
|
88
|
-
*/
|
|
89
|
-
get(resourceName, scope, options) {
|
|
90
|
-
return this.client.sendOperationRequest({ resourceName, scope, options }, getOperationSpec);
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Create or update the quota limit for the specified resource with the requested value. To update the
|
|
94
|
-
* quota, follow these steps:
|
|
95
|
-
* 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
|
|
96
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
97
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
98
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
99
|
-
* detailed status of the request.
|
|
100
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
101
|
-
* - SKU name for Microsoft.Compute
|
|
102
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
103
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
104
|
-
* @param scope The target Azure resource URI. For example,
|
|
105
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
106
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
107
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
108
|
-
* resource.
|
|
109
|
-
* @param createQuotaRequest Quota request payload.
|
|
110
|
-
* @param options The options parameters.
|
|
111
|
-
*/
|
|
112
|
-
async beginCreateOrUpdate(resourceName, scope, createQuotaRequest, options) {
|
|
113
|
-
const directSendOperation = async (args, spec) => {
|
|
114
|
-
return this.client.sendOperationRequest(args, spec);
|
|
115
|
-
};
|
|
116
|
-
const sendOperationFn = async (args, spec) => {
|
|
117
|
-
let currentRawResponse = undefined;
|
|
118
|
-
const providedCallback = args.options?.onResponse;
|
|
119
|
-
const callback = (rawResponse, flatResponse) => {
|
|
120
|
-
currentRawResponse = rawResponse;
|
|
121
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
122
|
-
};
|
|
123
|
-
const updatedArgs = {
|
|
124
|
-
...args,
|
|
125
|
-
options: {
|
|
126
|
-
...args.options,
|
|
127
|
-
onResponse: callback,
|
|
128
|
-
},
|
|
129
|
-
};
|
|
130
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
131
|
-
return {
|
|
132
|
-
flatResponse,
|
|
133
|
-
rawResponse: {
|
|
134
|
-
statusCode: currentRawResponse.status,
|
|
135
|
-
body: currentRawResponse.parsedBody,
|
|
136
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
137
|
-
},
|
|
138
|
-
};
|
|
139
|
-
};
|
|
140
|
-
const lro = createLroSpec({
|
|
141
|
-
sendOperationFn,
|
|
142
|
-
args: { resourceName, scope, createQuotaRequest, options },
|
|
143
|
-
spec: createOrUpdateOperationSpec,
|
|
144
|
-
});
|
|
145
|
-
const poller = await createHttpPoller(lro, {
|
|
146
|
-
restoreFrom: options?.resumeFrom,
|
|
147
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
148
|
-
resourceLocationConfig: "original-uri",
|
|
149
|
-
});
|
|
150
|
-
await poller.poll();
|
|
151
|
-
return poller;
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Create or update the quota limit for the specified resource with the requested value. To update the
|
|
155
|
-
* quota, follow these steps:
|
|
156
|
-
* 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
|
|
157
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
158
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
159
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
160
|
-
* detailed status of the request.
|
|
161
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
162
|
-
* - SKU name for Microsoft.Compute
|
|
163
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
164
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
165
|
-
* @param scope The target Azure resource URI. For example,
|
|
166
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
167
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
168
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
169
|
-
* resource.
|
|
170
|
-
* @param createQuotaRequest Quota request payload.
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
async beginCreateOrUpdateAndWait(resourceName, scope, createQuotaRequest, options) {
|
|
174
|
-
const poller = await this.beginCreateOrUpdate(resourceName, scope, createQuotaRequest, options);
|
|
175
|
-
return poller.pollUntilDone();
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Update the quota limit for a specific resource to the specified value:
|
|
179
|
-
* 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
|
|
180
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
181
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
182
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
183
|
-
* detailed status of the request.
|
|
184
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
185
|
-
* - SKU name for Microsoft.Compute
|
|
186
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
187
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
188
|
-
* @param scope The target Azure resource URI. For example,
|
|
189
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
190
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
191
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
192
|
-
* resource.
|
|
193
|
-
* @param createQuotaRequest Quota requests payload.
|
|
194
|
-
* @param options The options parameters.
|
|
195
|
-
*/
|
|
196
|
-
async beginUpdate(resourceName, scope, createQuotaRequest, options) {
|
|
197
|
-
const directSendOperation = async (args, spec) => {
|
|
198
|
-
return this.client.sendOperationRequest(args, spec);
|
|
199
|
-
};
|
|
200
|
-
const sendOperationFn = async (args, spec) => {
|
|
201
|
-
let currentRawResponse = undefined;
|
|
202
|
-
const providedCallback = args.options?.onResponse;
|
|
203
|
-
const callback = (rawResponse, flatResponse) => {
|
|
204
|
-
currentRawResponse = rawResponse;
|
|
205
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
206
|
-
};
|
|
207
|
-
const updatedArgs = {
|
|
208
|
-
...args,
|
|
209
|
-
options: {
|
|
210
|
-
...args.options,
|
|
211
|
-
onResponse: callback,
|
|
212
|
-
},
|
|
213
|
-
};
|
|
214
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
215
|
-
return {
|
|
216
|
-
flatResponse,
|
|
217
|
-
rawResponse: {
|
|
218
|
-
statusCode: currentRawResponse.status,
|
|
219
|
-
body: currentRawResponse.parsedBody,
|
|
220
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
221
|
-
},
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
const lro = createLroSpec({
|
|
225
|
-
sendOperationFn,
|
|
226
|
-
args: { resourceName, scope, createQuotaRequest, options },
|
|
227
|
-
spec: updateOperationSpec,
|
|
228
|
-
});
|
|
229
|
-
const poller = await createHttpPoller(lro, {
|
|
230
|
-
restoreFrom: options?.resumeFrom,
|
|
231
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
232
|
-
resourceLocationConfig: "original-uri",
|
|
233
|
-
});
|
|
234
|
-
await poller.poll();
|
|
235
|
-
return poller;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* Update the quota limit for a specific resource to the specified value:
|
|
239
|
-
* 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
|
|
240
|
-
* resource and to calculate the new quota limit. These steps are detailed in [this
|
|
241
|
-
* example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
|
|
242
|
-
* 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
|
|
243
|
-
* detailed status of the request.
|
|
244
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
245
|
-
* - SKU name for Microsoft.Compute
|
|
246
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
247
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
248
|
-
* @param scope The target Azure resource URI. For example,
|
|
249
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
250
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
251
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
252
|
-
* resource.
|
|
253
|
-
* @param createQuotaRequest Quota requests payload.
|
|
254
|
-
* @param options The options parameters.
|
|
255
|
-
*/
|
|
256
|
-
async beginUpdateAndWait(resourceName, scope, createQuotaRequest, options) {
|
|
257
|
-
const poller = await this.beginUpdate(resourceName, scope, createQuotaRequest, options);
|
|
258
|
-
return poller.pollUntilDone();
|
|
259
|
-
}
|
|
260
|
-
/**
|
|
261
|
-
* Get a list of current quota limits of all resources for the specified scope. The response from this
|
|
262
|
-
* GET operation can be leveraged to submit requests to update a quota.
|
|
263
|
-
* @param scope The target Azure resource URI. For example,
|
|
264
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
265
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
266
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
267
|
-
* resource.
|
|
268
|
-
* @param options The options parameters.
|
|
269
|
-
*/
|
|
270
|
-
_list(scope, options) {
|
|
271
|
-
return this.client.sendOperationRequest({ scope, options }, listOperationSpec);
|
|
272
|
-
}
|
|
273
|
-
/**
|
|
274
|
-
* ListNext
|
|
275
|
-
* @param scope The target Azure resource URI. For example,
|
|
276
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
277
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
278
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
279
|
-
* resource.
|
|
280
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
281
|
-
* @param options The options parameters.
|
|
282
|
-
*/
|
|
283
|
-
_listNext(scope, nextLink, options) {
|
|
284
|
-
return this.client.sendOperationRequest({ scope, nextLink, options }, listNextOperationSpec);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
// Operation Specifications
|
|
288
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
289
|
-
const getOperationSpec = {
|
|
290
|
-
path: "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}",
|
|
291
|
-
httpMethod: "GET",
|
|
292
|
-
responses: {
|
|
293
|
-
200: {
|
|
294
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
295
|
-
headersMapper: Mappers.QuotaGetHeaders,
|
|
296
|
-
},
|
|
297
|
-
default: {
|
|
298
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
299
|
-
},
|
|
300
|
-
},
|
|
301
|
-
queryParameters: [Parameters.apiVersion],
|
|
302
|
-
urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],
|
|
303
|
-
headerParameters: [Parameters.accept],
|
|
304
|
-
serializer,
|
|
305
|
-
};
|
|
306
|
-
const createOrUpdateOperationSpec = {
|
|
307
|
-
path: "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}",
|
|
308
|
-
httpMethod: "PUT",
|
|
309
|
-
responses: {
|
|
310
|
-
200: {
|
|
311
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
312
|
-
},
|
|
313
|
-
201: {
|
|
314
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
315
|
-
},
|
|
316
|
-
202: {
|
|
317
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
318
|
-
},
|
|
319
|
-
204: {
|
|
320
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
321
|
-
},
|
|
322
|
-
default: {
|
|
323
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
324
|
-
},
|
|
325
|
-
},
|
|
326
|
-
requestBody: Parameters.createQuotaRequest,
|
|
327
|
-
queryParameters: [Parameters.apiVersion],
|
|
328
|
-
urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],
|
|
329
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
330
|
-
mediaType: "json",
|
|
331
|
-
serializer,
|
|
332
|
-
};
|
|
333
|
-
const updateOperationSpec = {
|
|
334
|
-
path: "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}",
|
|
335
|
-
httpMethod: "PATCH",
|
|
336
|
-
responses: {
|
|
337
|
-
200: {
|
|
338
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
339
|
-
},
|
|
340
|
-
201: {
|
|
341
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
342
|
-
},
|
|
343
|
-
202: {
|
|
344
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
345
|
-
},
|
|
346
|
-
204: {
|
|
347
|
-
bodyMapper: Mappers.CurrentQuotaLimitBase,
|
|
348
|
-
},
|
|
349
|
-
default: {
|
|
350
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
351
|
-
},
|
|
352
|
-
},
|
|
353
|
-
requestBody: Parameters.createQuotaRequest,
|
|
354
|
-
queryParameters: [Parameters.apiVersion],
|
|
355
|
-
urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],
|
|
356
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
357
|
-
mediaType: "json",
|
|
358
|
-
serializer,
|
|
359
|
-
};
|
|
360
|
-
const listOperationSpec = {
|
|
361
|
-
path: "/{scope}/providers/Microsoft.Quota/quotas",
|
|
362
|
-
httpMethod: "GET",
|
|
363
|
-
responses: {
|
|
364
|
-
200: {
|
|
365
|
-
bodyMapper: Mappers.QuotaLimits,
|
|
366
|
-
headersMapper: Mappers.QuotaListHeaders,
|
|
367
|
-
},
|
|
368
|
-
default: {
|
|
369
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
queryParameters: [Parameters.apiVersion],
|
|
373
|
-
urlParameters: [Parameters.$host, Parameters.scope],
|
|
374
|
-
headerParameters: [Parameters.accept],
|
|
375
|
-
serializer,
|
|
376
|
-
};
|
|
377
|
-
const listNextOperationSpec = {
|
|
378
|
-
path: "{nextLink}",
|
|
379
|
-
httpMethod: "GET",
|
|
380
|
-
responses: {
|
|
381
|
-
200: {
|
|
382
|
-
bodyMapper: Mappers.QuotaLimits,
|
|
383
|
-
headersMapper: Mappers.QuotaListNextHeaders,
|
|
384
|
-
},
|
|
385
|
-
default: {
|
|
386
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
387
|
-
},
|
|
388
|
-
},
|
|
389
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
390
|
-
headerParameters: [Parameters.accept],
|
|
391
|
-
serializer,
|
|
392
|
-
};
|
|
393
|
-
//# sourceMappingURL=quota.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quota.js","sourceRoot":"","sources":["../../../src/operations/quota.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Quota } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureQuotaExtensionAPI } from \"../azureQuotaExtensionAPI.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n CurrentQuotaLimitBase,\n QuotaListNextOptionalParams,\n QuotaListOptionalParams,\n QuotaListResponse,\n QuotaGetOptionalParams,\n QuotaGetResponse,\n QuotaCreateOrUpdateOptionalParams,\n QuotaCreateOrUpdateResponse,\n QuotaUpdateOptionalParams,\n QuotaUpdateResponse,\n QuotaListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Quota operations. */\nexport class QuotaImpl implements Quota {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class Quota class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Get a list of current quota limits of all resources for the specified scope. The response from this\n * GET operation can be leveraged to submit requests to update a quota.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: QuotaListOptionalParams,\n ): PagedAsyncIterableIterator<CurrentQuotaLimitBase> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: QuotaListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CurrentQuotaLimitBase[]> {\n let result: QuotaListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: QuotaListOptionalParams,\n ): AsyncIterableIterator<CurrentQuotaLimitBase> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the quota limit of a resource. The response can be used to determine the remaining quota to\n * calculate a new quota limit that can be submitted with a PUT request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n get(\n resourceName: string,\n scope: string,\n options?: QuotaGetOptionalParams,\n ): Promise<QuotaGetResponse> {\n return this.client.sendOperationRequest(\n { resourceName, scope, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or update the quota limit for the specified resource with the requested value. To update the\n * quota, follow these steps:\n * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota request payload.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<QuotaCreateOrUpdateResponse>,\n QuotaCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<QuotaCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceName, scope, createQuotaRequest, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n QuotaCreateOrUpdateResponse,\n OperationState<QuotaCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"original-uri\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update the quota limit for the specified resource with the requested value. To update the\n * quota, follow these steps:\n * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota request payload.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaCreateOrUpdateOptionalParams,\n ): Promise<QuotaCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceName,\n scope,\n createQuotaRequest,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update the quota limit for a specific resource to the specified value:\n * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<QuotaUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceName, scope, createQuotaRequest, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n QuotaUpdateResponse,\n OperationState<QuotaUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"original-uri\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update the quota limit for a specific resource to the specified value:\n * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaUpdateOptionalParams,\n ): Promise<QuotaUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceName,\n scope,\n createQuotaRequest,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get a list of current quota limits of all resources for the specified scope. The response from this\n * GET operation can be leveraged to submit requests to update a quota.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: QuotaListOptionalParams,\n ): Promise<QuotaListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: QuotaListNextOptionalParams,\n ): Promise<QuotaListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/quotas/{resourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n headersMapper: Mappers.QuotaGetHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/quotas/{resourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 201: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 202: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 204: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n requestBody: Parameters.createQuotaRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/quotas/{resourceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 201: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 202: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n 204: {\n bodyMapper: Mappers.CurrentQuotaLimitBase,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n requestBody: Parameters.createQuotaRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/quotas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaLimits,\n headersMapper: Mappers.QuotaListHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaLimits,\n headersMapper: Mappers.QuotaListNextHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { QuotaOperation } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
|
|
4
|
-
import { OperationResponse, QuotaOperationListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing QuotaOperation operations. */
|
|
6
|
-
export declare class QuotaOperationImpl implements QuotaOperation {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class QuotaOperation class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AzureQuotaExtensionAPI);
|
|
13
|
-
/**
|
|
14
|
-
* List all the operations supported by the Microsoft.Quota resource provider.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator<OperationResponse>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* List all the operations supported by the Microsoft.Quota resource provider.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=quotaOperation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quotaOperation.d.ts","sourceRoot":"","sources":["../../../src/operations/quotaOperation.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,iBAAiB,EAEjB,gCAAgC,EAGjC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|