@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.
@@ -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
+ });
@@ -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
+ });
@@ -37,3 +37,7 @@ function createLroSpec(inputs) {
37
37
  }
38
38
  };
39
39
  }
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ createLroSpec
43
+ });
@@ -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
+ });
@@ -228,3 +228,7 @@ const listAllRevisionsNextOperationSpec = {
228
228
  headerParameters: [Parameters.accept],
229
229
  serializer
230
230
  };
231
+ // Annotate the CommonJS export names for ESM import in node:
232
+ 0 && (module.exports = {
233
+ ContainerGroupProfileOperationsImpl
234
+ });
@@ -422,3 +422,7 @@ const listByResourceGroupNextOperationSpec = {
422
422
  headerParameters: [Parameters.accept],
423
423
  serializer
424
424
  };
425
+ // Annotate the CommonJS export names for ESM import in node:
426
+ 0 && (module.exports = {
427
+ ContainerGroupProfilesImpl
428
+ });
@@ -769,3 +769,7 @@ const listByResourceGroupNextOperationSpec = {
769
769
  headerParameters: [Parameters.accept],
770
770
  serializer
771
771
  };
772
+ // Annotate the CommonJS export names for ESM import in node:
773
+ 0 && (module.exports = {
774
+ ContainerGroupsImpl
775
+ });
@@ -168,3 +168,7 @@ const attachOperationSpec = {
168
168
  headerParameters: [Parameters.accept],
169
169
  serializer
170
170
  };
171
+ // Annotate the CommonJS export names for ESM import in node:
172
+ 0 && (module.exports = {
173
+ ContainersImpl
174
+ });
@@ -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
+ });
@@ -342,3 +342,7 @@ const listCapabilitiesNextOperationSpec = {
342
342
  headerParameters: [Parameters.accept],
343
343
  serializer
344
344
  };
345
+ // Annotate the CommonJS export names for ESM import in node:
346
+ 0 && (module.exports = {
347
+ LocationImpl
348
+ });
@@ -142,3 +142,7 @@ const listNextOperationSpec = {
142
142
  headerParameters: [Parameters.accept],
143
143
  serializer
144
144
  };
145
+ // Annotate the CommonJS export names for ESM import in node:
146
+ 0 && (module.exports = {
147
+ OperationsImpl
148
+ });
@@ -138,3 +138,7 @@ const deleteOperationSpec = {
138
138
  headerParameters: [Parameters.accept],
139
139
  serializer
140
140
  };
141
+ // Annotate the CommonJS export names for ESM import in node:
142
+ 0 && (module.exports = {
143
+ SubnetServiceAssociationLinkImpl
144
+ });
@@ -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.20260304.1",
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.0-alpha <1.23.0-alphb",
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-tools/test-recorder": "^4.1.1",
44
+ "@azure/dev-tool": "^1.0.0",
45
45
  "@azure-tools/test-utils-vitest": "^2.0.1",
46
- "@azure/dev-tool": "^1.0.0"
46
+ "@azure-tools/test-recorder": "^4.1.1"
47
47
  },
48
48
  "repository": "github:Azure/azure-sdk-for-js",
49
49
  "bugs": {