@azure/arm-vmwarecloudsimple 3.1.2-alpha.20260303.1 → 3.1.2-alpha.20260304.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.
@@ -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_vMwareCloudSimple = require("./vMwareCloudSimple.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
+ VMwareCloudSimple,
32
+ getContinuationToken,
33
+ ...require("./models/index.js"),
34
+ ...require("./operationsInterfaces/index.js")
35
+ });
@@ -40,3 +40,7 @@ class LroImpl {
40
40
  });
41
41
  }
42
42
  }
43
+ // Annotate the CommonJS export names for ESM import in node:
44
+ 0 && (module.exports = {
45
+ LroImpl
46
+ });
@@ -55,3 +55,11 @@ var KnownCustomizationPolicyPropertiesType = /* @__PURE__ */ ((KnownCustomizatio
55
55
  KnownCustomizationPolicyPropertiesType2["Windows"] = "WINDOWS";
56
56
  return KnownCustomizationPolicyPropertiesType2;
57
57
  })(KnownCustomizationPolicyPropertiesType || {});
58
+ // Annotate the CommonJS export names for ESM import in node:
59
+ 0 && (module.exports = {
60
+ KnownCustomizationHostNameType,
61
+ KnownCustomizationIPAddressType,
62
+ KnownCustomizationIdentityType,
63
+ KnownCustomizationPolicyPropertiesType,
64
+ KnownGuestOsnicCustomizationAllocation
65
+ });
@@ -2485,3 +2485,63 @@ const VirtualMachinesStopExceptionHeaders = {
2485
2485
  }
2486
2486
  }
2487
2487
  };
2488
+ // Annotate the CommonJS export names for ESM import in node:
2489
+ 0 && (module.exports = {
2490
+ AvailableOperation,
2491
+ AvailableOperationDisplay,
2492
+ AvailableOperationDisplayPropertyServiceSpecificationMetricsItem,
2493
+ AvailableOperationDisplayPropertyServiceSpecificationMetricsList,
2494
+ AvailableOperationsListResponse,
2495
+ CsrpError,
2496
+ CsrpErrorBody,
2497
+ CustomizationHostName,
2498
+ CustomizationIPAddress,
2499
+ CustomizationIPSettings,
2500
+ CustomizationIdentity,
2501
+ CustomizationIdentityUserData,
2502
+ CustomizationNicSetting,
2503
+ CustomizationPoliciesListResponse,
2504
+ CustomizationPolicy,
2505
+ CustomizationSpecification,
2506
+ DedicatedCloudNode,
2507
+ DedicatedCloudNodeListResponse,
2508
+ DedicatedCloudNodesCreateOrUpdateHeaders,
2509
+ DedicatedCloudNodesDeleteExceptionHeaders,
2510
+ DedicatedCloudService,
2511
+ DedicatedCloudServiceListResponse,
2512
+ DedicatedCloudServicesDeleteExceptionHeaders,
2513
+ GuestOSCustomization,
2514
+ GuestOsnicCustomization,
2515
+ OperationError,
2516
+ OperationResource,
2517
+ OperationsGetExceptionHeaders,
2518
+ OperationsGetHeaders,
2519
+ PatchPayload,
2520
+ PrivateCloud,
2521
+ PrivateCloudList,
2522
+ ResourcePool,
2523
+ ResourcePoolsListResponse,
2524
+ Sku,
2525
+ SkuAvailability,
2526
+ SkuAvailabilityListResponse,
2527
+ Usage,
2528
+ UsageListResponse,
2529
+ UsageName,
2530
+ VirtualDisk,
2531
+ VirtualDiskController,
2532
+ VirtualMachine,
2533
+ VirtualMachineListResponse,
2534
+ VirtualMachineStopMode,
2535
+ VirtualMachineTemplate,
2536
+ VirtualMachineTemplateListResponse,
2537
+ VirtualMachinesCreateOrUpdateHeaders,
2538
+ VirtualMachinesDeleteExceptionHeaders,
2539
+ VirtualMachinesDeleteHeaders,
2540
+ VirtualMachinesStartExceptionHeaders,
2541
+ VirtualMachinesStartHeaders,
2542
+ VirtualMachinesStopExceptionHeaders,
2543
+ VirtualMachinesStopHeaders,
2544
+ VirtualNetwork,
2545
+ VirtualNetworkListResponse,
2546
+ VirtualNic
2547
+ });
@@ -351,3 +351,39 @@ const mode = {
351
351
  }
352
352
  }
353
353
  };
354
+ // Annotate the CommonJS export names for ESM import in node:
355
+ 0 && (module.exports = {
356
+ $host,
357
+ accept,
358
+ apiVersion,
359
+ contentType,
360
+ customizationPolicyName,
361
+ dedicatedCloudNodeName,
362
+ dedicatedCloudNodeRequest,
363
+ dedicatedCloudNodeRequest1,
364
+ dedicatedCloudServiceName,
365
+ dedicatedCloudServiceName1,
366
+ dedicatedCloudServiceRequest,
367
+ dedicatedCloudServiceRequest1,
368
+ filter,
369
+ m,
370
+ mode,
371
+ nextLink,
372
+ operationId,
373
+ pcName,
374
+ referer,
375
+ regionId,
376
+ resourceGroupName,
377
+ resourcePoolName,
378
+ resourcePoolName1,
379
+ skipToken,
380
+ skuId,
381
+ subscriptionId,
382
+ top,
383
+ virtualMachineName,
384
+ virtualMachineName1,
385
+ virtualMachineRequest,
386
+ virtualMachineRequest1,
387
+ virtualMachineTemplateName,
388
+ virtualNetworkName
389
+ });
@@ -202,3 +202,7 @@ const listNextOperationSpec = {
202
202
  headerParameters: [Parameters.accept],
203
203
  serializer
204
204
  };
205
+ // Annotate the CommonJS export names for ESM import in node:
206
+ 0 && (module.exports = {
207
+ CustomizationPoliciesImpl
208
+ });
@@ -498,3 +498,7 @@ const listByResourceGroupNextOperationSpec = {
498
498
  headerParameters: [Parameters.accept],
499
499
  serializer
500
500
  };
501
+ // Annotate the CommonJS export names for ESM import in node:
502
+ 0 && (module.exports = {
503
+ DedicatedCloudNodesImpl
504
+ });
@@ -478,3 +478,7 @@ const listByResourceGroupNextOperationSpec = {
478
478
  headerParameters: [Parameters.accept],
479
479
  serializer
480
480
  };
481
+ // Annotate the CommonJS export names for ESM import in node:
482
+ 0 && (module.exports = {
483
+ DedicatedCloudServicesImpl
484
+ });
@@ -25,3 +25,17 @@ __reExport(operations_exports, require("./virtualMachineTemplates.js"), module.e
25
25
  __reExport(operations_exports, require("./virtualNetworks.js"), module.exports);
26
26
  __reExport(operations_exports, require("./usages.js"), module.exports);
27
27
  __reExport(operations_exports, require("./virtualMachines.js"), module.exports);
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ ...require("./operations.js"),
31
+ ...require("./dedicatedCloudNodes.js"),
32
+ ...require("./dedicatedCloudServices.js"),
33
+ ...require("./skusAvailability.js"),
34
+ ...require("./privateClouds.js"),
35
+ ...require("./customizationPolicies.js"),
36
+ ...require("./resourcePools.js"),
37
+ ...require("./virtualMachineTemplates.js"),
38
+ ...require("./virtualNetworks.js"),
39
+ ...require("./usages.js"),
40
+ ...require("./virtualMachines.js")
41
+ });
@@ -181,3 +181,7 @@ const listNextOperationSpec = {
181
181
  headerParameters: [Parameters.accept],
182
182
  serializer
183
183
  };
184
+ // Annotate the CommonJS export names for ESM import in node:
185
+ 0 && (module.exports = {
186
+ OperationsImpl
187
+ });
@@ -190,3 +190,7 @@ const listNextOperationSpec = {
190
190
  headerParameters: [Parameters.accept],
191
191
  serializer
192
192
  };
193
+ // Annotate the CommonJS export names for ESM import in node:
194
+ 0 && (module.exports = {
195
+ PrivateCloudsImpl
196
+ });
@@ -202,3 +202,7 @@ const listNextOperationSpec = {
202
202
  headerParameters: [Parameters.accept],
203
203
  serializer
204
204
  };
205
+ // Annotate the CommonJS export names for ESM import in node:
206
+ 0 && (module.exports = {
207
+ ResourcePoolsImpl
208
+ });
@@ -157,3 +157,7 @@ const listNextOperationSpec = {
157
157
  headerParameters: [Parameters.accept],
158
158
  serializer
159
159
  };
160
+ // Annotate the CommonJS export names for ESM import in node:
161
+ 0 && (module.exports = {
162
+ SkusAvailabilityImpl
163
+ });
@@ -157,3 +157,7 @@ const listNextOperationSpec = {
157
157
  headerParameters: [Parameters.accept],
158
158
  serializer
159
159
  };
160
+ // Annotate the CommonJS export names for ESM import in node:
161
+ 0 && (module.exports = {
162
+ UsagesImpl
163
+ });
@@ -220,3 +220,7 @@ const listNextOperationSpec = {
220
220
  headerParameters: [Parameters.accept],
221
221
  serializer
222
222
  };
223
+ // Annotate the CommonJS export names for ESM import in node:
224
+ 0 && (module.exports = {
225
+ VirtualMachineTemplatesImpl
226
+ });
@@ -792,3 +792,7 @@ const listByResourceGroupNextOperationSpec = {
792
792
  headerParameters: [Parameters.accept],
793
793
  serializer
794
794
  };
795
+ // Annotate the CommonJS export names for ESM import in node:
796
+ 0 && (module.exports = {
797
+ VirtualMachinesImpl
798
+ });
@@ -220,3 +220,7 @@ const listNextOperationSpec = {
220
220
  headerParameters: [Parameters.accept],
221
221
  serializer
222
222
  };
223
+ // Annotate the CommonJS export names for ESM import in node:
224
+ 0 && (module.exports = {
225
+ VirtualNetworksImpl
226
+ });
@@ -25,3 +25,17 @@ __reExport(operationsInterfaces_exports, require("./virtualMachineTemplates.js")
25
25
  __reExport(operationsInterfaces_exports, require("./virtualNetworks.js"), module.exports);
26
26
  __reExport(operationsInterfaces_exports, require("./usages.js"), module.exports);
27
27
  __reExport(operationsInterfaces_exports, require("./virtualMachines.js"), module.exports);
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ ...require("./operations.js"),
31
+ ...require("./dedicatedCloudNodes.js"),
32
+ ...require("./dedicatedCloudServices.js"),
33
+ ...require("./skusAvailability.js"),
34
+ ...require("./privateClouds.js"),
35
+ ...require("./customizationPolicies.js"),
36
+ ...require("./resourcePools.js"),
37
+ ...require("./virtualMachineTemplates.js"),
38
+ ...require("./virtualNetworks.js"),
39
+ ...require("./usages.js"),
40
+ ...require("./virtualMachines.js")
41
+ });
@@ -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
+ });
@@ -141,3 +141,7 @@ class VMwareCloudSimple extends coreClient.ServiceClient {
141
141
  usages;
142
142
  virtualMachines;
143
143
  }
144
+ // Annotate the CommonJS export names for ESM import in node:
145
+ 0 && (module.exports = {
146
+ VMwareCloudSimple
147
+ });
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 VMwareCloudSimple.",
6
- "version": "3.1.2-alpha.20260303.1",
6
+ "version": "3.1.2-alpha.20260304.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -40,8 +40,8 @@
40
40
  "typescript": "~5.9.3",
41
41
  "vitest": "^4.0.8",
42
42
  "@azure-tools/test-credential": "^2.1.2",
43
- "@azure-tools/test-recorder": "^4.1.1",
44
43
  "@azure-tools/test-utils-vitest": "^2.0.1",
44
+ "@azure-tools/test-recorder": "^4.1.1",
45
45
  "@azure/dev-tool": "^1.0.0"
46
46
  },
47
47
  "repository": {