@azure/arm-quota 1.1.0-beta.1 → 1.1.0-beta.2
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/CHANGELOG.md +132 -1
- package/LICENSE +1 -1
- package/README.md +3 -4
- package/dist/browser/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/browser/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/browser/azureQuotaExtensionAPI.js +108 -0
- package/dist/browser/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +14 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +1544 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +74 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +103 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2517 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +26 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +243 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/browser/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaLimits.js +65 -0
- package/dist/browser/operations/groupQuotaLimits.js.map +1 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/browser/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/browser/operations/groupQuotas.d.ts +123 -0
- package/dist/browser/operations/groupQuotas.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotas.js +456 -0
- package/dist/browser/operations/groupQuotas.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/quota.d.ts +147 -0
- package/dist/browser/operations/quota.d.ts.map +1 -0
- package/dist/browser/operations/quota.js +400 -0
- package/dist/browser/operations/quota.js.map +1 -0
- package/dist/browser/operations/quotaOperation.d.ts +32 -0
- package/dist/browser/operations/quotaOperation.d.ts.map +1 -0
- package/dist/browser/operations/quotaOperation.js +133 -0
- package/dist/browser/operations/quotaOperation.js.map +1 -0
- package/dist/browser/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/browser/operations/quotaRequestStatus.js +186 -0
- package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +61 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +183 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/quota.d.ts +115 -0
- package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quota.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +30 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.js +113 -0
- package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1544 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +77 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +103 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2521 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +246 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimits.js +70 -0
- package/dist/commonjs/operations/groupQuotaLimits.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js +328 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +73 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +346 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +192 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.js +453 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/groupQuotas.d.ts +123 -0
- package/dist/commonjs/operations/groupQuotas.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotas.js +460 -0
- package/dist/commonjs/operations/groupQuotas.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/quota.d.ts +147 -0
- package/dist/commonjs/operations/quota.d.ts.map +1 -0
- package/dist/commonjs/operations/quota.js +404 -0
- package/dist/commonjs/operations/quota.js.map +1 -0
- package/dist/commonjs/operations/quotaOperation.d.ts +32 -0
- package/dist/commonjs/operations/quotaOperation.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaOperation.js +137 -0
- package/dist/commonjs/operations/quotaOperation.js.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.js +190 -0
- package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +61 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +187 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.js +10 -0
- package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/esm/azureQuotaExtensionAPI.js +108 -0
- package/dist/esm/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1544 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +74 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +103 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2517 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +243 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/esm/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaLimits.js +65 -0
- package/dist/esm/operations/groupQuotaLimits.js.map +1 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/esm/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/esm/operations/groupQuotas.d.ts +123 -0
- package/dist/esm/operations/groupQuotas.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotas.js +456 -0
- package/dist/esm/operations/groupQuotas.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/quota.d.ts +147 -0
- package/dist/esm/operations/quota.d.ts.map +1 -0
- package/dist/esm/operations/quota.js +400 -0
- package/dist/esm/operations/quota.js.map +1 -0
- package/dist/esm/operations/quotaOperation.d.ts +32 -0
- package/dist/esm/operations/quotaOperation.d.ts.map +1 -0
- package/dist/esm/operations/quotaOperation.js +133 -0
- package/dist/esm/operations/quotaOperation.js.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.js +186 -0
- package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +61 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +183 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotas.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/quota.d.ts +115 -0
- package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quota.js +9 -0
- package/dist/esm/operationsInterfaces/quota.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaOperation.js +9 -0
- package/dist/esm/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +30 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.js +108 -0
- package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1544 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +74 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +103 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2517 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +243 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/react-native/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaLimits.js +65 -0
- package/dist/react-native/operations/groupQuotaLimits.js.map +1 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/react-native/operations/groupQuotas.d.ts +123 -0
- package/dist/react-native/operations/groupQuotas.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotas.js +456 -0
- package/dist/react-native/operations/groupQuotas.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/quota.d.ts +147 -0
- package/dist/react-native/operations/quota.d.ts.map +1 -0
- package/dist/react-native/operations/quota.js +400 -0
- package/dist/react-native/operations/quota.js.map +1 -0
- package/dist/react-native/operations/quotaOperation.d.ts +32 -0
- package/dist/react-native/operations/quotaOperation.d.ts.map +1 -0
- package/dist/react-native/operations/quotaOperation.js +133 -0
- package/dist/react-native/operations/quotaOperation.js.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.js +186 -0
- package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +61 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +183 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.js +9 -0
- package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +79 -53
- package/review/arm-quota.api.md +49 -247
- package/dist/index.js +0 -7283
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js +0 -42
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.js +0 -57
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js +0 -38
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js +0 -55
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js +0 -86
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js +0 -54
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js +0 -56
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js +0 -40
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js +0 -57
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js +0 -46
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js +0 -38
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.js +0 -55
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasDeleteSample.js +0 -37
- package/dist-esm/samples-dev/groupQuotasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasGetSample.js +0 -37
- package/dist-esm/samples-dev/groupQuotasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasListSample.js +0 -52
- package/dist-esm/samples-dev/groupQuotasListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasUpdateSample.js +0 -54
- package/dist-esm/samples-dev/groupQuotasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -131
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.js +0 -54
- package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.js +0 -116
- package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaOperationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaOperationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaOperationListSample.js +0 -51
- package/dist-esm/samples-dev/quotaOperationListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -71
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.js +0 -75
- package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesGetSample.js +0 -54
- package/dist-esm/samples-dev/usagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -116
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/azureQuotaExtensionAPI.d.ts +0 -33
- package/dist-esm/src/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist-esm/src/azureQuotaExtensionAPI.js +0 -113
- package/dist-esm/src/azureQuotaExtensionAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1790
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -100
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -108
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2708
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -28
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -262
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimits.d.ts +0 -77
- package/dist-esm/src/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimits.js +0 -232
- package/dist-esm/src/operations/groupQuotaLimits.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts +0 -131
- package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimitsRequest.js +0 -441
- package/dist-esm/src/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts +0 -144
- package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLocationSettings.js +0 -453
- package/dist-esm/src/operations/groupQuotaLocationSettings.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts +0 -75
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js +0 -211
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -133
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js +0 -450
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js +0 -188
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptions.js +0 -461
- package/dist-esm/src/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaUsages.d.ts +0 -50
- package/dist-esm/src/operations/groupQuotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaUsages.js +0 -177
- package/dist-esm/src/operations/groupQuotaUsages.js.map +0 -1
- package/dist-esm/src/operations/groupQuotas.d.ts +0 -123
- package/dist-esm/src/operations/groupQuotas.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotas.js +0 -468
- package/dist-esm/src/operations/groupQuotas.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/quota.d.ts +0 -147
- package/dist-esm/src/operations/quota.d.ts.map +0 -1
- package/dist-esm/src/operations/quota.js +0 -408
- package/dist-esm/src/operations/quota.js.map +0 -1
- package/dist-esm/src/operations/quotaOperation.d.ts +0 -32
- package/dist-esm/src/operations/quotaOperation.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaOperation.js +0 -133
- package/dist-esm/src/operations/quotaOperation.js.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.d.ts +0 -62
- package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.js +0 -186
- package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -61
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -183
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -95
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts +0 -111
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js +0 -9
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -96
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js +0 -9
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.d.ts +0 -115
- package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/quota_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/quota_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/quota_operations_test.spec.js +0 -98
- package/dist-esm/test/quota_operations_test.spec.js.map +0 -1
- package/src/azureQuotaExtensionAPI.ts +0 -210
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2054
- package/src/models/mappers.ts +0 -2870
- package/src/models/parameters.ts +0 -302
- package/src/operations/groupQuotaLimits.ts +0 -314
- package/src/operations/groupQuotaLimitsRequest.ts +0 -609
- package/src/operations/groupQuotaLocationSettings.ts +0 -616
- package/src/operations/groupQuotaSubscriptionAllocation.ts +0 -284
- package/src/operations/groupQuotaSubscriptionAllocationRequest.ts +0 -626
- package/src/operations/groupQuotaSubscriptionRequests.ts +0 -244
- package/src/operations/groupQuotaSubscriptions.ts +0 -626
- package/src/operations/groupQuotaUsages.ts +0 -248
- package/src/operations/groupQuotas.ts +0 -618
- package/src/operations/index.ts +0 -21
- package/src/operations/quota.ts +0 -521
- package/src/operations/quotaOperation.ts +0 -149
- package/src/operations/quotaRequestStatus.ts +0 -220
- package/src/operations/usages.ts +0 -217
- package/src/operationsInterfaces/groupQuotaLimits.ts +0 -67
- package/src/operationsInterfaces/groupQuotaLimitsRequest.ts +0 -158
- package/src/operationsInterfaces/groupQuotaLocationSettings.ts +0 -174
- package/src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts +0 -64
- package/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts +0 -163
- package/src/operationsInterfaces/groupQuotaSubscriptionRequests.ts +0 -50
- package/src/operationsInterfaces/groupQuotaSubscriptions.ts +0 -151
- package/src/operationsInterfaces/groupQuotaUsages.ts +0 -32
- package/src/operationsInterfaces/groupQuotas.ts +0 -165
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/quota.ts +0 -167
- package/src/operationsInterfaces/quotaOperation.ts +0 -22
- package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
- package/src/operationsInterfaces/usages.ts +0 -51
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-quota.d.ts +0 -2819
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimits.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimitsRequest.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaOperation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import {
|
|
12
|
-
PipelineRequest,
|
|
13
|
-
PipelineResponse,
|
|
14
|
-
SendRequest,
|
|
15
|
-
} from "@azure/core-rest-pipeline";
|
|
16
|
-
import * as coreAuth from "@azure/core-auth";
|
|
17
|
-
import {
|
|
18
|
-
GroupQuotasImpl,
|
|
19
|
-
GroupQuotaSubscriptionsImpl,
|
|
20
|
-
GroupQuotaSubscriptionRequestsImpl,
|
|
21
|
-
GroupQuotaLimitsImpl,
|
|
22
|
-
GroupQuotaLimitsRequestImpl,
|
|
23
|
-
GroupQuotaSubscriptionAllocationImpl,
|
|
24
|
-
GroupQuotaSubscriptionAllocationRequestImpl,
|
|
25
|
-
GroupQuotaUsagesImpl,
|
|
26
|
-
GroupQuotaLocationSettingsImpl,
|
|
27
|
-
UsagesImpl,
|
|
28
|
-
QuotaImpl,
|
|
29
|
-
QuotaRequestStatusImpl,
|
|
30
|
-
QuotaOperationImpl,
|
|
31
|
-
} from "./operations";
|
|
32
|
-
import {
|
|
33
|
-
GroupQuotas,
|
|
34
|
-
GroupQuotaSubscriptions,
|
|
35
|
-
GroupQuotaSubscriptionRequests,
|
|
36
|
-
GroupQuotaLimits,
|
|
37
|
-
GroupQuotaLimitsRequest,
|
|
38
|
-
GroupQuotaSubscriptionAllocation,
|
|
39
|
-
GroupQuotaSubscriptionAllocationRequest,
|
|
40
|
-
GroupQuotaUsages,
|
|
41
|
-
GroupQuotaLocationSettings,
|
|
42
|
-
Usages,
|
|
43
|
-
Quota,
|
|
44
|
-
QuotaRequestStatus,
|
|
45
|
-
QuotaOperation,
|
|
46
|
-
} from "./operationsInterfaces";
|
|
47
|
-
import { AzureQuotaExtensionAPIOptionalParams } from "./models";
|
|
48
|
-
|
|
49
|
-
export class AzureQuotaExtensionAPI extends coreClient.ServiceClient {
|
|
50
|
-
$host: string;
|
|
51
|
-
apiVersion: string;
|
|
52
|
-
subscriptionId?: string;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Initializes a new instance of the AzureQuotaExtensionAPI class.
|
|
56
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
57
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
58
|
-
* @param options The parameter options
|
|
59
|
-
*/
|
|
60
|
-
constructor(
|
|
61
|
-
credentials: coreAuth.TokenCredential,
|
|
62
|
-
subscriptionId: string,
|
|
63
|
-
options?: AzureQuotaExtensionAPIOptionalParams,
|
|
64
|
-
);
|
|
65
|
-
constructor(
|
|
66
|
-
credentials: coreAuth.TokenCredential,
|
|
67
|
-
options?: AzureQuotaExtensionAPIOptionalParams,
|
|
68
|
-
);
|
|
69
|
-
constructor(
|
|
70
|
-
credentials: coreAuth.TokenCredential,
|
|
71
|
-
subscriptionIdOrOptions?: AzureQuotaExtensionAPIOptionalParams | string,
|
|
72
|
-
options?: AzureQuotaExtensionAPIOptionalParams,
|
|
73
|
-
) {
|
|
74
|
-
if (credentials === undefined) {
|
|
75
|
-
throw new Error("'credentials' cannot be null");
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
let subscriptionId: string | undefined;
|
|
79
|
-
|
|
80
|
-
if (typeof subscriptionIdOrOptions === "string") {
|
|
81
|
-
subscriptionId = subscriptionIdOrOptions;
|
|
82
|
-
} else if (typeof subscriptionIdOrOptions === "object") {
|
|
83
|
-
options = subscriptionIdOrOptions;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// Initializing default values for options
|
|
87
|
-
if (!options) {
|
|
88
|
-
options = {};
|
|
89
|
-
}
|
|
90
|
-
const defaults: AzureQuotaExtensionAPIOptionalParams = {
|
|
91
|
-
requestContentType: "application/json; charset=utf-8",
|
|
92
|
-
credential: credentials,
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
const packageDetails = `azsdk-js-arm-quota/1.1.0-beta.1`;
|
|
96
|
-
const userAgentPrefix =
|
|
97
|
-
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
98
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
99
|
-
: `${packageDetails}`;
|
|
100
|
-
|
|
101
|
-
const optionsWithDefaults = {
|
|
102
|
-
...defaults,
|
|
103
|
-
...options,
|
|
104
|
-
userAgentOptions: {
|
|
105
|
-
userAgentPrefix,
|
|
106
|
-
},
|
|
107
|
-
endpoint:
|
|
108
|
-
options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
109
|
-
};
|
|
110
|
-
super(optionsWithDefaults);
|
|
111
|
-
|
|
112
|
-
let bearerTokenAuthenticationPolicyFound: boolean = false;
|
|
113
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
114
|
-
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =
|
|
115
|
-
options.pipeline.getOrderedPolicies();
|
|
116
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
|
117
|
-
(pipelinePolicy) =>
|
|
118
|
-
pipelinePolicy.name ===
|
|
119
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
120
|
-
);
|
|
121
|
-
}
|
|
122
|
-
if (
|
|
123
|
-
!options ||
|
|
124
|
-
!options.pipeline ||
|
|
125
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
126
|
-
!bearerTokenAuthenticationPolicyFound
|
|
127
|
-
) {
|
|
128
|
-
this.pipeline.removePolicy({
|
|
129
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
130
|
-
});
|
|
131
|
-
this.pipeline.addPolicy(
|
|
132
|
-
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
133
|
-
credential: credentials,
|
|
134
|
-
scopes:
|
|
135
|
-
optionsWithDefaults.credentialScopes ??
|
|
136
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
|
137
|
-
challengeCallbacks: {
|
|
138
|
-
authorizeRequestOnChallenge:
|
|
139
|
-
coreClient.authorizeRequestOnClaimChallenge,
|
|
140
|
-
},
|
|
141
|
-
}),
|
|
142
|
-
);
|
|
143
|
-
}
|
|
144
|
-
// Parameter assignments
|
|
145
|
-
this.subscriptionId = subscriptionId;
|
|
146
|
-
|
|
147
|
-
// Assigning values to Constant parameters
|
|
148
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
149
|
-
this.apiVersion = options.apiVersion || "2023-06-01-preview";
|
|
150
|
-
this.groupQuotas = new GroupQuotasImpl(this);
|
|
151
|
-
this.groupQuotaSubscriptions = new GroupQuotaSubscriptionsImpl(this);
|
|
152
|
-
this.groupQuotaSubscriptionRequests =
|
|
153
|
-
new GroupQuotaSubscriptionRequestsImpl(this);
|
|
154
|
-
this.groupQuotaLimits = new GroupQuotaLimitsImpl(this);
|
|
155
|
-
this.groupQuotaLimitsRequest = new GroupQuotaLimitsRequestImpl(this);
|
|
156
|
-
this.groupQuotaSubscriptionAllocation =
|
|
157
|
-
new GroupQuotaSubscriptionAllocationImpl(this);
|
|
158
|
-
this.groupQuotaSubscriptionAllocationRequest =
|
|
159
|
-
new GroupQuotaSubscriptionAllocationRequestImpl(this);
|
|
160
|
-
this.groupQuotaUsages = new GroupQuotaUsagesImpl(this);
|
|
161
|
-
this.groupQuotaLocationSettings = new GroupQuotaLocationSettingsImpl(this);
|
|
162
|
-
this.usages = new UsagesImpl(this);
|
|
163
|
-
this.quota = new QuotaImpl(this);
|
|
164
|
-
this.quotaRequestStatus = new QuotaRequestStatusImpl(this);
|
|
165
|
-
this.quotaOperation = new QuotaOperationImpl(this);
|
|
166
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
170
|
-
private addCustomApiVersionPolicy(apiVersion?: string) {
|
|
171
|
-
if (!apiVersion) {
|
|
172
|
-
return;
|
|
173
|
-
}
|
|
174
|
-
const apiVersionPolicy = {
|
|
175
|
-
name: "CustomApiVersionPolicy",
|
|
176
|
-
async sendRequest(
|
|
177
|
-
request: PipelineRequest,
|
|
178
|
-
next: SendRequest,
|
|
179
|
-
): Promise<PipelineResponse> {
|
|
180
|
-
const param = request.url.split("?");
|
|
181
|
-
if (param.length > 1) {
|
|
182
|
-
const newParams = param[1].split("&").map((item) => {
|
|
183
|
-
if (item.indexOf("api-version") > -1) {
|
|
184
|
-
return "api-version=" + apiVersion;
|
|
185
|
-
} else {
|
|
186
|
-
return item;
|
|
187
|
-
}
|
|
188
|
-
});
|
|
189
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
190
|
-
}
|
|
191
|
-
return next(request);
|
|
192
|
-
},
|
|
193
|
-
};
|
|
194
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
groupQuotas: GroupQuotas;
|
|
198
|
-
groupQuotaSubscriptions: GroupQuotaSubscriptions;
|
|
199
|
-
groupQuotaSubscriptionRequests: GroupQuotaSubscriptionRequests;
|
|
200
|
-
groupQuotaLimits: GroupQuotaLimits;
|
|
201
|
-
groupQuotaLimitsRequest: GroupQuotaLimitsRequest;
|
|
202
|
-
groupQuotaSubscriptionAllocation: GroupQuotaSubscriptionAllocation;
|
|
203
|
-
groupQuotaSubscriptionAllocationRequest: GroupQuotaSubscriptionAllocationRequest;
|
|
204
|
-
groupQuotaUsages: GroupQuotaUsages;
|
|
205
|
-
groupQuotaLocationSettings: GroupQuotaLocationSettings;
|
|
206
|
-
usages: Usages;
|
|
207
|
-
quota: Quota;
|
|
208
|
-
quotaRequestStatus: QuotaRequestStatus;
|
|
209
|
-
quotaOperation: QuotaOperation;
|
|
210
|
-
}
|
package/src/index.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/// <reference lib="esnext.asynciterable" />
|
|
10
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
11
|
-
export * from "./models";
|
|
12
|
-
export { AzureQuotaExtensionAPI } from "./azureQuotaExtensionAPI";
|
|
13
|
-
export * from "./operationsInterfaces";
|
package/src/lroImpl.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT license.
|
|
11
|
-
|
|
12
|
-
import { AbortSignalLike } from "@azure/abort-controller";
|
|
13
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
14
|
-
|
|
15
|
-
export function createLroSpec<T>(inputs: {
|
|
16
|
-
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
17
|
-
args: Record<string, unknown>;
|
|
18
|
-
spec: {
|
|
19
|
-
readonly requestBody?: unknown;
|
|
20
|
-
readonly path?: string;
|
|
21
|
-
readonly httpMethod: string;
|
|
22
|
-
} & Record<string, any>;
|
|
23
|
-
}): LongRunningOperation<T> {
|
|
24
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
25
|
-
return {
|
|
26
|
-
requestMethod: spec.httpMethod,
|
|
27
|
-
requestPath: spec.path!,
|
|
28
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
29
|
-
sendPollRequest: (
|
|
30
|
-
path: string,
|
|
31
|
-
options?: { abortSignal?: AbortSignalLike },
|
|
32
|
-
) => {
|
|
33
|
-
const { requestBody, ...restSpec } = spec;
|
|
34
|
-
return sendOperationFn(args, {
|
|
35
|
-
...restSpec,
|
|
36
|
-
httpMethod: "GET",
|
|
37
|
-
path,
|
|
38
|
-
abortSignal: options?.abortSignal,
|
|
39
|
-
});
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
}
|