@azure/arm-quota 1.1.0-beta.1 → 1.1.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/CHANGELOG.md +262 -1
- package/LICENSE +4 -4
- package/README.md +25 -19
- 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.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 +24 -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 +21 -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 +21 -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 +83 -58
- 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.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}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const GroupQuotasEntityBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityBase\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const LROResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LROResponseProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const GroupQuotasEntityBasePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityBasePatch\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntity\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionIdProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionIdProperties\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionIdList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionIdList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionId\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionRequestStatusList: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionRequestStatusList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionRequestStatus\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaSubscriptionRequestStatusProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionRequestStatusProperties\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n requestSubmitTime: {\n serializedName: \"requestSubmitTime\",\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaLimitListProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitListProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimit\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaLimit: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimit\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaDetails\",\n modelProperties: {\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n comment: {\n serializedName: \"comment\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaDetailsName\",\n },\n },\n availableLimit: {\n serializedName: \"availableLimit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n allocatedToSubscriptions: {\n serializedName: \"allocatedToSubscriptions\",\n type: {\n name: \"Composite\",\n className: \"AllocatedQuotaToSubscriptionList\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaDetailsName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaDetailsName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AllocatedQuotaToSubscriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllocatedQuotaToSubscriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AllocatedToSubscription\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AllocatedToSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllocatedToSubscription\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n quotaAllocated: {\n serializedName: \"quotaAllocated\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubmittedResourceRequestStatusProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatusProperties\",\n modelProperties: {\n requestedResource: {\n serializedName: \"requestedResource\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBase\",\n },\n },\n requestSubmitTime: {\n serializedName: \"requestSubmitTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n faultCode: {\n serializedName: \"faultCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaRequestBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBase\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBaseProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaRequestBaseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBaseProperties\",\n modelProperties: {\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBasePropertiesName\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n comments: {\n serializedName: \"comments\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaRequestBasePropertiesName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaRequestBasePropertiesName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubmittedResourceRequestStatusList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatusList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatus\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaAllocationsListProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsListProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocations\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SubscriptionQuotaAllocations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocations\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsProperties\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaDetails\",\n modelProperties: {\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n shareableQuota: {\n serializedName: \"shareableQuota\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaDetailsName\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaDetailsName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaDetailsName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaAllocationRequestStatusProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatusProperties\",\n modelProperties: {\n requestedResource: {\n serializedName: \"requestedResource\",\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBase\",\n },\n },\n requestSubmitTime: {\n serializedName: \"requestSubmitTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n faultCode: {\n serializedName: \"faultCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QuotaAllocationRequestBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBase\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBaseProperties\",\n },\n },\n },\n },\n};\n\nexport const QuotaAllocationRequestBaseProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBaseProperties\",\n modelProperties: {\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBasePropertiesName\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QuotaAllocationRequestBasePropertiesName: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestBasePropertiesName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QuotaAllocationRequestStatusList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatusList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatus\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CurrentUsagesBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CurrentUsagesBase\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UsagesProperties\",\n },\n },\n },\n },\n};\n\nexport const UsagesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesProperties\",\n modelProperties: {\n usages: {\n serializedName: \"usages\",\n type: {\n name: \"Composite\",\n className: \"UsagesObject\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isQuotaApplicable: {\n serializedName: \"isQuotaApplicable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const UsagesObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesObject\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n usagesType: {\n serializedName: \"usagesType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExceptionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExceptionResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ServiceError\",\n },\n },\n },\n },\n};\n\nexport const ServiceError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceErrorDetail\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UsagesLimits: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesLimits\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CurrentUsagesBase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CurrentQuotaLimitBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CurrentQuotaLimitBase\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaProperties\",\n },\n },\n },\n },\n};\n\nexport const QuotaProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaProperties\",\n modelProperties: {\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Composite\",\n className: \"LimitJsonObject\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isQuotaApplicable: {\n serializedName: \"isQuotaApplicable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const LimitJsonObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LimitJsonObject\",\n uberParent: \"LimitJsonObject\",\n polymorphicDiscriminator: {\n serializedName: \"limitObjectType\",\n clientName: \"limitObjectType\",\n },\n modelProperties: {\n limitObjectType: {\n serializedName: \"limitObjectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaLimits: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaLimits\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CurrentQuotaLimitBase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaRequestDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestDetails\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const QuotaRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ServiceErrorDetail\",\n },\n },\n requestSubmitTime: {\n serializedName: \"requestSubmitTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubRequest\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SubRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subRequestId: {\n serializedName: \"subRequestId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Composite\",\n className: \"LimitJsonObject\",\n },\n },\n },\n },\n};\n\nexport const QuotaRequestDetailsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestDetailsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestDetails\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResponse\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResponse\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaAllocationRequestList: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationRequestList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatus\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SubscriptionGroupQuotaAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionGroupQuotaAssignment\",\n modelProperties: {\n groupQuotaId: {\n serializedName: \"groupQuotaId\",\n type: {\n name: \"String\",\n },\n },\n quotaAllocated: {\n serializedName: \"quotaAllocated\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaAllocationsStatusList: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsStatusList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatus\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ResourceBaseRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceBaseRequest\",\n modelProperties: {\n resourceName: {\n serializedName: \"resourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceUsageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceUsages\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaUsagesBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaUsagesBase\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaUsagesBaseName\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n usages: {\n serializedName: \"usages\",\n type: {\n name: \"Number\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaUsagesBaseName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaUsagesBaseName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CommonResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommonResourceProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaLimitsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaLimitsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CurrentQuotaLimitBase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreateGenericQuotaRequestParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateGenericQuotaRequestParameters\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CurrentQuotaLimitBase\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const QuotaRequestOneResourceSubmitResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestOneResourceSubmitResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaRequestOneResourceProperties\",\n },\n },\n },\n },\n };\n\nexport const QuotaRequestOneResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestOneResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requestSubmitTime: {\n serializedName: \"requestSubmitTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Composite\",\n className: \"LimitObject\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isQuotaApplicable: {\n serializedName: \"isQuotaApplicable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ServiceErrorDetail\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const QuotaRequestSubmitResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestSubmitResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaRequestProperties\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaRequestSubmitResponse202: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestSubmitResponse202\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaRequestStatusDetails\",\n },\n },\n },\n },\n};\n\nexport const QuotaRequestStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaRequestStatusDetails\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Composite\",\n className: \"LimitObject\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const GroupQuotasEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityProperties\",\n modelProperties: {\n ...GroupQuotasEntityBase.type.modelProperties,\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const GroupQuotasEntityPatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityPatchProperties\",\n modelProperties: {\n ...GroupQuotasEntityBasePatch.type.modelProperties,\n },\n },\n};\n\nexport const GroupQuotaLimitProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitProperties\",\n modelProperties: {\n ...GroupQuotaDetails.type.modelProperties,\n },\n },\n};\n\nexport const SubscriptionQuotaAllocationsProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsProperties\",\n modelProperties: {\n ...SubscriptionQuotaDetails.type.modelProperties,\n },\n },\n };\n\nexport const LimitObject: coreClient.CompositeMapper = {\n serializedName: \"LimitValue\",\n type: {\n name: \"Composite\",\n className: \"LimitObject\",\n uberParent: \"LimitJsonObject\",\n polymorphicDiscriminator: LimitJsonObject.type.polymorphicDiscriminator,\n modelProperties: {\n ...LimitJsonObject.type.modelProperties,\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n limitType: {\n serializedName: \"limitType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotasEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntity\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityProperties\",\n },\n },\n },\n },\n};\n\nexport const LROResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LROResponse\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LROResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotasEntityPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityPatch\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotasEntityPatchProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionId\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionIdProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionRequestStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionRequestStatus\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionRequestStatusProperties\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaLimitList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitList\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitListProperties\",\n },\n },\n },\n },\n};\n\nexport const SubmittedResourceRequestStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatus\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubmittedResourceRequestStatusProperties\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotaAllocationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsList\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotaAllocationsListProperties\",\n },\n },\n },\n },\n};\n\nexport const QuotaAllocationRequestStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatus\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"QuotaAllocationRequestStatusProperties\",\n },\n },\n },\n },\n};\n\nexport const ResourceUsages: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsages\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupQuotaUsagesBase\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotasCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotasUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotasDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupQuotasDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GroupQuotaSubscriptionsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaSubscriptionsUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionsUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaSubscriptionsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionsDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaLimitsRequestUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaLimitsRequestUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GroupQuotaSubscriptionAllocationRequestUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GroupQuotaSubscriptionAllocationRequestUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const UsagesGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UsagesListHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesListHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UsagesListNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesListNextHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaListHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaListHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaListNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaListNextHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n LimitJsonObject: LimitJsonObject,\n \"LimitJsonObject.LimitValue\": LimitObject,\n};\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const contentType: OperationParameter;
|
|
3
|
+
export declare const groupQuotaPutRequestBody: OperationParameter;
|
|
4
|
+
export declare const accept: OperationParameter;
|
|
5
|
+
export declare const $host: OperationURLParameter;
|
|
6
|
+
export declare const managementGroupId: OperationURLParameter;
|
|
7
|
+
export declare const groupQuotaName: OperationURLParameter;
|
|
8
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
9
|
+
export declare const groupQuotasPatchRequestBody: OperationParameter;
|
|
10
|
+
export declare const nextLink: OperationURLParameter;
|
|
11
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
12
|
+
export declare const requestId: OperationURLParameter;
|
|
13
|
+
export declare const groupQuotaRequest: OperationParameter;
|
|
14
|
+
export declare const resourceProviderName: OperationURLParameter;
|
|
15
|
+
export declare const location: OperationURLParameter;
|
|
16
|
+
export declare const filter: OperationQueryParameter;
|
|
17
|
+
export declare const allocateQuotaRequest: OperationParameter;
|
|
18
|
+
export declare const allocationId: OperationURLParameter;
|
|
19
|
+
export declare const resourceName: OperationURLParameter;
|
|
20
|
+
export declare const scope: OperationURLParameter;
|
|
21
|
+
export declare const createQuotaRequest: OperationParameter;
|
|
22
|
+
export declare const id: OperationURLParameter;
|
|
23
|
+
export declare const filter1: OperationQueryParameter;
|
|
24
|
+
export declare const top: OperationQueryParameter;
|
|
25
|
+
export declare const skiptoken: OperationQueryParameter;
|
|
26
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,kBAGtC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAc5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,kBAGzC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBAclC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAYtB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAYpB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,EAAE,EAAE,qBAShB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAWjB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC"}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { GroupQuotasEntity as GroupQuotasEntityMapper, GroupQuotasEntityPatch as GroupQuotasEntityPatchMapper, GroupQuotaLimitList as GroupQuotaLimitListMapper, SubscriptionQuotaAllocationsList as SubscriptionQuotaAllocationsListMapper, CurrentQuotaLimitBase as CurrentQuotaLimitBaseMapper, } from "../models/mappers.js";
|
|
9
|
+
export const contentType = {
|
|
10
|
+
parameterPath: ["options", "contentType"],
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Content-Type",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const groupQuotaPutRequestBody = {
|
|
21
|
+
parameterPath: ["options", "groupQuotaPutRequestBody"],
|
|
22
|
+
mapper: GroupQuotasEntityMapper,
|
|
23
|
+
};
|
|
24
|
+
export const accept = {
|
|
25
|
+
parameterPath: "accept",
|
|
26
|
+
mapper: {
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Accept",
|
|
30
|
+
type: {
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
export const $host = {
|
|
36
|
+
parameterPath: "$host",
|
|
37
|
+
mapper: {
|
|
38
|
+
serializedName: "$host",
|
|
39
|
+
required: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
skipEncoding: true,
|
|
45
|
+
};
|
|
46
|
+
export const managementGroupId = {
|
|
47
|
+
parameterPath: "managementGroupId",
|
|
48
|
+
mapper: {
|
|
49
|
+
constraints: {
|
|
50
|
+
MaxLength: 63,
|
|
51
|
+
MinLength: 3,
|
|
52
|
+
},
|
|
53
|
+
serializedName: "managementGroupId",
|
|
54
|
+
required: true,
|
|
55
|
+
type: {
|
|
56
|
+
name: "String",
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
export const groupQuotaName = {
|
|
61
|
+
parameterPath: "groupQuotaName",
|
|
62
|
+
mapper: {
|
|
63
|
+
constraints: {
|
|
64
|
+
Pattern: new RegExp("^[a-z][a-z0-9]*$"),
|
|
65
|
+
MaxLength: 63,
|
|
66
|
+
MinLength: 3,
|
|
67
|
+
},
|
|
68
|
+
serializedName: "groupQuotaName",
|
|
69
|
+
required: true,
|
|
70
|
+
type: {
|
|
71
|
+
name: "String",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
export const apiVersion = {
|
|
76
|
+
parameterPath: "apiVersion",
|
|
77
|
+
mapper: {
|
|
78
|
+
defaultValue: "2025-03-01",
|
|
79
|
+
isConstant: true,
|
|
80
|
+
serializedName: "api-version",
|
|
81
|
+
type: {
|
|
82
|
+
name: "String",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
};
|
|
86
|
+
export const groupQuotasPatchRequestBody = {
|
|
87
|
+
parameterPath: ["options", "groupQuotasPatchRequestBody"],
|
|
88
|
+
mapper: GroupQuotasEntityPatchMapper,
|
|
89
|
+
};
|
|
90
|
+
export const nextLink = {
|
|
91
|
+
parameterPath: "nextLink",
|
|
92
|
+
mapper: {
|
|
93
|
+
serializedName: "nextLink",
|
|
94
|
+
required: true,
|
|
95
|
+
type: {
|
|
96
|
+
name: "String",
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
skipEncoding: true,
|
|
100
|
+
};
|
|
101
|
+
export const subscriptionId = {
|
|
102
|
+
parameterPath: "subscriptionId",
|
|
103
|
+
mapper: {
|
|
104
|
+
serializedName: "subscriptionId",
|
|
105
|
+
required: true,
|
|
106
|
+
type: {
|
|
107
|
+
name: "Uuid",
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
};
|
|
111
|
+
export const requestId = {
|
|
112
|
+
parameterPath: "requestId",
|
|
113
|
+
mapper: {
|
|
114
|
+
serializedName: "requestId",
|
|
115
|
+
required: true,
|
|
116
|
+
type: {
|
|
117
|
+
name: "String",
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
};
|
|
121
|
+
export const groupQuotaRequest = {
|
|
122
|
+
parameterPath: ["options", "groupQuotaRequest"],
|
|
123
|
+
mapper: GroupQuotaLimitListMapper,
|
|
124
|
+
};
|
|
125
|
+
export const resourceProviderName = {
|
|
126
|
+
parameterPath: "resourceProviderName",
|
|
127
|
+
mapper: {
|
|
128
|
+
constraints: {
|
|
129
|
+
Pattern: new RegExp("^((?!-)[a-zA-Z0-9-]{1,63}(?<!-)\\.)+[a-zA-Z]{2,63}$"),
|
|
130
|
+
},
|
|
131
|
+
serializedName: "resourceProviderName",
|
|
132
|
+
required: true,
|
|
133
|
+
type: {
|
|
134
|
+
name: "String",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
};
|
|
138
|
+
export const location = {
|
|
139
|
+
parameterPath: "location",
|
|
140
|
+
mapper: {
|
|
141
|
+
constraints: {
|
|
142
|
+
MinLength: 1,
|
|
143
|
+
},
|
|
144
|
+
serializedName: "location",
|
|
145
|
+
required: true,
|
|
146
|
+
type: {
|
|
147
|
+
name: "String",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
export const filter = {
|
|
152
|
+
parameterPath: "filter",
|
|
153
|
+
mapper: {
|
|
154
|
+
constraints: {
|
|
155
|
+
MinLength: 12,
|
|
156
|
+
},
|
|
157
|
+
serializedName: "$filter",
|
|
158
|
+
required: true,
|
|
159
|
+
type: {
|
|
160
|
+
name: "String",
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
};
|
|
164
|
+
export const allocateQuotaRequest = {
|
|
165
|
+
parameterPath: "allocateQuotaRequest",
|
|
166
|
+
mapper: SubscriptionQuotaAllocationsListMapper,
|
|
167
|
+
};
|
|
168
|
+
export const allocationId = {
|
|
169
|
+
parameterPath: "allocationId",
|
|
170
|
+
mapper: {
|
|
171
|
+
serializedName: "allocationId",
|
|
172
|
+
required: true,
|
|
173
|
+
type: {
|
|
174
|
+
name: "String",
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
};
|
|
178
|
+
export const resourceName = {
|
|
179
|
+
parameterPath: "resourceName",
|
|
180
|
+
mapper: {
|
|
181
|
+
serializedName: "resourceName",
|
|
182
|
+
required: true,
|
|
183
|
+
type: {
|
|
184
|
+
name: "String",
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
};
|
|
188
|
+
export const scope = {
|
|
189
|
+
parameterPath: "scope",
|
|
190
|
+
mapper: {
|
|
191
|
+
serializedName: "scope",
|
|
192
|
+
required: true,
|
|
193
|
+
type: {
|
|
194
|
+
name: "String",
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
skipEncoding: true,
|
|
198
|
+
};
|
|
199
|
+
export const createQuotaRequest = {
|
|
200
|
+
parameterPath: "createQuotaRequest",
|
|
201
|
+
mapper: CurrentQuotaLimitBaseMapper,
|
|
202
|
+
};
|
|
203
|
+
export const id = {
|
|
204
|
+
parameterPath: "id",
|
|
205
|
+
mapper: {
|
|
206
|
+
serializedName: "id",
|
|
207
|
+
required: true,
|
|
208
|
+
type: {
|
|
209
|
+
name: "String",
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
};
|
|
213
|
+
export const filter1 = {
|
|
214
|
+
parameterPath: ["options", "filter"],
|
|
215
|
+
mapper: {
|
|
216
|
+
serializedName: "$filter",
|
|
217
|
+
type: {
|
|
218
|
+
name: "String",
|
|
219
|
+
},
|
|
220
|
+
},
|
|
221
|
+
};
|
|
222
|
+
export const top = {
|
|
223
|
+
parameterPath: ["options", "top"],
|
|
224
|
+
mapper: {
|
|
225
|
+
constraints: {
|
|
226
|
+
InclusiveMinimum: 1,
|
|
227
|
+
},
|
|
228
|
+
serializedName: "$top",
|
|
229
|
+
type: {
|
|
230
|
+
name: "Number",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
};
|
|
234
|
+
export const skiptoken = {
|
|
235
|
+
parameterPath: ["options", "skiptoken"],
|
|
236
|
+
mapper: {
|
|
237
|
+
serializedName: "$skiptoken",
|
|
238
|
+
type: {
|
|
239
|
+
name: "String",
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
};
|
|
243
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n GroupQuotasEntity as GroupQuotasEntityMapper,\n GroupQuotasEntityPatch as GroupQuotasEntityPatchMapper,\n GroupQuotaLimitList as GroupQuotaLimitListMapper,\n SubscriptionQuotaAllocationsList as SubscriptionQuotaAllocationsListMapper,\n CurrentQuotaLimitBase as CurrentQuotaLimitBaseMapper,\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupQuotaPutRequestBody: OperationParameter = {\n parameterPath: [\"options\", \"groupQuotaPutRequestBody\"],\n mapper: GroupQuotasEntityMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const managementGroupId: OperationURLParameter = {\n parameterPath: \"managementGroupId\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"managementGroupId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupQuotaName: OperationURLParameter = {\n parameterPath: \"groupQuotaName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]*$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"groupQuotaName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-03-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupQuotasPatchRequestBody: OperationParameter = {\n parameterPath: [\"options\", \"groupQuotasPatchRequestBody\"],\n mapper: GroupQuotasEntityPatchMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const requestId: OperationURLParameter = {\n parameterPath: \"requestId\",\n mapper: {\n serializedName: \"requestId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupQuotaRequest: OperationParameter = {\n parameterPath: [\"options\", \"groupQuotaRequest\"],\n mapper: GroupQuotaLimitListMapper,\n};\n\nexport const resourceProviderName: OperationURLParameter = {\n parameterPath: \"resourceProviderName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^((?!-)[a-zA-Z0-9-]{1,63}(?<!-)\\\\.)+[a-zA-Z]{2,63}$\",\n ),\n },\n serializedName: \"resourceProviderName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: \"filter\",\n mapper: {\n constraints: {\n MinLength: 12,\n },\n serializedName: \"$filter\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const allocateQuotaRequest: OperationParameter = {\n parameterPath: \"allocateQuotaRequest\",\n mapper: SubscriptionQuotaAllocationsListMapper,\n};\n\nexport const allocationId: OperationURLParameter = {\n parameterPath: \"allocationId\",\n mapper: {\n serializedName: \"allocationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const createQuotaRequest: OperationParameter = {\n parameterPath: \"createQuotaRequest\",\n mapper: CurrentQuotaLimitBaseMapper,\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filter1: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"$top\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const skiptoken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skiptoken\"],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { GroupQuotaLimits } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
|
|
3
|
+
import { GroupQuotaLimitsListOptionalParams, GroupQuotaLimitsListResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing GroupQuotaLimits operations. */
|
|
5
|
+
export declare class GroupQuotaLimitsImpl implements GroupQuotaLimits {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class GroupQuotaLimits class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: AzureQuotaExtensionAPI);
|
|
12
|
+
/**
|
|
13
|
+
* Gets the GroupQuotaLimits for the specified resource provider and location for resource names passed
|
|
14
|
+
* in $filter=resourceName eq {SKU}.
|
|
15
|
+
* @param managementGroupId Management Group Id.
|
|
16
|
+
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
17
|
+
* tenantId/MgId.
|
|
18
|
+
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
19
|
+
* Microsoft.Compute resource provider supports this API.
|
|
20
|
+
* @param location The name of the Azure region.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsListOptionalParams): Promise<GroupQuotaLimitsListResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=groupQuotaLimits.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupQuotaLimits.d.ts","sourceRoot":"","sources":["../../../src/operations/groupQuotaLimits.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAIpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,oDAAoD;AACpD,qBAAa,oBAAqB,YAAW,gBAAgB;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;;;OAUG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAYzC"}
|