@azure/arm-computelimit 1.0.0-beta.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/computeLimitContext.d.ts +3 -3
- package/dist/browser/api/computeLimitContext.js +4 -23
- package/dist/browser/api/computeLimitContext.js.map +1 -1
- package/dist/browser/api/features/index.d.ts +3 -0
- package/dist/browser/api/features/index.js +4 -0
- package/dist/browser/api/features/index.js.map +1 -0
- package/dist/browser/api/features/operations.d.ts +19 -0
- package/dist/browser/api/features/operations.js +95 -0
- package/dist/browser/api/features/operations.js.map +1 -0
- package/dist/browser/api/features/options.d.ts +13 -0
- package/dist/browser/api/features/options.js +4 -0
- package/dist/browser/api/features/options.js.map +1 -0
- package/dist/browser/api/guestSubscriptions/index.d.ts +1 -1
- package/dist/browser/api/guestSubscriptions/index.js.map +1 -1
- package/dist/browser/api/guestSubscriptions/operations.js +8 -17
- package/dist/browser/api/guestSubscriptions/operations.js.map +1 -1
- package/dist/browser/api/guestSubscriptions/options.js.map +1 -1
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.js +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.js +3 -6
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/sharedLimits/index.d.ts +1 -1
- package/dist/browser/api/sharedLimits/index.js.map +1 -1
- package/dist/browser/api/sharedLimits/operations.js +10 -23
- package/dist/browser/api/sharedLimits/operations.js.map +1 -1
- package/dist/browser/api/sharedLimits/options.js.map +1 -1
- package/dist/browser/classic/features/index.d.ts +16 -0
- package/dist/browser/classic/features/index.js +16 -0
- package/dist/browser/classic/features/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -3
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/computeLimitClient.d.ts +4 -1
- package/dist/browser/computeLimitClient.js +4 -0
- package/dist/browser/computeLimitClient.js.map +1 -1
- package/dist/browser/index.d.ts +16 -10
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +72 -8
- package/dist/browser/models/models.js +68 -8
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +94 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/browser/static-helpers/pagingHelpers.js +28 -3
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +20 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/computeLimitContext.d.ts +3 -3
- package/dist/commonjs/api/computeLimitContext.js +43 -44
- package/dist/commonjs/api/computeLimitContext.js.map +7 -1
- package/dist/commonjs/api/features/index.d.ts +3 -0
- package/dist/commonjs/api/features/index.js +32 -0
- package/dist/commonjs/api/features/index.js.map +7 -0
- package/dist/commonjs/api/features/operations.d.ts +19 -0
- package/dist/commonjs/api/features/operations.js +150 -0
- package/dist/commonjs/api/features/operations.js.map +7 -0
- package/dist/commonjs/api/features/options.d.ts +13 -0
- package/dist/commonjs/api/features/options.js +16 -0
- package/dist/commonjs/api/features/options.js.map +7 -0
- package/dist/commonjs/api/guestSubscriptions/index.d.ts +1 -1
- package/dist/commonjs/api/guestSubscriptions/index.js +34 -11
- package/dist/commonjs/api/guestSubscriptions/index.js.map +7 -1
- package/dist/commonjs/api/guestSubscriptions/operations.js +158 -122
- package/dist/commonjs/api/guestSubscriptions/operations.js.map +7 -1
- package/dist/commonjs/api/guestSubscriptions/options.js +16 -5
- package/dist/commonjs/api/guestSubscriptions/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +28 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +28 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +62 -33
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +16 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/sharedLimits/index.d.ts +1 -1
- package/dist/commonjs/api/sharedLimits/index.js +34 -11
- package/dist/commonjs/api/sharedLimits/index.js.map +7 -1
- package/dist/commonjs/api/sharedLimits/operations.js +158 -126
- package/dist/commonjs/api/sharedLimits/operations.js.map +7 -1
- package/dist/commonjs/api/sharedLimits/options.js +16 -5
- package/dist/commonjs/api/sharedLimits/options.js.map +7 -1
- package/dist/commonjs/classic/features/index.d.ts +16 -0
- package/dist/commonjs/classic/features/index.js +40 -0
- package/dist/commonjs/classic/features/index.js.map +7 -0
- package/dist/commonjs/classic/guestSubscriptions/index.js +37 -16
- package/dist/commonjs/classic/guestSubscriptions/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +4 -3
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +34 -13
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/sharedLimits/index.js +37 -16
- package/dist/commonjs/classic/sharedLimits/index.js.map +7 -1
- package/dist/commonjs/computeLimitClient.d.ts +4 -1
- package/dist/commonjs/computeLimitClient.js +57 -35
- package/dist/commonjs/computeLimitClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +16 -10
- package/dist/commonjs/index.js +47 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +38 -12
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +72 -8
- package/dist/commonjs/models/models.js +312 -229
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +107 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +50 -40
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +125 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +167 -158
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/computeLimitContext.d.ts +3 -3
- package/dist/esm/api/computeLimitContext.js +4 -23
- package/dist/esm/api/computeLimitContext.js.map +1 -1
- package/dist/esm/api/features/index.d.ts +3 -0
- package/dist/esm/api/features/index.js +4 -0
- package/dist/esm/api/features/index.js.map +1 -0
- package/dist/esm/api/features/operations.d.ts +19 -0
- package/dist/esm/api/features/operations.js +95 -0
- package/dist/esm/api/features/operations.js.map +1 -0
- package/dist/esm/api/features/options.d.ts +13 -0
- package/dist/esm/api/features/options.js +4 -0
- package/dist/esm/api/features/options.js.map +1 -0
- package/dist/esm/api/guestSubscriptions/index.d.ts +1 -1
- package/dist/esm/api/guestSubscriptions/index.js.map +1 -1
- package/dist/esm/api/guestSubscriptions/operations.js +8 -17
- package/dist/esm/api/guestSubscriptions/operations.js.map +1 -1
- package/dist/esm/api/guestSubscriptions/options.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.js +3 -6
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/sharedLimits/index.d.ts +1 -1
- package/dist/esm/api/sharedLimits/index.js.map +1 -1
- package/dist/esm/api/sharedLimits/operations.js +10 -23
- package/dist/esm/api/sharedLimits/operations.js.map +1 -1
- package/dist/esm/api/sharedLimits/options.js.map +1 -1
- package/dist/esm/classic/features/index.d.ts +16 -0
- package/dist/esm/classic/features/index.js +16 -0
- package/dist/esm/classic/features/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -3
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/computeLimitClient.d.ts +4 -1
- package/dist/esm/computeLimitClient.js +4 -0
- package/dist/esm/computeLimitClient.js.map +1 -1
- package/dist/esm/index.d.ts +16 -10
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +72 -8
- package/dist/esm/models/models.js +68 -8
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +94 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/esm/static-helpers/pagingHelpers.js +28 -3
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +20 -5
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/computeLimitContext.d.ts +3 -3
- package/dist/react-native/api/computeLimitContext.js +4 -23
- package/dist/react-native/api/computeLimitContext.js.map +1 -1
- package/dist/react-native/api/features/index.d.ts +3 -0
- package/dist/react-native/api/features/index.js +4 -0
- package/dist/react-native/api/features/index.js.map +1 -0
- package/dist/react-native/api/features/operations.d.ts +19 -0
- package/dist/react-native/api/features/operations.js +95 -0
- package/dist/react-native/api/features/operations.js.map +1 -0
- package/dist/react-native/api/features/options.d.ts +13 -0
- package/dist/react-native/api/features/options.js +4 -0
- package/dist/react-native/api/features/options.js.map +1 -0
- package/dist/react-native/api/guestSubscriptions/index.d.ts +1 -1
- package/dist/react-native/api/guestSubscriptions/index.js.map +1 -1
- package/dist/react-native/api/guestSubscriptions/operations.js +8 -17
- package/dist/react-native/api/guestSubscriptions/operations.js.map +1 -1
- package/dist/react-native/api/guestSubscriptions/options.js.map +1 -1
- package/dist/react-native/api/index.d.ts +2 -1
- package/dist/react-native/api/index.js +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +1 -1
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +3 -6
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/sharedLimits/index.d.ts +1 -1
- package/dist/react-native/api/sharedLimits/index.js.map +1 -1
- package/dist/react-native/api/sharedLimits/operations.js +10 -23
- package/dist/react-native/api/sharedLimits/operations.js.map +1 -1
- package/dist/react-native/api/sharedLimits/options.js.map +1 -1
- package/dist/react-native/classic/features/index.d.ts +16 -0
- package/dist/react-native/classic/features/index.js +16 -0
- package/dist/react-native/classic/features/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +4 -3
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/computeLimitClient.d.ts +4 -1
- package/dist/react-native/computeLimitClient.js +4 -0
- package/dist/react-native/computeLimitClient.js.map +1 -1
- package/dist/react-native/index.d.ts +16 -10
- package/dist/react-native/index.js +2 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +72 -8
- package/dist/react-native/models/models.js +68 -8
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +94 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +28 -3
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +20 -5
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +33 -35
|
@@ -1,20 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var guestSubscriptions_exports = {};
|
|
19
|
+
__export(guestSubscriptions_exports, {
|
|
20
|
+
_getGuestSubscriptionsOperations: () => _getGuestSubscriptionsOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(guestSubscriptions_exports);
|
|
23
|
+
var import_operations = require("../../api/guestSubscriptions/operations.js");
|
|
7
24
|
function _getGuestSubscriptions(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
25
|
+
return {
|
|
26
|
+
listBySubscriptionLocationResource: (location, options) => (0, import_operations.listBySubscriptionLocationResource)(context, location, options),
|
|
27
|
+
delete: (location, guestSubscriptionId, options) => (0, import_operations.$delete)(context, location, guestSubscriptionId, options),
|
|
28
|
+
create: (location, guestSubscriptionId, resource, options) => (0, import_operations.create)(context, location, guestSubscriptionId, resource, options),
|
|
29
|
+
get: (location, guestSubscriptionId, options) => (0, import_operations.get)(context, location, guestSubscriptionId, options)
|
|
30
|
+
};
|
|
14
31
|
}
|
|
15
32
|
function _getGuestSubscriptionsOperations(context) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
33
|
+
return {
|
|
34
|
+
..._getGuestSubscriptions(context)
|
|
35
|
+
};
|
|
19
36
|
}
|
|
20
|
-
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
_getGuestSubscriptionsOperations
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/classic/guestSubscriptions/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ComputeLimitContext } from \"../../api/computeLimitContext.js\";\nimport {\n listBySubscriptionLocationResource,\n $delete,\n create,\n get,\n} from \"../../api/guestSubscriptions/operations.js\";\nimport type {\n GuestSubscriptionsListBySubscriptionLocationResourceOptionalParams,\n GuestSubscriptionsDeleteOptionalParams,\n GuestSubscriptionsCreateOptionalParams,\n GuestSubscriptionsGetOptionalParams,\n} from \"../../api/guestSubscriptions/options.js\";\nimport type { GuestSubscription } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a GuestSubscriptions operations. */\nexport interface GuestSubscriptionsOperations {\n /** Lists all guest subscriptions in a location. */\n listBySubscriptionLocationResource: (\n location: string,\n options?: GuestSubscriptionsListBySubscriptionLocationResourceOptionalParams,\n ) => PagedAsyncIterableIterator<GuestSubscription>;\n /** Deletes a subscription as a guest to stop consuming the compute limits shared by the host subscription. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n location: string,\n guestSubscriptionId: string,\n options?: GuestSubscriptionsDeleteOptionalParams,\n ) => Promise<void>;\n /** Adds a subscription as a guest to consume the compute limits shared by the host subscription. */\n create: (\n location: string,\n guestSubscriptionId: string,\n resource: GuestSubscription,\n options?: GuestSubscriptionsCreateOptionalParams,\n ) => Promise<GuestSubscription>;\n /** Gets the properties of a guest subscription. */\n get: (\n location: string,\n guestSubscriptionId: string,\n options?: GuestSubscriptionsGetOptionalParams,\n ) => Promise<GuestSubscription>;\n}\n\nfunction _getGuestSubscriptions(context: ComputeLimitContext) {\n return {\n listBySubscriptionLocationResource: (\n location: string,\n options?: GuestSubscriptionsListBySubscriptionLocationResourceOptionalParams,\n ) => listBySubscriptionLocationResource(context, location, options),\n delete: (\n location: string,\n guestSubscriptionId: string,\n options?: GuestSubscriptionsDeleteOptionalParams,\n ) => $delete(context, location, guestSubscriptionId, options),\n create: (\n location: string,\n guestSubscriptionId: string,\n resource: GuestSubscription,\n options?: GuestSubscriptionsCreateOptionalParams,\n ) => create(context, location, guestSubscriptionId, resource, options),\n get: (\n location: string,\n guestSubscriptionId: string,\n options?: GuestSubscriptionsGetOptionalParams,\n ) => get(context, location, guestSubscriptionId, options),\n };\n}\n\nexport function _getGuestSubscriptionsOperations(\n context: ComputeLimitContext,\n): GuestSubscriptionsOperations {\n return {\n ..._getGuestSubscriptions(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAKO;AA2CP,SAAS,uBAAuB,SAA8B;AAC5D,SAAO;AAAA,IACL,oCAAoC,CAClC,UACA,gBACG,sDAAmC,SAAS,UAAU,OAAO;AAAA,IAClE,QAAQ,CACN,UACA,qBACA,gBACG,2BAAQ,SAAS,UAAU,qBAAqB,OAAO;AAAA,IAC5D,QAAQ,CACN,UACA,qBACA,UACA,gBACG,0BAAO,SAAS,UAAU,qBAAqB,UAAU,OAAO;AAAA,IACrE,KAAK,CACH,UACA,qBACA,gBACG,uBAAI,SAAS,UAAU,qBAAqB,OAAO;AAAA,EAC1D;AACF;AAEO,SAAS,iCACd,SAC8B;AAC9B,SAAO;AAAA,IACL,GAAG,uBAAuB,OAAO;AAAA,EACnC;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
1
|
+
export type { FeaturesOperations } from "./features/index.js";
|
|
2
|
+
export type { GuestSubscriptionsOperations } from "./guestSubscriptions/index.js";
|
|
3
|
+
export type { OperationsOperations } from "./operations/index.js";
|
|
4
|
+
export type { SharedLimitsOperations } from "./sharedLimits/index.js";
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var classic_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(classic_exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/classic/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { FeaturesOperations } from \"./features/index.js\";\nexport type { GuestSubscriptionsOperations } from \"./guestSubscriptions/index.js\";\nexport type { OperationsOperations } from \"./operations/index.js\";\nexport type { SharedLimitsOperations } from \"./sharedLimits/index.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var operations_exports = {};
|
|
19
|
+
__export(operations_exports, {
|
|
20
|
+
_getOperationsOperations: () => _getOperationsOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(operations_exports);
|
|
23
|
+
var import_operations = require("../../api/operations/operations.js");
|
|
7
24
|
function _getOperations(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
25
|
+
return {
|
|
26
|
+
list: (options) => (0, import_operations.list)(context, options)
|
|
27
|
+
};
|
|
11
28
|
}
|
|
12
29
|
function _getOperationsOperations(context) {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
30
|
+
return {
|
|
31
|
+
..._getOperations(context)
|
|
32
|
+
};
|
|
16
33
|
}
|
|
17
|
-
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
_getOperationsOperations
|
|
37
|
+
});
|
|
38
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/classic/operations/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ComputeLimitContext } from \"../../api/computeLimitContext.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport type { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport type { Operation } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: ComputeLimitContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(context: ComputeLimitContext): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAAqB;AAWrB,SAAS,eAAe,SAA8B;AACpD,SAAO;AAAA,IACL,MAAM,CAAC,gBAA2C,wBAAK,SAAS,OAAO;AAAA,EACzE;AACF;AAEO,SAAS,yBAAyB,SAAoD;AAC3F,SAAO;AAAA,IACL,GAAG,eAAe,OAAO;AAAA,EAC3B;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,20 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var sharedLimits_exports = {};
|
|
19
|
+
__export(sharedLimits_exports, {
|
|
20
|
+
_getSharedLimitsOperations: () => _getSharedLimitsOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(sharedLimits_exports);
|
|
23
|
+
var import_operations = require("../../api/sharedLimits/operations.js");
|
|
7
24
|
function _getSharedLimits(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
25
|
+
return {
|
|
26
|
+
listBySubscriptionLocationResource: (location, options) => (0, import_operations.listBySubscriptionLocationResource)(context, location, options),
|
|
27
|
+
delete: (location, name, options) => (0, import_operations.$delete)(context, location, name, options),
|
|
28
|
+
create: (location, name, resource, options) => (0, import_operations.create)(context, location, name, resource, options),
|
|
29
|
+
get: (location, name, options) => (0, import_operations.get)(context, location, name, options)
|
|
30
|
+
};
|
|
14
31
|
}
|
|
15
32
|
function _getSharedLimitsOperations(context) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
33
|
+
return {
|
|
34
|
+
..._getSharedLimits(context)
|
|
35
|
+
};
|
|
19
36
|
}
|
|
20
|
-
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
_getSharedLimitsOperations
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/classic/sharedLimits/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ComputeLimitContext } from \"../../api/computeLimitContext.js\";\nimport {\n listBySubscriptionLocationResource,\n $delete,\n create,\n get,\n} from \"../../api/sharedLimits/operations.js\";\nimport type {\n SharedLimitsListBySubscriptionLocationResourceOptionalParams,\n SharedLimitsDeleteOptionalParams,\n SharedLimitsCreateOptionalParams,\n SharedLimitsGetOptionalParams,\n} from \"../../api/sharedLimits/options.js\";\nimport type { SharedLimit } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a SharedLimits operations. */\nexport interface SharedLimitsOperations {\n /** Lists all compute limits shared by the host subscription with its guest subscriptions. */\n listBySubscriptionLocationResource: (\n location: string,\n options?: SharedLimitsListBySubscriptionLocationResourceOptionalParams,\n ) => PagedAsyncIterableIterator<SharedLimit>;\n /** Disables sharing of a compute limit by the host subscription with its guest subscriptions. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n location: string,\n name: string,\n options?: SharedLimitsDeleteOptionalParams,\n ) => Promise<void>;\n /** Enables sharing of a compute limit by the host subscription with its guest subscriptions. */\n create: (\n location: string,\n name: string,\n resource: SharedLimit,\n options?: SharedLimitsCreateOptionalParams,\n ) => Promise<SharedLimit>;\n /** Gets the properties of a compute limit shared by the host subscription with its guest subscriptions. */\n get: (\n location: string,\n name: string,\n options?: SharedLimitsGetOptionalParams,\n ) => Promise<SharedLimit>;\n}\n\nfunction _getSharedLimits(context: ComputeLimitContext) {\n return {\n listBySubscriptionLocationResource: (\n location: string,\n options?: SharedLimitsListBySubscriptionLocationResourceOptionalParams,\n ) => listBySubscriptionLocationResource(context, location, options),\n delete: (location: string, name: string, options?: SharedLimitsDeleteOptionalParams) =>\n $delete(context, location, name, options),\n create: (\n location: string,\n name: string,\n resource: SharedLimit,\n options?: SharedLimitsCreateOptionalParams,\n ) => create(context, location, name, resource, options),\n get: (location: string, name: string, options?: SharedLimitsGetOptionalParams) =>\n get(context, location, name, options),\n };\n}\n\nexport function _getSharedLimitsOperations(context: ComputeLimitContext): SharedLimitsOperations {\n return {\n ..._getSharedLimits(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAKO;AA2CP,SAAS,iBAAiB,SAA8B;AACtD,SAAO;AAAA,IACL,oCAAoC,CAClC,UACA,gBACG,sDAAmC,SAAS,UAAU,OAAO;AAAA,IAClE,QAAQ,CAAC,UAAkB,MAAc,gBACvC,2BAAQ,SAAS,UAAU,MAAM,OAAO;AAAA,IAC1C,QAAQ,CACN,UACA,MACA,UACA,gBACG,0BAAO,SAAS,UAAU,MAAM,UAAU,OAAO;AAAA,IACtD,KAAK,CAAC,UAAkB,MAAc,gBACpC,uBAAI,SAAS,UAAU,MAAM,OAAO;AAAA,EACxC;AACF;AAEO,SAAS,2BAA2B,SAAsD;AAC/F,SAAO;AAAA,IACL,GAAG,iBAAiB,OAAO;AAAA,EAC7B;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import type { ComputeLimitClientOptionalParams } from "./api/index.js";
|
|
2
|
+
import type { FeaturesOperations } from "./classic/features/index.js";
|
|
2
3
|
import type { GuestSubscriptionsOperations } from "./classic/guestSubscriptions/index.js";
|
|
3
4
|
import type { OperationsOperations } from "./classic/operations/index.js";
|
|
4
5
|
import type { SharedLimitsOperations } from "./classic/sharedLimits/index.js";
|
|
5
6
|
import type { TokenCredential } from "@azure/core-auth";
|
|
6
7
|
import type { Pipeline } from "@azure/core-rest-pipeline";
|
|
7
|
-
export { ComputeLimitClientOptionalParams } from "./api/computeLimitContext.js";
|
|
8
|
+
export type { ComputeLimitClientOptionalParams } from "./api/computeLimitContext.js";
|
|
8
9
|
export declare class ComputeLimitClient {
|
|
9
10
|
private _client;
|
|
10
11
|
/** The pipeline used by this client to make requests */
|
|
11
12
|
readonly pipeline: Pipeline;
|
|
12
13
|
/** Microsoft Azure Compute Limit Resource Provider. */
|
|
13
14
|
constructor(credential: TokenCredential, subscriptionId: string, options?: ComputeLimitClientOptionalParams);
|
|
15
|
+
/** The operation groups for features */
|
|
16
|
+
readonly features: FeaturesOperations;
|
|
14
17
|
/** The operation groups for sharedLimits */
|
|
15
18
|
readonly sharedLimits: SharedLimitsOperations;
|
|
16
19
|
/** The operation groups for guestSubscriptions */
|
|
@@ -1,37 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var computeLimitClient_exports = {};
|
|
19
|
+
__export(computeLimitClient_exports, {
|
|
20
|
+
ComputeLimitClient: () => ComputeLimitClient
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(computeLimitClient_exports);
|
|
23
|
+
var import_api = require("./api/index.js");
|
|
24
|
+
var import_features = require("./classic/features/index.js");
|
|
25
|
+
var import_guestSubscriptions = require("./classic/guestSubscriptions/index.js");
|
|
26
|
+
var import_operations = require("./classic/operations/index.js");
|
|
27
|
+
var import_sharedLimits = require("./classic/sharedLimits/index.js");
|
|
10
28
|
class ComputeLimitClient {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
_client;
|
|
30
|
+
/** The pipeline used by this client to make requests */
|
|
31
|
+
pipeline;
|
|
32
|
+
/** Microsoft Azure Compute Limit Resource Provider. */
|
|
33
|
+
constructor(credential, subscriptionId, options = {}) {
|
|
34
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
35
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-client` : `azsdk-js-client`;
|
|
36
|
+
this._client = (0, import_api.createComputeLimit)(credential, subscriptionId, {
|
|
37
|
+
...options,
|
|
38
|
+
userAgentOptions: { userAgentPrefix }
|
|
39
|
+
});
|
|
40
|
+
this.pipeline = this._client.pipeline;
|
|
41
|
+
this.features = (0, import_features._getFeaturesOperations)(this._client);
|
|
42
|
+
this.sharedLimits = (0, import_sharedLimits._getSharedLimitsOperations)(this._client);
|
|
43
|
+
this.guestSubscriptions = (0, import_guestSubscriptions._getGuestSubscriptionsOperations)(this._client);
|
|
44
|
+
this.operations = (0, import_operations._getOperationsOperations)(this._client);
|
|
45
|
+
}
|
|
46
|
+
/** The operation groups for features */
|
|
47
|
+
features;
|
|
48
|
+
/** The operation groups for sharedLimits */
|
|
49
|
+
sharedLimits;
|
|
50
|
+
/** The operation groups for guestSubscriptions */
|
|
51
|
+
guestSubscriptions;
|
|
52
|
+
/** The operation groups for operations */
|
|
53
|
+
operations;
|
|
35
54
|
}
|
|
36
|
-
|
|
37
|
-
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
ComputeLimitClient
|
|
58
|
+
});
|
|
59
|
+
//# sourceMappingURL=computeLimitClient.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/computeLimitClient.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ComputeLimitContext, ComputeLimitClientOptionalParams } from \"./api/index.js\";\nimport { createComputeLimit } from \"./api/index.js\";\nimport type { FeaturesOperations } from \"./classic/features/index.js\";\nimport { _getFeaturesOperations } from \"./classic/features/index.js\";\nimport type { GuestSubscriptionsOperations } from \"./classic/guestSubscriptions/index.js\";\nimport { _getGuestSubscriptionsOperations } from \"./classic/guestSubscriptions/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { SharedLimitsOperations } from \"./classic/sharedLimits/index.js\";\nimport { _getSharedLimitsOperations } from \"./classic/sharedLimits/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { ComputeLimitClientOptionalParams } from \"./api/computeLimitContext.js\";\n\nexport class ComputeLimitClient {\n private _client: ComputeLimitContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** Microsoft Azure Compute Limit Resource Provider. */\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: ComputeLimitClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createComputeLimit(credential, subscriptionId, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.features = _getFeaturesOperations(this._client);\n this.sharedLimits = _getSharedLimitsOperations(this._client);\n this.guestSubscriptions = _getGuestSubscriptionsOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for features */\n public readonly features: FeaturesOperations;\n /** The operation groups for sharedLimits */\n public readonly sharedLimits: SharedLimitsOperations;\n /** The operation groups for guestSubscriptions */\n public readonly guestSubscriptions: GuestSubscriptionsOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,iBAAmC;AAEnC,sBAAuC;AAEvC,gCAAiD;AAEjD,wBAAyC;AAEzC,0BAA2C;AAMpC,MAAM,mBAAmB;AAAA,EACtB;AAAA;AAAA,EAEQ;AAAA;AAAA,EAGhB,YACE,YACA,gBACA,UAA4C,CAAC,GAC7C;AACA,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,cAAU,+BAAmB,YAAY,gBAAgB;AAAA,MAC5D,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,eAAW,wCAAuB,KAAK,OAAO;AACnD,SAAK,mBAAe,gDAA2B,KAAK,OAAO;AAC3D,SAAK,yBAAqB,4DAAiC,KAAK,OAAO;AACvE,SAAK,iBAAa,4CAAyB,KAAK,OAAO;AAAA,EACzD;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAClB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
2
|
+
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
3
|
+
import type { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
3
4
|
export { ComputeLimitClient } from "./computeLimitClient.js";
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
5
|
+
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
6
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
7
|
+
export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, GuestSubscription, GuestSubscriptionProperties, ResourceProvisioningState, ProxyResource, Resource, SystemData, CreatedByType, SharedLimit, SharedLimitProperties, LimitName, Feature, FeatureProperties, FeatureState, OperationStatusResult, } from "./models/index.js";
|
|
8
|
+
export { KnownOrigin, KnownActionType, KnownResourceProvisioningState, KnownCreatedByType, KnownFeatureState, KnownVersions, } from "./models/index.js";
|
|
9
|
+
export type { ComputeLimitClientOptionalParams } from "./api/index.js";
|
|
10
|
+
export type { FeaturesEnableOptionalParams, FeaturesListBySubscriptionLocationResourceOptionalParams, FeaturesGetOptionalParams, } from "./api/features/index.js";
|
|
11
|
+
export type { GuestSubscriptionsListBySubscriptionLocationResourceOptionalParams, GuestSubscriptionsDeleteOptionalParams, GuestSubscriptionsCreateOptionalParams, GuestSubscriptionsGetOptionalParams, } from "./api/guestSubscriptions/index.js";
|
|
12
|
+
export type { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
13
|
+
export type { SharedLimitsListBySubscriptionLocationResourceOptionalParams, SharedLimitsDeleteOptionalParams, SharedLimitsCreateOptionalParams, SharedLimitsGetOptionalParams, } from "./api/sharedLimits/index.js";
|
|
14
|
+
export type { FeaturesOperations, GuestSubscriptionsOperations, OperationsOperations, SharedLimitsOperations, } from "./classic/index.js";
|
|
15
|
+
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
16
|
+
export { AzureClouds };
|
|
17
|
+
export type { AzureSupportedClouds };
|
|
12
18
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1,16 +1,47 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
__export(src_exports, {
|
|
20
|
+
AzureClouds: () => import_cloudSettingHelpers.AzureClouds,
|
|
21
|
+
ComputeLimitClient: () => import_computeLimitClient.ComputeLimitClient,
|
|
22
|
+
KnownActionType: () => import_models.KnownActionType,
|
|
23
|
+
KnownCreatedByType: () => import_models.KnownCreatedByType,
|
|
24
|
+
KnownFeatureState: () => import_models.KnownFeatureState,
|
|
25
|
+
KnownOrigin: () => import_models.KnownOrigin,
|
|
26
|
+
KnownResourceProvisioningState: () => import_models.KnownResourceProvisioningState,
|
|
27
|
+
KnownVersions: () => import_models.KnownVersions,
|
|
28
|
+
restorePoller: () => import_restorePollerHelpers.restorePoller
|
|
29
|
+
});
|
|
30
|
+
module.exports = __toCommonJS(src_exports);
|
|
31
|
+
var import_cloudSettingHelpers = require("./static-helpers/cloudSettingHelpers.js");
|
|
32
|
+
var import_computeLimitClient = require("./computeLimitClient.js");
|
|
33
|
+
var import_restorePollerHelpers = require("./restorePollerHelpers.js");
|
|
34
|
+
var import_models = require("./models/index.js");
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
AzureClouds,
|
|
38
|
+
ComputeLimitClient,
|
|
39
|
+
KnownActionType,
|
|
40
|
+
KnownCreatedByType,
|
|
41
|
+
KnownFeatureState,
|
|
42
|
+
KnownOrigin,
|
|
43
|
+
KnownResourceProvisioningState,
|
|
44
|
+
KnownVersions,
|
|
45
|
+
restorePoller
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ComputeLimitClient } from \"./computeLimitClient.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n GuestSubscription,\n GuestSubscriptionProperties,\n ResourceProvisioningState,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n SharedLimit,\n SharedLimitProperties,\n LimitName,\n Feature,\n FeatureProperties,\n FeatureState,\n OperationStatusResult,\n} from \"./models/index.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownResourceProvisioningState,\n KnownCreatedByType,\n KnownFeatureState,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { ComputeLimitClientOptionalParams } from \"./api/index.js\";\nexport type {\n FeaturesEnableOptionalParams,\n FeaturesListBySubscriptionLocationResourceOptionalParams,\n FeaturesGetOptionalParams,\n} from \"./api/features/index.js\";\nexport type {\n GuestSubscriptionsListBySubscriptionLocationResourceOptionalParams,\n GuestSubscriptionsDeleteOptionalParams,\n GuestSubscriptionsCreateOptionalParams,\n GuestSubscriptionsGetOptionalParams,\n} from \"./api/guestSubscriptions/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type {\n SharedLimitsListBySubscriptionLocationResourceOptionalParams,\n SharedLimitsDeleteOptionalParams,\n SharedLimitsCreateOptionalParams,\n SharedLimitsGetOptionalParams,\n} from \"./api/sharedLimits/index.js\";\nexport type {\n FeaturesOperations,\n GuestSubscriptionsOperations,\n OperationsOperations,\n SharedLimitsOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,iCAA4B;AAO5B,gCAAmC;AAEnC,kCAA8B;AAwB9B,oBAOO;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/commonjs/logger.js
CHANGED
|
@@ -1,8 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var logger_exports = {};
|
|
19
|
+
__export(logger_exports, {
|
|
20
|
+
logger: () => logger
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(logger_exports);
|
|
23
|
+
var import_logger = require("@azure/logger");
|
|
24
|
+
const logger = (0, import_logger.createClientLogger)("arm-computelimit");
|
|
25
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
+
0 && (module.exports = {
|
|
27
|
+
logger
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/logger.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-computelimit\");\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAmC;AAC5B,MAAM,aAAS,kCAAmB,kBAAkB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { Operation, OperationDisplay,
|
|
1
|
+
export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, GuestSubscription, GuestSubscriptionProperties, ResourceProvisioningState, ProxyResource, Resource, SystemData, CreatedByType, SharedLimit, SharedLimitProperties, LimitName, Feature, FeatureProperties, FeatureState, OperationStatusResult, } from "./models.js";
|
|
2
|
+
export { KnownOrigin, KnownActionType, KnownResourceProvisioningState, KnownCreatedByType, KnownFeatureState, KnownVersions, } from "./models.js";
|
|
2
3
|
//# sourceMappingURL=index.d.ts.map
|