@azure/arm-containerinstance 9.1.1-alpha.20241024.1 → 9.2.0-beta.1
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 +41 -10
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1855 -966
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +40 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +55 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +260 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +58 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js +53 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +42 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +88 -51
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsGetSample.js +9 -6
- package/dist-esm/samples-dev/containerGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsRestartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStopSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStopSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js +5 -4
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containersAttachSample.js +3 -2
- package/dist-esm/samples-dev/containersAttachSample.js.map +1 -1
- package/dist-esm/samples-dev/containersExecuteCommandSample.js +5 -4
- package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/containersListLogsSample.js +4 -3
- package/dist-esm/samples-dev/containersListLogsSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCachedImagesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListUsageSample.js +3 -2
- package/dist-esm/samples-dev/locationListUsageSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +3 -2
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.d.ts +4 -3
- package/dist-esm/src/containerInstanceManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.js +13 -11
- package/dist-esm/src/containerInstanceManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +145 -3
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +898 -640
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +87 -47
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js +191 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts +95 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.js +401 -0
- package/dist-esm/src/operations/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operations/containerGroups.d.ts +15 -15
- package/dist-esm/src/operations/containerGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/containerGroups.js +97 -97
- package/dist-esm/src/operations/containerGroups.js.map +1 -1
- package/dist-esm/src/operations/containers.d.ts +3 -3
- package/dist-esm/src/operations/containers.js +20 -20
- package/dist-esm/src/operations/containers.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/location.d.ts +8 -8
- package/dist-esm/src/operations/location.js +36 -36
- package/dist-esm/src/operations/location.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +1 -1
- package/dist-esm/src/operations/subnetServiceAssociationLink.js +11 -11
- package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroups.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/containers.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/location.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/test/containerinstance_examples.d.ts.map +1 -1
- package/dist-esm/test/containerinstance_examples.js +1 -4
- package/dist-esm/test/containerinstance_examples.js.map +1 -1
- package/package.json +30 -31
- package/review/arm-containerinstance.api.md +155 -3
- package/src/containerInstanceManagementClient.ts +29 -20
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +194 -17
- package/src/models/mappers.ts +974 -702
- package/src/models/parameters.ts +94 -48
- package/src/operations/containerGroupProfileOperations.ts +255 -0
- package/src/operations/containerGroupProfiles.ts +485 -0
- package/src/operations/containerGroups.ts +188 -201
- package/src/operations/containers.ts +30 -33
- package/src/operations/index.ts +2 -0
- package/src/operations/location.ts +63 -66
- package/src/operations/operations.ts +16 -16
- package/src/operations/subnetServiceAssociationLink.ts +24 -25
- package/src/operationsInterfaces/containerGroupProfileOperations.ts +50 -0
- package/src/operationsInterfaces/containerGroupProfiles.ts +99 -0
- package/src/operationsInterfaces/containerGroups.ts +28 -28
- package/src/operationsInterfaces/containers.ts +7 -7
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/location.ts +7 -7
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/subnetServiceAssociationLink.ts +4 -4
- package/src/pagingHelper.ts +1 -1
- package/types/arm-containerinstance.d.ts +275 -26
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subnetServiceAssociationLink.js","sourceRoot":"","sources":["../../../src/operations/subnetServiceAssociationLink.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAGL,gBAAgB,
|
|
1
|
+
{"version":3,"file":"subnetServiceAssociationLink.js","sourceRoot":"","sources":["../../../src/operations/subnetServiceAssociationLink.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ContainerGroupProfile, ContainerGroupProfileListAllRevisionsOptionalParams, ContainerGroupProfileGetByRevisionNumberOptionalParams, ContainerGroupProfileGetByRevisionNumberResponse } from "../models";
|
|
3
|
+
/** Interface representing a ContainerGroupProfileOperations. */
|
|
4
|
+
export interface ContainerGroupProfileOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Get a list of all the revisions of the specified container group profile in the given subscription
|
|
7
|
+
* and resource group. This operation returns properties of each revision of the specified container
|
|
8
|
+
* group profile including containers, image registry credentials, restart policy, IP address type, OS
|
|
9
|
+
* type volumes, revision number, etc.
|
|
10
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
11
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
listAllRevisions(resourceGroupName: string, containerGroupProfileName: string, options?: ContainerGroupProfileListAllRevisionsOptionalParams): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the properties of the specified revision of the container group profile in the given
|
|
17
|
+
* subscription and resource group. The operation returns the properties of container group profile
|
|
18
|
+
* including containers, image registry credentials, restart policy, IP address type, OS type, volumes,
|
|
19
|
+
* current revision number, etc.
|
|
20
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
22
|
+
* @param revisionNumber The revision number of the container group profile.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
getByRevisionNumber(resourceGroupName: string, containerGroupProfileName: string, revisionNumber: string, options?: ContainerGroupProfileGetByRevisionNumberOptionalParams): Promise<ContainerGroupProfileGetByRevisionNumberResponse>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=containerGroupProfileOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerGroupProfileOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/containerGroupProfileOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,mDAAmD,EACnD,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,WAAW,CAAC;AAGnB,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C;;;;;;;;OAQG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=containerGroupProfileOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerGroupProfileOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/containerGroupProfileOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ContainerGroupProfile, ContainerGroupProfilesListOptionalParams, ContainerGroupProfilesListByResourceGroupOptionalParams, ContainerGroupProfilesGetOptionalParams, ContainerGroupProfilesGetResponse, ContainerGroupProfilesCreateOrUpdateOptionalParams, ContainerGroupProfilesCreateOrUpdateResponse, ContainerGroupProfilePatch, ContainerGroupProfilesPatchOptionalParams, ContainerGroupProfilesPatchResponse, ContainerGroupProfilesDeleteOptionalParams } from "../models";
|
|
3
|
+
/** Interface representing a ContainerGroupProfiles. */
|
|
4
|
+
export interface ContainerGroupProfiles {
|
|
5
|
+
/**
|
|
6
|
+
* Get a list of container group profiles in the specified subscription. This operation returns
|
|
7
|
+
* properties of each container group profile including containers, image registry credentials, restart
|
|
8
|
+
* policy, IP address type, OS type,volumes,current revision number, etc.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(options?: ContainerGroupProfilesListOptionalParams): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
12
|
+
/**
|
|
13
|
+
* Get a list of container group profiles in a specified subscription and resource group. This
|
|
14
|
+
* operation returns properties of each container group profile including containers, image registry
|
|
15
|
+
* credentials, restart policy, IP address type, OS type volumes, current revision number, etc.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByResourceGroup(resourceGroupName: string, options?: ContainerGroupProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the properties of the specified container group profile in the specified subscription and
|
|
22
|
+
* resource group. The operation returns the properties of container group profile including
|
|
23
|
+
* containers, image registry credentials, restart policy, IP address type, OS type, volumes, current
|
|
24
|
+
* revision number, etc.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, containerGroupProfileName: string, options?: ContainerGroupProfilesGetOptionalParams): Promise<ContainerGroupProfilesGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or update container group profiles with specified configurations.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
34
|
+
* @param containerGroupProfile The properties of the container group profile to be created or updated.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
createOrUpdate(resourceGroupName: string, containerGroupProfileName: string, containerGroupProfile: ContainerGroupProfile, options?: ContainerGroupProfilesCreateOrUpdateOptionalParams): Promise<ContainerGroupProfilesCreateOrUpdateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Patches container group profile with specified properties.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
42
|
+
* @param properties The container group profile properties that need to be updated.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
patch(resourceGroupName: string, containerGroupProfileName: string, properties: ContainerGroupProfilePatch, options?: ContainerGroupProfilesPatchOptionalParams): Promise<ContainerGroupProfilesPatchResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Delete the specified container group profile in the specified subscription and resource group. The
|
|
48
|
+
* operation does not delete other resources provided by the user, such as volumes.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param containerGroupProfileName The name of the container group profile.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
delete(resourceGroupName: string, containerGroupProfileName: string, options?: ContainerGroupProfilesDeleteOptionalParams): Promise<void>;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=containerGroupProfiles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerGroupProfiles.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/containerGroupProfiles.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,wCAAwC,EACxC,uDAAuD,EACvD,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0BAA0B,EAC1B,yCAAyC,EACzC,mCAAmC,EACnC,0CAA0C,EAC3C,MAAM,WAAW,CAAC;AAGnB,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,qBAAqB,EAAE,qBAAqB,EAC5C,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,0BAA0B,EACtC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=containerGroupProfiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerGroupProfiles.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/containerGroupProfiles.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -14,7 +14,7 @@ export interface ContainerGroups {
|
|
|
14
14
|
* Get a list of container groups in a specified subscription and resource group. This operation
|
|
15
15
|
* returns properties of each container group including containers, image registry credentials, restart
|
|
16
16
|
* policy, IP address type, OS type, state, and volumes.
|
|
17
|
-
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
18
|
* @param options The options parameters.
|
|
19
19
|
*/
|
|
20
20
|
listByResourceGroup(resourceGroupName: string, options?: ContainerGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerGroup>;
|
|
@@ -22,14 +22,14 @@ export interface ContainerGroups {
|
|
|
22
22
|
* Gets the properties of the specified container group in the specified subscription and resource
|
|
23
23
|
* group. The operation returns the properties of each container group including containers, image
|
|
24
24
|
* registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
|
25
|
-
* @param resourceGroupName The name of the resource group.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
26
|
* @param containerGroupName The name of the container group.
|
|
27
27
|
* @param options The options parameters.
|
|
28
28
|
*/
|
|
29
29
|
get(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsGetOptionalParams): Promise<ContainerGroupsGetResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* Create or update container groups with specified configurations.
|
|
32
|
-
* @param resourceGroupName The name of the resource group.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
33
|
* @param containerGroupName The name of the container group.
|
|
34
34
|
* @param containerGroup The properties of the container group to be created or updated.
|
|
35
35
|
* @param options The options parameters.
|
|
@@ -37,7 +37,7 @@ export interface ContainerGroups {
|
|
|
37
37
|
beginCreateOrUpdate(resourceGroupName: string, containerGroupName: string, containerGroup: ContainerGroup, options?: ContainerGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerGroupsCreateOrUpdateResponse>, ContainerGroupsCreateOrUpdateResponse>>;
|
|
38
38
|
/**
|
|
39
39
|
* Create or update container groups with specified configurations.
|
|
40
|
-
* @param resourceGroupName The name of the resource group.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
41
|
* @param containerGroupName The name of the container group.
|
|
42
42
|
* @param containerGroup The properties of the container group to be created or updated.
|
|
43
43
|
* @param options The options parameters.
|
|
@@ -45,7 +45,7 @@ export interface ContainerGroups {
|
|
|
45
45
|
beginCreateOrUpdateAndWait(resourceGroupName: string, containerGroupName: string, containerGroup: ContainerGroup, options?: ContainerGroupsCreateOrUpdateOptionalParams): Promise<ContainerGroupsCreateOrUpdateResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* Updates container group tags with specified values.
|
|
48
|
-
* @param resourceGroupName The name of the resource group.
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
49
|
* @param containerGroupName The name of the container group.
|
|
50
50
|
* @param resource The container group resource with just the tags to be updated.
|
|
51
51
|
* @param options The options parameters.
|
|
@@ -54,7 +54,7 @@ export interface ContainerGroups {
|
|
|
54
54
|
/**
|
|
55
55
|
* Delete the specified container group in the specified subscription and resource group. The operation
|
|
56
56
|
* does not delete other resources provided by the user, such as volumes.
|
|
57
|
-
* @param resourceGroupName The name of the resource group.
|
|
57
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
58
|
* @param containerGroupName The name of the container group.
|
|
59
59
|
* @param options The options parameters.
|
|
60
60
|
*/
|
|
@@ -62,7 +62,7 @@ export interface ContainerGroups {
|
|
|
62
62
|
/**
|
|
63
63
|
* Delete the specified container group in the specified subscription and resource group. The operation
|
|
64
64
|
* does not delete other resources provided by the user, such as volumes.
|
|
65
|
-
* @param resourceGroupName The name of the resource group.
|
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
66
|
* @param containerGroupName The name of the container group.
|
|
67
67
|
* @param options The options parameters.
|
|
68
68
|
*/
|
|
@@ -70,7 +70,7 @@ export interface ContainerGroups {
|
|
|
70
70
|
/**
|
|
71
71
|
* Restarts all containers in a container group in place. If container image has updates, new image
|
|
72
72
|
* will be downloaded.
|
|
73
|
-
* @param resourceGroupName The name of the resource group.
|
|
73
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
74
|
* @param containerGroupName The name of the container group.
|
|
75
75
|
* @param options The options parameters.
|
|
76
76
|
*/
|
|
@@ -78,7 +78,7 @@ export interface ContainerGroups {
|
|
|
78
78
|
/**
|
|
79
79
|
* Restarts all containers in a container group in place. If container image has updates, new image
|
|
80
80
|
* will be downloaded.
|
|
81
|
-
* @param resourceGroupName The name of the resource group.
|
|
81
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
82
|
* @param containerGroupName The name of the container group.
|
|
83
83
|
* @param options The options parameters.
|
|
84
84
|
*/
|
|
@@ -86,7 +86,7 @@ export interface ContainerGroups {
|
|
|
86
86
|
/**
|
|
87
87
|
* Stops all containers in a container group. Compute resources will be deallocated and billing will
|
|
88
88
|
* stop.
|
|
89
|
-
* @param resourceGroupName The name of the resource group.
|
|
89
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
90
|
* @param containerGroupName The name of the container group.
|
|
91
91
|
* @param options The options parameters.
|
|
92
92
|
*/
|
|
@@ -94,7 +94,7 @@ export interface ContainerGroups {
|
|
|
94
94
|
/**
|
|
95
95
|
* Starts all containers in a container group. Compute resources will be allocated and billing will
|
|
96
96
|
* start.
|
|
97
|
-
* @param resourceGroupName The name of the resource group.
|
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
98
|
* @param containerGroupName The name of the container group.
|
|
99
99
|
* @param options The options parameters.
|
|
100
100
|
*/
|
|
@@ -102,7 +102,7 @@ export interface ContainerGroups {
|
|
|
102
102
|
/**
|
|
103
103
|
* Starts all containers in a container group. Compute resources will be allocated and billing will
|
|
104
104
|
* start.
|
|
105
|
-
* @param resourceGroupName The name of the resource group.
|
|
105
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
106
106
|
* @param containerGroupName The name of the container group.
|
|
107
107
|
* @param options The options parameters.
|
|
108
108
|
*/
|
|
@@ -110,7 +110,7 @@ export interface ContainerGroups {
|
|
|
110
110
|
/**
|
|
111
111
|
* Gets all the network dependencies for this container group to allow complete control of network
|
|
112
112
|
* setting and configuration. For container groups, this will always be an empty list.
|
|
113
|
-
* @param resourceGroupName The name of the resource group.
|
|
113
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
114
|
* @param containerGroupName The name of the container group.
|
|
115
115
|
* @param options The options parameters.
|
|
116
116
|
*/
|
|
@@ -3,7 +3,7 @@ import { ContainersListLogsOptionalParams, ContainersListLogsResponse, Container
|
|
|
3
3
|
export interface Containers {
|
|
4
4
|
/**
|
|
5
5
|
* Get the logs for a specified container instance in a specified resource group and container group.
|
|
6
|
-
* @param resourceGroupName The name of the resource group.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
7
|
* @param containerGroupName The name of the container group.
|
|
8
8
|
* @param containerName The name of the container instance.
|
|
9
9
|
* @param options The options parameters.
|
|
@@ -12,7 +12,7 @@ export interface Containers {
|
|
|
12
12
|
/**
|
|
13
13
|
* Executes a command for a specific container instance in a specified resource group and container
|
|
14
14
|
* group.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
16
|
* @param containerGroupName The name of the container group.
|
|
17
17
|
* @param containerName The name of the container instance.
|
|
18
18
|
* @param containerExecRequest The request for the exec command.
|
|
@@ -22,7 +22,7 @@ export interface Containers {
|
|
|
22
22
|
/**
|
|
23
23
|
* Attach to the output stream of a specific container instance in a specified resource group and
|
|
24
24
|
* container group.
|
|
25
|
-
* @param resourceGroupName The name of the resource group.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
26
|
* @param containerGroupName The name of the container group.
|
|
27
27
|
* @param containerName The name of the container instance.
|
|
28
28
|
* @param options The options parameters.
|
|
@@ -3,4 +3,6 @@ export * from "./operations";
|
|
|
3
3
|
export * from "./location";
|
|
4
4
|
export * from "./containers";
|
|
5
5
|
export * from "./subnetServiceAssociationLink";
|
|
6
|
+
export * from "./containerGroupProfiles";
|
|
7
|
+
export * from "./containerGroupProfileOperations";
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC"}
|
|
@@ -10,4 +10,6 @@ export * from "./operations";
|
|
|
10
10
|
export * from "./location";
|
|
11
11
|
export * from "./containers";
|
|
12
12
|
export * from "./subnetServiceAssociationLink";
|
|
13
|
+
export * from "./containerGroupProfiles";
|
|
14
|
+
export * from "./containerGroupProfileOperations";
|
|
13
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC"}
|
|
@@ -4,19 +4,19 @@ import { Usage, LocationListUsageOptionalParams, CachedImages, LocationListCache
|
|
|
4
4
|
export interface Location {
|
|
5
5
|
/**
|
|
6
6
|
* Get the usage for a subscription
|
|
7
|
-
* @param location The
|
|
7
|
+
* @param location The name of the Azure region.
|
|
8
8
|
* @param options The options parameters.
|
|
9
9
|
*/
|
|
10
10
|
listUsage(location: string, options?: LocationListUsageOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
11
11
|
/**
|
|
12
12
|
* Get the list of cached images on specific OS type for a subscription in a region.
|
|
13
|
-
* @param location The
|
|
13
|
+
* @param location The name of the Azure region.
|
|
14
14
|
* @param options The options parameters.
|
|
15
15
|
*/
|
|
16
16
|
listCachedImages(location: string, options?: LocationListCachedImagesOptionalParams): PagedAsyncIterableIterator<CachedImages>;
|
|
17
17
|
/**
|
|
18
18
|
* Get the list of CPU/memory/GPU capabilities of a region.
|
|
19
|
-
* @param location The
|
|
19
|
+
* @param location The name of the Azure region.
|
|
20
20
|
* @param options The options parameters.
|
|
21
21
|
*/
|
|
22
22
|
listCapabilities(location: string, options?: LocationListCapabilitiesOptionalParams): PagedAsyncIterableIterator<Capabilities>;
|
|
@@ -5,7 +5,7 @@ export interface SubnetServiceAssociationLink {
|
|
|
5
5
|
/**
|
|
6
6
|
* Delete container group virtual network association links. The operation does not delete other
|
|
7
7
|
* resources provided by the user.
|
|
8
|
-
* @param resourceGroupName The name of the resource group.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param virtualNetworkName The name of the virtual network.
|
|
10
10
|
* @param subnetName The name of the subnet.
|
|
11
11
|
* @param options The options parameters.
|
|
@@ -14,7 +14,7 @@ export interface SubnetServiceAssociationLink {
|
|
|
14
14
|
/**
|
|
15
15
|
* Delete container group virtual network association links. The operation does not delete other
|
|
16
16
|
* resources provided by the user.
|
|
17
|
-
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
18
|
* @param virtualNetworkName The name of the virtual network.
|
|
19
19
|
* @param subnetName The name of the subnet.
|
|
20
20
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerinstance_examples.d.ts","sourceRoot":"","sources":["../../test/containerinstance_examples.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"containerinstance_examples.d.ts","sourceRoot":"","sources":["../../test/containerinstance_examples.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,kBAAkB;;CAE9B,CAAC"}
|
|
@@ -11,10 +11,7 @@ import { createTestCredential } from "@azure-tools/test-credential";
|
|
|
11
11
|
import { assert } from "chai";
|
|
12
12
|
import { ContainerInstanceManagementClient } from "../src/containerInstanceManagementClient";
|
|
13
13
|
const replaceableVariables = {
|
|
14
|
-
|
|
15
|
-
AZURE_CLIENT_SECRET: "azure_client_secret",
|
|
16
|
-
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
|
|
17
|
-
SUBSCRIPTION_ID: "azure_subscription_id"
|
|
14
|
+
SUBSCRIPTION_ID: "88888888-8888-8888-8888-888888888888"
|
|
18
15
|
};
|
|
19
16
|
const recorderOptions = {
|
|
20
17
|
envSetupForPlayback: replaceableVariables,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerinstance_examples.js","sourceRoot":"","sources":["../../test/containerinstance_examples.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAE7F,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"containerinstance_examples.js","sourceRoot":"","sources":["../../test/containerinstance_examples.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for ContainerInstanceManagementClient.",
|
|
6
|
-
"version": "9.
|
|
6
|
+
"version": "9.2.0-beta.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/
|
|
12
|
-
"@azure/
|
|
13
|
-
"@azure/core-client": "^1.7.0",
|
|
14
|
-
"@azure/core-lro": "^2.5.0",
|
|
11
|
+
"@azure/core-lro": "^2.5.4",
|
|
12
|
+
"@azure/abort-controller": "^2.1.2",
|
|
15
13
|
"@azure/core-paging": "^1.2.0",
|
|
16
|
-
"@azure/core-
|
|
14
|
+
"@azure/core-client": "^1.7.0",
|
|
15
|
+
"@azure/core-auth": "^1.6.0",
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.14.0",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -28,20 +28,21 @@
|
|
|
28
28
|
"module": "./dist-esm/src/index.js",
|
|
29
29
|
"types": "./types/arm-containerinstance.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"
|
|
31
|
+
"typescript": "~5.5.3",
|
|
32
|
+
"uglify-js": "^3.4.9",
|
|
33
|
+
"dotenv": "^16.0.0",
|
|
34
|
+
"@azure/dev-tool": "^1.0.0",
|
|
35
|
+
"@azure/identity": "^4.2.1",
|
|
32
36
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
33
|
-
"@azure/
|
|
34
|
-
"
|
|
35
|
-
"@types/chai": "^4.2.8",
|
|
37
|
+
"@azure-tools/test-credential": "^1.1.0",
|
|
38
|
+
"mocha": "^10.0.0",
|
|
36
39
|
"@types/mocha": "^10.0.0",
|
|
37
|
-
"
|
|
40
|
+
"tsx": "^4.7.1",
|
|
41
|
+
"@types/chai": "^4.2.8",
|
|
38
42
|
"chai": "^4.2.0",
|
|
39
43
|
"cross-env": "^7.0.2",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"ts-node": "^10.0.0",
|
|
43
|
-
"typescript": "~5.6.2",
|
|
44
|
-
"uglify-js": "^3.4.9"
|
|
44
|
+
"@types/node": "^18.0.0",
|
|
45
|
+
"ts-node": "^10.0.0"
|
|
45
46
|
},
|
|
46
47
|
"repository": {
|
|
47
48
|
"type": "git",
|
|
@@ -68,31 +69,29 @@
|
|
|
68
69
|
"types/*"
|
|
69
70
|
],
|
|
70
71
|
"scripts": {
|
|
71
|
-
"audit": "echo skipped",
|
|
72
72
|
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
|
|
73
|
-
"
|
|
73
|
+
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
74
|
+
"prepack": "npm run build",
|
|
75
|
+
"pack": "npm pack 2>&1",
|
|
76
|
+
"extract-api": "dev-tool run extract-api",
|
|
77
|
+
"lint": "echo skipped",
|
|
78
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
74
79
|
"build:node": "echo skipped",
|
|
75
|
-
"build:
|
|
80
|
+
"build:browser": "echo skipped",
|
|
76
81
|
"build:test": "echo skipped",
|
|
82
|
+
"build:samples": "echo skipped.",
|
|
77
83
|
"check-format": "echo skipped",
|
|
78
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
79
84
|
"execute:samples": "echo skipped",
|
|
80
|
-
"extract-api": "dev-tool run extract-api",
|
|
81
85
|
"format": "echo skipped",
|
|
82
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
83
|
-
"integration-test:browser": "echo skipped",
|
|
84
|
-
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
85
|
-
"lint": "echo skipped",
|
|
86
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
87
|
-
"pack": "npm pack 2>&1",
|
|
88
|
-
"prepack": "npm run build",
|
|
89
86
|
"test": "npm run integration-test",
|
|
90
|
-
"test:browser": "echo skipped",
|
|
91
87
|
"test:node": "echo skipped",
|
|
88
|
+
"test:browser": "echo skipped",
|
|
92
89
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
93
|
-
"unit-test:browser": "echo skipped",
|
|
94
90
|
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
|
95
|
-
"
|
|
91
|
+
"unit-test:browser": "echo skipped",
|
|
92
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
93
|
+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
94
|
+
"integration-test:browser": "echo skipped"
|
|
96
95
|
},
|
|
97
96
|
"sideEffects": false,
|
|
98
97
|
"//metadata": {
|