@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,459 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.GroupQuotasImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
-
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
-
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
-
/// <reference lib="esnext.asynciterable" />
|
|
19
|
-
/** Class containing GroupQuotas operations. */
|
|
20
|
-
class GroupQuotasImpl {
|
|
21
|
-
client;
|
|
22
|
-
/**
|
|
23
|
-
* Initialize a new instance of the class GroupQuotas class.
|
|
24
|
-
* @param client Reference to the service client
|
|
25
|
-
*/
|
|
26
|
-
constructor(client) {
|
|
27
|
-
this.client = client;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
|
|
31
|
-
* only.The details on group quota can be access from the group quota APIs.
|
|
32
|
-
* @param managementGroupId Management Group Id.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
list(managementGroupId, options) {
|
|
36
|
-
const iter = this.listPagingAll(managementGroupId, 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(managementGroupId, options, settings);
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
async *listPagingPage(managementGroupId, options, settings) {
|
|
53
|
-
let result;
|
|
54
|
-
let continuationToken = settings?.continuationToken;
|
|
55
|
-
if (!continuationToken) {
|
|
56
|
-
result = await this._list(managementGroupId, options);
|
|
57
|
-
let page = result.value || [];
|
|
58
|
-
continuationToken = result.nextLink;
|
|
59
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
|
-
yield page;
|
|
61
|
-
}
|
|
62
|
-
while (continuationToken) {
|
|
63
|
-
result = await this._listNext(managementGroupId, continuationToken, options);
|
|
64
|
-
continuationToken = result.nextLink;
|
|
65
|
-
let page = result.value || [];
|
|
66
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
|
-
yield page;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
async *listPagingAll(managementGroupId, options) {
|
|
71
|
-
for await (const page of this.listPagingPage(managementGroupId, options)) {
|
|
72
|
-
yield* page;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
|
|
77
|
-
* status can be polled periodically. The status Async polling is using standards defined at -
|
|
78
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
79
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
80
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
81
|
-
* will change to Get URI and full details can be checked.
|
|
82
|
-
* @param managementGroupId Management Group Id.
|
|
83
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
84
|
-
* tenantId/MgId.
|
|
85
|
-
* @param options The options parameters.
|
|
86
|
-
*/
|
|
87
|
-
async beginCreateOrUpdate(managementGroupId, groupQuotaName, options) {
|
|
88
|
-
const directSendOperation = async (args, spec) => {
|
|
89
|
-
return this.client.sendOperationRequest(args, spec);
|
|
90
|
-
};
|
|
91
|
-
const sendOperationFn = async (args, spec) => {
|
|
92
|
-
let currentRawResponse = undefined;
|
|
93
|
-
const providedCallback = args.options?.onResponse;
|
|
94
|
-
const callback = (rawResponse, flatResponse) => {
|
|
95
|
-
currentRawResponse = rawResponse;
|
|
96
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
97
|
-
};
|
|
98
|
-
const updatedArgs = {
|
|
99
|
-
...args,
|
|
100
|
-
options: {
|
|
101
|
-
...args.options,
|
|
102
|
-
onResponse: callback,
|
|
103
|
-
},
|
|
104
|
-
};
|
|
105
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
106
|
-
return {
|
|
107
|
-
flatResponse,
|
|
108
|
-
rawResponse: {
|
|
109
|
-
statusCode: currentRawResponse.status,
|
|
110
|
-
body: currentRawResponse.parsedBody,
|
|
111
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
112
|
-
},
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
116
|
-
sendOperationFn,
|
|
117
|
-
args: { managementGroupId, groupQuotaName, options },
|
|
118
|
-
spec: createOrUpdateOperationSpec,
|
|
119
|
-
});
|
|
120
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
121
|
-
restoreFrom: options?.resumeFrom,
|
|
122
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
123
|
-
resourceLocationConfig: "location",
|
|
124
|
-
});
|
|
125
|
-
await poller.poll();
|
|
126
|
-
return poller;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
|
|
130
|
-
* status can be polled periodically. The status Async polling is using standards defined at -
|
|
131
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
132
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
133
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
134
|
-
* will change to Get URI and full details can be checked.
|
|
135
|
-
* @param managementGroupId Management Group Id.
|
|
136
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
137
|
-
* tenantId/MgId.
|
|
138
|
-
* @param options The options parameters.
|
|
139
|
-
*/
|
|
140
|
-
async beginCreateOrUpdateAndWait(managementGroupId, groupQuotaName, options) {
|
|
141
|
-
const poller = await this.beginCreateOrUpdate(managementGroupId, groupQuotaName, options);
|
|
142
|
-
return poller.pollUntilDone();
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
|
|
146
|
-
* Service. The status can be polled periodically. The status Async polling is using standards defined
|
|
147
|
-
* at -
|
|
148
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
149
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
150
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
151
|
-
* will change to Get URI and full details can be checked.
|
|
152
|
-
* Any change in the filters will be applicable to the future quota assignments, existing quota
|
|
153
|
-
* allocated to subscriptions from the GroupQuotas remains unchanged.
|
|
154
|
-
* @param managementGroupId Management Group Id.
|
|
155
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
156
|
-
* tenantId/MgId.
|
|
157
|
-
* @param options The options parameters.
|
|
158
|
-
*/
|
|
159
|
-
async beginUpdate(managementGroupId, groupQuotaName, options) {
|
|
160
|
-
const directSendOperation = async (args, spec) => {
|
|
161
|
-
return this.client.sendOperationRequest(args, spec);
|
|
162
|
-
};
|
|
163
|
-
const sendOperationFn = async (args, spec) => {
|
|
164
|
-
let currentRawResponse = undefined;
|
|
165
|
-
const providedCallback = args.options?.onResponse;
|
|
166
|
-
const callback = (rawResponse, flatResponse) => {
|
|
167
|
-
currentRawResponse = rawResponse;
|
|
168
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
169
|
-
};
|
|
170
|
-
const updatedArgs = {
|
|
171
|
-
...args,
|
|
172
|
-
options: {
|
|
173
|
-
...args.options,
|
|
174
|
-
onResponse: callback,
|
|
175
|
-
},
|
|
176
|
-
};
|
|
177
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
178
|
-
return {
|
|
179
|
-
flatResponse,
|
|
180
|
-
rawResponse: {
|
|
181
|
-
statusCode: currentRawResponse.status,
|
|
182
|
-
body: currentRawResponse.parsedBody,
|
|
183
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
184
|
-
},
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
188
|
-
sendOperationFn,
|
|
189
|
-
args: { managementGroupId, groupQuotaName, options },
|
|
190
|
-
spec: updateOperationSpec,
|
|
191
|
-
});
|
|
192
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
193
|
-
restoreFrom: options?.resumeFrom,
|
|
194
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
195
|
-
resourceLocationConfig: "location",
|
|
196
|
-
});
|
|
197
|
-
await poller.poll();
|
|
198
|
-
return poller;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
|
|
202
|
-
* Service. The status can be polled periodically. The status Async polling is using standards defined
|
|
203
|
-
* at -
|
|
204
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
205
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
206
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
207
|
-
* will change to Get URI and full details can be checked.
|
|
208
|
-
* Any change in the filters will be applicable to the future quota assignments, existing quota
|
|
209
|
-
* allocated to subscriptions from the GroupQuotas remains unchanged.
|
|
210
|
-
* @param managementGroupId Management Group Id.
|
|
211
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
212
|
-
* tenantId/MgId.
|
|
213
|
-
* @param options The options parameters.
|
|
214
|
-
*/
|
|
215
|
-
async beginUpdateAndWait(managementGroupId, groupQuotaName, options) {
|
|
216
|
-
const poller = await this.beginUpdate(managementGroupId, groupQuotaName, options);
|
|
217
|
-
return poller.pollUntilDone();
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The
|
|
221
|
-
* details on group quota can be access from the group quota APIs.
|
|
222
|
-
* @param managementGroupId Management Group Id.
|
|
223
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
224
|
-
* tenantId/MgId.
|
|
225
|
-
* @param options The options parameters.
|
|
226
|
-
*/
|
|
227
|
-
get(managementGroupId, groupQuotaName, options) {
|
|
228
|
-
return this.client.sendOperationRequest({ managementGroupId, groupQuotaName, options }, getOperationSpec);
|
|
229
|
-
}
|
|
230
|
-
/**
|
|
231
|
-
* Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
|
|
232
|
-
* lost.
|
|
233
|
-
* @param managementGroupId Management Group Id.
|
|
234
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
235
|
-
* tenantId/MgId.
|
|
236
|
-
* @param options The options parameters.
|
|
237
|
-
*/
|
|
238
|
-
async beginDelete(managementGroupId, groupQuotaName, options) {
|
|
239
|
-
const directSendOperation = async (args, spec) => {
|
|
240
|
-
return this.client.sendOperationRequest(args, spec);
|
|
241
|
-
};
|
|
242
|
-
const sendOperationFn = async (args, spec) => {
|
|
243
|
-
let currentRawResponse = undefined;
|
|
244
|
-
const providedCallback = args.options?.onResponse;
|
|
245
|
-
const callback = (rawResponse, flatResponse) => {
|
|
246
|
-
currentRawResponse = rawResponse;
|
|
247
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
248
|
-
};
|
|
249
|
-
const updatedArgs = {
|
|
250
|
-
...args,
|
|
251
|
-
options: {
|
|
252
|
-
...args.options,
|
|
253
|
-
onResponse: callback,
|
|
254
|
-
},
|
|
255
|
-
};
|
|
256
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
257
|
-
return {
|
|
258
|
-
flatResponse,
|
|
259
|
-
rawResponse: {
|
|
260
|
-
statusCode: currentRawResponse.status,
|
|
261
|
-
body: currentRawResponse.parsedBody,
|
|
262
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
263
|
-
},
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
267
|
-
sendOperationFn,
|
|
268
|
-
args: { managementGroupId, groupQuotaName, options },
|
|
269
|
-
spec: deleteOperationSpec,
|
|
270
|
-
});
|
|
271
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
272
|
-
restoreFrom: options?.resumeFrom,
|
|
273
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
274
|
-
resourceLocationConfig: "location",
|
|
275
|
-
});
|
|
276
|
-
await poller.poll();
|
|
277
|
-
return poller;
|
|
278
|
-
}
|
|
279
|
-
/**
|
|
280
|
-
* Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
|
|
281
|
-
* lost.
|
|
282
|
-
* @param managementGroupId Management Group Id.
|
|
283
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
284
|
-
* tenantId/MgId.
|
|
285
|
-
* @param options The options parameters.
|
|
286
|
-
*/
|
|
287
|
-
async beginDeleteAndWait(managementGroupId, groupQuotaName, options) {
|
|
288
|
-
const poller = await this.beginDelete(managementGroupId, groupQuotaName, options);
|
|
289
|
-
return poller.pollUntilDone();
|
|
290
|
-
}
|
|
291
|
-
/**
|
|
292
|
-
* Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
|
|
293
|
-
* only.The details on group quota can be access from the group quota APIs.
|
|
294
|
-
* @param managementGroupId Management Group Id.
|
|
295
|
-
* @param options The options parameters.
|
|
296
|
-
*/
|
|
297
|
-
_list(managementGroupId, options) {
|
|
298
|
-
return this.client.sendOperationRequest({ managementGroupId, options }, listOperationSpec);
|
|
299
|
-
}
|
|
300
|
-
/**
|
|
301
|
-
* ListNext
|
|
302
|
-
* @param managementGroupId Management Group Id.
|
|
303
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
304
|
-
* @param options The options parameters.
|
|
305
|
-
*/
|
|
306
|
-
_listNext(managementGroupId, nextLink, options) {
|
|
307
|
-
return this.client.sendOperationRequest({ managementGroupId, nextLink, options }, listNextOperationSpec);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
exports.GroupQuotasImpl = GroupQuotasImpl;
|
|
311
|
-
// Operation Specifications
|
|
312
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
313
|
-
const createOrUpdateOperationSpec = {
|
|
314
|
-
path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}",
|
|
315
|
-
httpMethod: "PUT",
|
|
316
|
-
responses: {
|
|
317
|
-
200: {
|
|
318
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
319
|
-
},
|
|
320
|
-
201: {
|
|
321
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
322
|
-
},
|
|
323
|
-
202: {
|
|
324
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
325
|
-
},
|
|
326
|
-
204: {
|
|
327
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
328
|
-
},
|
|
329
|
-
default: {
|
|
330
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
331
|
-
},
|
|
332
|
-
},
|
|
333
|
-
requestBody: Parameters.groupQuotaPutRequestBody,
|
|
334
|
-
queryParameters: [Parameters.apiVersion],
|
|
335
|
-
urlParameters: [
|
|
336
|
-
Parameters.$host,
|
|
337
|
-
Parameters.managementGroupId,
|
|
338
|
-
Parameters.groupQuotaName,
|
|
339
|
-
],
|
|
340
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
341
|
-
mediaType: "json",
|
|
342
|
-
serializer,
|
|
343
|
-
};
|
|
344
|
-
const updateOperationSpec = {
|
|
345
|
-
path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}",
|
|
346
|
-
httpMethod: "PATCH",
|
|
347
|
-
responses: {
|
|
348
|
-
200: {
|
|
349
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
350
|
-
},
|
|
351
|
-
201: {
|
|
352
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
353
|
-
},
|
|
354
|
-
202: {
|
|
355
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
356
|
-
},
|
|
357
|
-
204: {
|
|
358
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
359
|
-
},
|
|
360
|
-
default: {
|
|
361
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
362
|
-
},
|
|
363
|
-
},
|
|
364
|
-
requestBody: Parameters.groupQuotasPatchRequestBody,
|
|
365
|
-
queryParameters: [Parameters.apiVersion],
|
|
366
|
-
urlParameters: [
|
|
367
|
-
Parameters.$host,
|
|
368
|
-
Parameters.managementGroupId,
|
|
369
|
-
Parameters.groupQuotaName,
|
|
370
|
-
],
|
|
371
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
372
|
-
mediaType: "json",
|
|
373
|
-
serializer,
|
|
374
|
-
};
|
|
375
|
-
const getOperationSpec = {
|
|
376
|
-
path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}",
|
|
377
|
-
httpMethod: "GET",
|
|
378
|
-
responses: {
|
|
379
|
-
200: {
|
|
380
|
-
bodyMapper: Mappers.GroupQuotasEntity,
|
|
381
|
-
},
|
|
382
|
-
default: {
|
|
383
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
384
|
-
},
|
|
385
|
-
},
|
|
386
|
-
queryParameters: [Parameters.apiVersion],
|
|
387
|
-
urlParameters: [
|
|
388
|
-
Parameters.$host,
|
|
389
|
-
Parameters.managementGroupId,
|
|
390
|
-
Parameters.groupQuotaName,
|
|
391
|
-
],
|
|
392
|
-
headerParameters: [Parameters.accept],
|
|
393
|
-
serializer,
|
|
394
|
-
};
|
|
395
|
-
const deleteOperationSpec = {
|
|
396
|
-
path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}",
|
|
397
|
-
httpMethod: "DELETE",
|
|
398
|
-
responses: {
|
|
399
|
-
200: {
|
|
400
|
-
headersMapper: Mappers.GroupQuotasDeleteHeaders,
|
|
401
|
-
},
|
|
402
|
-
201: {
|
|
403
|
-
headersMapper: Mappers.GroupQuotasDeleteHeaders,
|
|
404
|
-
},
|
|
405
|
-
202: {
|
|
406
|
-
headersMapper: Mappers.GroupQuotasDeleteHeaders,
|
|
407
|
-
},
|
|
408
|
-
204: {
|
|
409
|
-
headersMapper: Mappers.GroupQuotasDeleteHeaders,
|
|
410
|
-
},
|
|
411
|
-
default: {
|
|
412
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
413
|
-
},
|
|
414
|
-
},
|
|
415
|
-
queryParameters: [Parameters.apiVersion],
|
|
416
|
-
urlParameters: [
|
|
417
|
-
Parameters.$host,
|
|
418
|
-
Parameters.managementGroupId,
|
|
419
|
-
Parameters.groupQuotaName,
|
|
420
|
-
],
|
|
421
|
-
headerParameters: [Parameters.accept],
|
|
422
|
-
serializer,
|
|
423
|
-
};
|
|
424
|
-
const listOperationSpec = {
|
|
425
|
-
path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas",
|
|
426
|
-
httpMethod: "GET",
|
|
427
|
-
responses: {
|
|
428
|
-
200: {
|
|
429
|
-
bodyMapper: Mappers.GroupQuotaList,
|
|
430
|
-
},
|
|
431
|
-
default: {
|
|
432
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
433
|
-
},
|
|
434
|
-
},
|
|
435
|
-
queryParameters: [Parameters.apiVersion],
|
|
436
|
-
urlParameters: [Parameters.$host, Parameters.managementGroupId],
|
|
437
|
-
headerParameters: [Parameters.accept],
|
|
438
|
-
serializer,
|
|
439
|
-
};
|
|
440
|
-
const listNextOperationSpec = {
|
|
441
|
-
path: "{nextLink}",
|
|
442
|
-
httpMethod: "GET",
|
|
443
|
-
responses: {
|
|
444
|
-
200: {
|
|
445
|
-
bodyMapper: Mappers.GroupQuotaList,
|
|
446
|
-
},
|
|
447
|
-
default: {
|
|
448
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
449
|
-
},
|
|
450
|
-
},
|
|
451
|
-
urlParameters: [
|
|
452
|
-
Parameters.$host,
|
|
453
|
-
Parameters.managementGroupId,
|
|
454
|
-
Parameters.nextLink,
|
|
455
|
-
],
|
|
456
|
-
headerParameters: [Parameters.accept],
|
|
457
|
-
serializer,
|
|
458
|
-
};
|
|
459
|
-
//# sourceMappingURL=groupQuotas.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotas.js","sourceRoot":"","sources":["../../../src/operations/groupQuotas.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 { GroupQuotas } 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 GroupQuotasEntity,\n GroupQuotasListNextOptionalParams,\n GroupQuotasListOptionalParams,\n GroupQuotasListResponse,\n GroupQuotasCreateOrUpdateOptionalParams,\n GroupQuotasCreateOrUpdateResponse,\n GroupQuotasUpdateOptionalParams,\n GroupQuotasUpdateResponse,\n GroupQuotasGetOptionalParams,\n GroupQuotasGetResponse,\n GroupQuotasDeleteOptionalParams,\n GroupQuotasDeleteResponse,\n GroupQuotasListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GroupQuotas operations. */\nexport class GroupQuotasImpl implements GroupQuotas {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class GroupQuotas class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties\n * only.The details on group quota can be access from the group quota APIs.\n * @param managementGroupId Management Group Id.\n * @param options The options parameters.\n */\n public list(\n managementGroupId: string,\n options?: GroupQuotasListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotasEntity> {\n const iter = this.listPagingAll(managementGroupId, 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(managementGroupId, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n managementGroupId: string,\n options?: GroupQuotasListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<GroupQuotasEntity[]> {\n let result: GroupQuotasListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(managementGroupId, 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(\n managementGroupId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n managementGroupId: string,\n options?: GroupQuotasListOptionalParams,\n ): AsyncIterableIterator<GroupQuotasEntity> {\n for await (const page of this.listPagingPage(managementGroupId, options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The\n * status can be polled periodically. The status Async polling is using standards defined at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasCreateOrUpdateResponse>,\n GroupQuotasCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotasCreateOrUpdateResponse> => {\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: { managementGroupId, groupQuotaName, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotasCreateOrUpdateResponse,\n OperationState<GroupQuotasCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The\n * status can be polled periodically. The status Async polling is using standards defined at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasCreateOrUpdateOptionalParams,\n ): Promise<GroupQuotasCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the\n * Service. The status can be polled periodically. The status Async polling is using standards defined\n * at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * Any change in the filters will be applicable to the future quota assignments, existing quota\n * allocated to subscriptions from the GroupQuotas remains unchanged.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasUpdateResponse>,\n GroupQuotasUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotasUpdateResponse> => {\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: { managementGroupId, groupQuotaName, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotasUpdateResponse,\n OperationState<GroupQuotasUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the\n * Service. The status can be polled periodically. The status Async polling is using standards defined\n * at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * Any change in the filters will be applicable to the future quota assignments, existing quota\n * allocated to subscriptions from the GroupQuotas remains unchanged.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasUpdateOptionalParams,\n ): Promise<GroupQuotasUpdateResponse> {\n const poller = await this.beginUpdate(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The\n * details on group quota can be access from the group quota APIs.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasGetOptionalParams,\n ): Promise<GroupQuotasGetResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, groupQuotaName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be\n * lost.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginDelete(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasDeleteResponse>,\n GroupQuotasDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotasDeleteResponse> => {\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: { managementGroupId, groupQuotaName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotasDeleteResponse,\n OperationState<GroupQuotasDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be\n * lost.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasDeleteOptionalParams,\n ): Promise<GroupQuotasDeleteResponse> {\n const poller = await this.beginDelete(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties\n * only.The details on group quota can be access from the group quota APIs.\n * @param managementGroupId Management Group Id.\n * @param options The options parameters.\n */\n private _list(\n managementGroupId: string,\n options?: GroupQuotasListOptionalParams,\n ): Promise<GroupQuotasListResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param managementGroupId Management Group Id.\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 managementGroupId: string,\n nextLink: string,\n options?: GroupQuotasListNextOptionalParams,\n ): Promise<GroupQuotasListNextResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 201: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 202: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 204: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.groupQuotaPutRequestBody,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 201: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 202: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n 204: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.groupQuotasPatchRequestBody,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotasEntity,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.GroupQuotasDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.GroupQuotasDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.GroupQuotasDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.GroupQuotasDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.managementGroupId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from "./groupQuotas.js";
|
|
2
|
-
export * from "./groupQuotaSubscriptions.js";
|
|
3
|
-
export * from "./groupQuotaSubscriptionRequests.js";
|
|
4
|
-
export * from "./groupQuotaLimitsRequest.js";
|
|
5
|
-
export * from "./groupQuotaLimits.js";
|
|
6
|
-
export * from "./groupQuotaSubscriptionAllocationRequest.js";
|
|
7
|
-
export * from "./groupQuotaSubscriptionAllocation.js";
|
|
8
|
-
export * from "./usages.js";
|
|
9
|
-
export * from "./quota.js";
|
|
10
|
-
export * from "./quotaRequestStatus.js";
|
|
11
|
-
export * from "./quotaOperation.js";
|
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
const tslib_1 = require("tslib");
|
|
11
|
-
tslib_1.__exportStar(require("./groupQuotas.js"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./groupQuotaSubscriptions.js"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./groupQuotaSubscriptionRequests.js"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./groupQuotaLimitsRequest.js"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./groupQuotaLimits.js"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./groupQuotaSubscriptionAllocationRequest.js"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./groupQuotaSubscriptionAllocation.js"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./usages.js"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./quota.js"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./quotaRequestStatus.js"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./quotaOperation.js"), exports);
|
|
22
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,2DAAiC;AACjC,uEAA6C;AAC7C,8EAAoD;AACpD,uEAA6C;AAC7C,gEAAsC;AACtC,uFAA6D;AAC7D,gFAAsD;AACtD,sDAA4B;AAC5B,qDAA2B;AAC3B,kEAAwC;AACxC,8DAAoC","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\nexport * from \"./groupQuotas.js\";\nexport * from \"./groupQuotaSubscriptions.js\";\nexport * from \"./groupQuotaSubscriptionRequests.js\";\nexport * from \"./groupQuotaLimitsRequest.js\";\nexport * from \"./groupQuotaLimits.js\";\nexport * from \"./groupQuotaSubscriptionAllocationRequest.js\";\nexport * from \"./groupQuotaSubscriptionAllocation.js\";\nexport * from \"./usages.js\";\nexport * from \"./quota.js\";\nexport * from \"./quotaRequestStatus.js\";\nexport * from \"./quotaOperation.js\";\n"]}
|