@azure/arm-networkfunction 2.0.2-alpha.20260303.1 → 2.0.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.
@@ -133,3 +133,7 @@ class AzureTrafficCollectorClient extends coreClient.ServiceClient {
133
133
  azureTrafficCollectors;
134
134
  collectorPolicies;
135
135
  }
136
+ // Annotate the CommonJS export names for ESM import in node:
137
+ 0 && (module.exports = {
138
+ AzureTrafficCollectorClient
139
+ });
@@ -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_azureTrafficCollectorClient = require("./azureTrafficCollectorClient.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
+ AzureTrafficCollectorClient,
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
+ });
@@ -62,3 +62,13 @@ var KnownApiVersionParameter = /* @__PURE__ */ ((KnownApiVersionParameter2) => {
62
62
  KnownApiVersionParameter2["TwoThousandTwentyTwo1101"] = "2022-11-01";
63
63
  return KnownApiVersionParameter2;
64
64
  })(KnownApiVersionParameter || {});
65
+ // Annotate the CommonJS export names for ESM import in node:
66
+ 0 && (module.exports = {
67
+ KnownApiVersionParameter,
68
+ KnownCreatedByType,
69
+ KnownDestinationType,
70
+ KnownEmissionType,
71
+ KnownIngestionType,
72
+ KnownProvisioningState,
73
+ KnownSourceType
74
+ });
@@ -564,3 +564,25 @@ const TrackedResourceSystemData = {
564
564
  }
565
565
  }
566
566
  };
567
+ // Annotate the CommonJS export names for ESM import in node:
568
+ 0 && (module.exports = {
569
+ AzureTrafficCollector,
570
+ AzureTrafficCollectorListResult,
571
+ CloudError,
572
+ CloudErrorBody,
573
+ CollectorPolicy,
574
+ CollectorPolicyListResult,
575
+ EmissionPoliciesPropertiesFormat,
576
+ EmissionPolicyDestination,
577
+ IngestionPolicyPropertiesFormat,
578
+ IngestionSourcesPropertiesFormat,
579
+ Operation,
580
+ OperationDisplay,
581
+ OperationListResult,
582
+ ProxyResource,
583
+ ResourceReference,
584
+ SystemData,
585
+ TagsObject,
586
+ TrackedResource,
587
+ TrackedResourceSystemData
588
+ });
@@ -164,3 +164,23 @@ const emissionPolicies = {
164
164
  parameterPath: ["options", "emissionPolicies"],
165
165
  mapper: import_mappers.CollectorPolicy
166
166
  };
167
+ // Annotate the CommonJS export names for ESM import in node:
168
+ 0 && (module.exports = {
169
+ $host,
170
+ accept,
171
+ apiVersion,
172
+ azureTrafficCollectorName,
173
+ collectorPolicyName,
174
+ contentType,
175
+ emissionPolicies,
176
+ ingestionPolicy,
177
+ location,
178
+ location1,
179
+ nextLink,
180
+ parameters1,
181
+ resourceGroupName,
182
+ subscriptionId,
183
+ tags,
184
+ tags1,
185
+ virtualHub
186
+ });
@@ -305,3 +305,7 @@ const updateTagsOperationSpec = {
305
305
  mediaType: "json",
306
306
  serializer
307
307
  };
308
+ // Annotate the CommonJS export names for ESM import in node:
309
+ 0 && (module.exports = {
310
+ AzureTrafficCollectorsImpl
311
+ });
@@ -162,3 +162,7 @@ const listNextOperationSpec = {
162
162
  headerParameters: [Parameters.accept],
163
163
  serializer
164
164
  };
165
+ // Annotate the CommonJS export names for ESM import in node:
166
+ 0 && (module.exports = {
167
+ AzureTrafficCollectorsByResourceGroupImpl
168
+ });
@@ -147,3 +147,7 @@ const listNextOperationSpec = {
147
147
  headerParameters: [Parameters.accept],
148
148
  serializer
149
149
  };
150
+ // Annotate the CommonJS export names for ESM import in node:
151
+ 0 && (module.exports = {
152
+ AzureTrafficCollectorsBySubscriptionImpl
153
+ });
@@ -477,3 +477,7 @@ const listNextOperationSpec = {
477
477
  headerParameters: [Parameters.accept],
478
478
  serializer
479
479
  };
480
+ // Annotate the CommonJS export names for ESM import in node:
481
+ 0 && (module.exports = {
482
+ CollectorPoliciesImpl
483
+ });
@@ -19,3 +19,11 @@ __reExport(operations_exports, require("./azureTrafficCollectorsBySubscription.j
19
19
  __reExport(operations_exports, require("./azureTrafficCollectorsByResourceGroup.js"), module.exports);
20
20
  __reExport(operations_exports, require("./azureTrafficCollectors.js"), module.exports);
21
21
  __reExport(operations_exports, require("./collectorPolicies.js"), module.exports);
22
+ // Annotate the CommonJS export names for ESM import in node:
23
+ 0 && (module.exports = {
24
+ ...require("./networkFunction.js"),
25
+ ...require("./azureTrafficCollectorsBySubscription.js"),
26
+ ...require("./azureTrafficCollectorsByResourceGroup.js"),
27
+ ...require("./azureTrafficCollectors.js"),
28
+ ...require("./collectorPolicies.js")
29
+ });
@@ -105,3 +105,7 @@ const listOperationsOperationSpec = {
105
105
  headerParameters: [Parameters.accept],
106
106
  serializer
107
107
  };
108
+ // Annotate the CommonJS export names for ESM import in node:
109
+ 0 && (module.exports = {
110
+ NetworkFunctionImpl
111
+ });
@@ -19,3 +19,11 @@ __reExport(operationsInterfaces_exports, require("./azureTrafficCollectorsBySubs
19
19
  __reExport(operationsInterfaces_exports, require("./azureTrafficCollectorsByResourceGroup.js"), module.exports);
20
20
  __reExport(operationsInterfaces_exports, require("./azureTrafficCollectors.js"), module.exports);
21
21
  __reExport(operationsInterfaces_exports, require("./collectorPolicies.js"), module.exports);
22
+ // Annotate the CommonJS export names for ESM import in node:
23
+ 0 && (module.exports = {
24
+ ...require("./networkFunction.js"),
25
+ ...require("./azureTrafficCollectorsBySubscription.js"),
26
+ ...require("./azureTrafficCollectorsByResourceGroup.js"),
27
+ ...require("./azureTrafficCollectors.js"),
28
+ ...require("./collectorPolicies.js")
29
+ });
@@ -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 AzureTrafficCollectorClient.",
6
- "version": "2.0.2-alpha.20260303.1",
6
+ "version": "2.0.2-alpha.20260304.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },