@azure/arm-containerinstance 9.2.0-alpha.20260304.1 → 9.2.0-alpha.20260306.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/dist/commonjs/containerInstanceManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +15 -0
- package/dist/commonjs/models/mappers.js +67 -0
- package/dist/commonjs/models/parameters.js +24 -0
- package/dist/commonjs/operations/containerGroupProfileOperations.js +4 -0
- package/dist/commonjs/operations/containerGroupProfiles.js +4 -0
- package/dist/commonjs/operations/containerGroups.js +4 -0
- package/dist/commonjs/operations/containers.js +4 -0
- package/dist/commonjs/operations/index.js +10 -0
- package/dist/commonjs/operations/location.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/subnetServiceAssociationLink.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +10 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
|
@@ -135,3 +135,7 @@ class ContainerInstanceManagementClient extends coreClient.ServiceClient {
|
|
|
135
135
|
containerGroupProfiles;
|
|
136
136
|
containerGroupProfileOperations;
|
|
137
137
|
}
|
|
138
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
139
|
+
0 && (module.exports = {
|
|
140
|
+
ContainerInstanceManagementClient
|
|
141
|
+
});
|
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_containerInstanceManagementClient = require("./containerInstanceManagementClient.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
ContainerInstanceManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -97,3 +97,18 @@ var KnownContainerInstanceOperationsOrigin = /* @__PURE__ */ ((KnownContainerIns
|
|
|
97
97
|
KnownContainerInstanceOperationsOrigin2["System"] = "System";
|
|
98
98
|
return KnownContainerInstanceOperationsOrigin2;
|
|
99
99
|
})(KnownContainerInstanceOperationsOrigin || {});
|
|
100
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
101
|
+
0 && (module.exports = {
|
|
102
|
+
KnownContainerGroupIpAddressType,
|
|
103
|
+
KnownContainerGroupNetworkProtocol,
|
|
104
|
+
KnownContainerGroupPriority,
|
|
105
|
+
KnownContainerGroupRestartPolicy,
|
|
106
|
+
KnownContainerGroupSku,
|
|
107
|
+
KnownContainerInstanceOperationsOrigin,
|
|
108
|
+
KnownContainerNetworkProtocol,
|
|
109
|
+
KnownDnsNameLabelReusePolicy,
|
|
110
|
+
KnownGpuSku,
|
|
111
|
+
KnownLogAnalyticsLogType,
|
|
112
|
+
KnownOperatingSystemTypes,
|
|
113
|
+
KnownScheme
|
|
114
|
+
});
|
|
@@ -2317,3 +2317,70 @@ const ContainerGroupProfile = {
|
|
|
2317
2317
|
}
|
|
2318
2318
|
}
|
|
2319
2319
|
};
|
|
2320
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2321
|
+
0 && (module.exports = {
|
|
2322
|
+
AzureFileVolume,
|
|
2323
|
+
CachedImages,
|
|
2324
|
+
CachedImagesListResult,
|
|
2325
|
+
Capabilities,
|
|
2326
|
+
CapabilitiesCapabilities,
|
|
2327
|
+
CapabilitiesListResult,
|
|
2328
|
+
CloudError,
|
|
2329
|
+
CloudErrorBody,
|
|
2330
|
+
ConfidentialComputeProperties,
|
|
2331
|
+
ConfigMap,
|
|
2332
|
+
Container,
|
|
2333
|
+
ContainerAttachResponse,
|
|
2334
|
+
ContainerExec,
|
|
2335
|
+
ContainerExecRequest,
|
|
2336
|
+
ContainerExecRequestTerminalSize,
|
|
2337
|
+
ContainerExecResponse,
|
|
2338
|
+
ContainerGroup,
|
|
2339
|
+
ContainerGroupDiagnostics,
|
|
2340
|
+
ContainerGroupIdentity,
|
|
2341
|
+
ContainerGroupListResult,
|
|
2342
|
+
ContainerGroupProfile,
|
|
2343
|
+
ContainerGroupProfileListResult,
|
|
2344
|
+
ContainerGroupProfilePatch,
|
|
2345
|
+
ContainerGroupProfileProperties,
|
|
2346
|
+
ContainerGroupProfileReferenceDefinition,
|
|
2347
|
+
ContainerGroupProperties,
|
|
2348
|
+
ContainerGroupPropertiesInstanceView,
|
|
2349
|
+
ContainerGroupSubnetId,
|
|
2350
|
+
ContainerHttpGet,
|
|
2351
|
+
ContainerPort,
|
|
2352
|
+
ContainerProbe,
|
|
2353
|
+
ContainerPropertiesInstanceView,
|
|
2354
|
+
ContainerState,
|
|
2355
|
+
DeploymentExtensionSpec,
|
|
2356
|
+
DnsConfiguration,
|
|
2357
|
+
EncryptionProperties,
|
|
2358
|
+
EnvironmentVariable,
|
|
2359
|
+
Event,
|
|
2360
|
+
GitRepoVolume,
|
|
2361
|
+
GpuResource,
|
|
2362
|
+
HttpHeader,
|
|
2363
|
+
ImageRegistryCredential,
|
|
2364
|
+
InitContainerDefinition,
|
|
2365
|
+
InitContainerPropertiesDefinitionInstanceView,
|
|
2366
|
+
IpAddress,
|
|
2367
|
+
LogAnalytics,
|
|
2368
|
+
Logs,
|
|
2369
|
+
Operation,
|
|
2370
|
+
OperationDisplay,
|
|
2371
|
+
OperationListResult,
|
|
2372
|
+
Port,
|
|
2373
|
+
Resource,
|
|
2374
|
+
ResourceLimits,
|
|
2375
|
+
ResourceRequests,
|
|
2376
|
+
ResourceRequirements,
|
|
2377
|
+
SecurityContextCapabilitiesDefinition,
|
|
2378
|
+
SecurityContextDefinition,
|
|
2379
|
+
StandbyPoolProfileDefinition,
|
|
2380
|
+
Usage,
|
|
2381
|
+
UsageListResult,
|
|
2382
|
+
UsageName,
|
|
2383
|
+
UserAssignedIdentities,
|
|
2384
|
+
Volume,
|
|
2385
|
+
VolumeMount
|
|
2386
|
+
});
|
|
@@ -236,3 +236,27 @@ const revisionNumber = {
|
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
};
|
|
239
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
240
|
+
0 && (module.exports = {
|
|
241
|
+
$host,
|
|
242
|
+
accept,
|
|
243
|
+
apiVersion,
|
|
244
|
+
containerExecRequest,
|
|
245
|
+
containerGroup,
|
|
246
|
+
containerGroupName,
|
|
247
|
+
containerGroupProfile,
|
|
248
|
+
containerGroupProfileName,
|
|
249
|
+
containerName,
|
|
250
|
+
contentType,
|
|
251
|
+
location,
|
|
252
|
+
nextLink,
|
|
253
|
+
properties,
|
|
254
|
+
resource,
|
|
255
|
+
resourceGroupName,
|
|
256
|
+
revisionNumber,
|
|
257
|
+
subnetName,
|
|
258
|
+
subscriptionId,
|
|
259
|
+
tail,
|
|
260
|
+
timestamps,
|
|
261
|
+
virtualNetworkName
|
|
262
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operations_exports, require("./containers.js"), module.exports);
|
|
|
21
21
|
__reExport(operations_exports, require("./subnetServiceAssociationLink.js"), module.exports);
|
|
22
22
|
__reExport(operations_exports, require("./containerGroupProfiles.js"), module.exports);
|
|
23
23
|
__reExport(operations_exports, require("./containerGroupProfileOperations.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./containerGroups.js"),
|
|
27
|
+
...require("./operations.js"),
|
|
28
|
+
...require("./location.js"),
|
|
29
|
+
...require("./containers.js"),
|
|
30
|
+
...require("./subnetServiceAssociationLink.js"),
|
|
31
|
+
...require("./containerGroupProfiles.js"),
|
|
32
|
+
...require("./containerGroupProfileOperations.js")
|
|
33
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operationsInterfaces_exports, require("./containers.js"), module.expo
|
|
|
21
21
|
__reExport(operationsInterfaces_exports, require("./subnetServiceAssociationLink.js"), module.exports);
|
|
22
22
|
__reExport(operationsInterfaces_exports, require("./containerGroupProfiles.js"), module.exports);
|
|
23
23
|
__reExport(operationsInterfaces_exports, require("./containerGroupProfileOperations.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./containerGroups.js"),
|
|
27
|
+
...require("./operations.js"),
|
|
28
|
+
...require("./location.js"),
|
|
29
|
+
...require("./containers.js"),
|
|
30
|
+
...require("./subnetServiceAssociationLink.js"),
|
|
31
|
+
...require("./containerGroupProfiles.js"),
|
|
32
|
+
...require("./containerGroupProfileOperations.js")
|
|
33
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for ContainerInstanceManagementClient.",
|
|
6
|
-
"version": "9.2.0-alpha.
|
|
6
|
+
"version": "9.2.0-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
43
|
"@azure-tools/test-credential": "^2.1.2",
|
|
44
|
-
"@azure
|
|
44
|
+
"@azure/dev-tool": "^1.0.0",
|
|
45
45
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
46
|
-
"@azure/
|
|
46
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
49
49
|
"bugs": {
|