@azure/arm-selfhelp 2.0.0-alpha.20260303.1 → 2.0.0-alpha.20260305.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.
@@ -131,3 +131,7 @@ class HelpRP extends coreClient.ServiceClient {
131
131
  solutionSelfHelp;
132
132
  discoverySolutionNLP;
133
133
  }
134
+ // Annotate the CommonJS export names for ESM import in node:
135
+ 0 && (module.exports = {
136
+ HelpRP
137
+ });
@@ -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_helpRP = require("./helpRP.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
+ HelpRP,
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
+ });
@@ -170,3 +170,25 @@ var KnownAutomatedCheckResultType = /* @__PURE__ */ ((KnownAutomatedCheckResultT
170
170
  KnownAutomatedCheckResultType2["Information"] = "Information";
171
171
  return KnownAutomatedCheckResultType2;
172
172
  })(KnownAutomatedCheckResultType || {});
173
+ // Annotate the CommonJS export names for ESM import in node:
174
+ 0 && (module.exports = {
175
+ KnownActionType,
176
+ KnownAggregationType,
177
+ KnownAutomatedCheckResultType,
178
+ KnownConfidence,
179
+ KnownCreatedByType,
180
+ KnownDiagnosticProvisioningState,
181
+ KnownExecutionStatus,
182
+ KnownImportanceLevel,
183
+ KnownName,
184
+ KnownOrigin,
185
+ KnownQuestionContentType,
186
+ KnownQuestionType,
187
+ KnownResultType,
188
+ KnownSolutionProvisioningState,
189
+ KnownSolutionType,
190
+ KnownStatus,
191
+ KnownTroubleshooterProvisioningState,
192
+ KnownType,
193
+ KnownValidationScope
194
+ });
@@ -2038,3 +2038,62 @@ const TroubleshootersRestartHeaders = {
2038
2038
  }
2039
2039
  }
2040
2040
  };
2041
+ // Annotate the CommonJS export names for ESM import in node:
2042
+ 0 && (module.exports = {
2043
+ AutomatedCheckResult,
2044
+ CheckNameAvailabilityRequest,
2045
+ CheckNameAvailabilityResponse,
2046
+ ClassificationService,
2047
+ ContinueRequestBody,
2048
+ Diagnostic,
2049
+ DiagnosticInvocation,
2050
+ DiagnosticResource,
2051
+ DiscoveryNlpRequest,
2052
+ DiscoveryNlpResponse,
2053
+ DiscoveryResponse,
2054
+ ErrorAdditionalInfo,
2055
+ ErrorDetail,
2056
+ ErrorModel,
2057
+ ErrorResponse,
2058
+ Filter,
2059
+ FilterGroup,
2060
+ Insight,
2061
+ MetricsBasedChart,
2062
+ Operation,
2063
+ OperationDisplay,
2064
+ OperationListResult,
2065
+ ProxyResource,
2066
+ ReplacementMaps,
2067
+ ReplacementMapsSelfHelp,
2068
+ Resource,
2069
+ ResponseOption,
2070
+ ResponseValidationProperties,
2071
+ RestartTroubleshooterResponse,
2072
+ SearchResult,
2073
+ Section,
2074
+ SectionSelfHelp,
2075
+ SimplifiedSolutionsResource,
2076
+ SolutionMetadataProperties,
2077
+ SolutionMetadataResource,
2078
+ SolutionNlpMetadataResource,
2079
+ SolutionPatchRequestBody,
2080
+ SolutionResource,
2081
+ SolutionResourceSelfHelp,
2082
+ SolutionUpdateHeaders,
2083
+ SolutionWarmUpRequestBody,
2084
+ SolutionsDiagnostic,
2085
+ SolutionsTroubleshooters,
2086
+ Step,
2087
+ StepInput,
2088
+ SystemData,
2089
+ TriggerCriterion,
2090
+ TroubleshooterResource,
2091
+ TroubleshooterResponse,
2092
+ TroubleshootersContinueHeaders,
2093
+ TroubleshootersEndHeaders,
2094
+ TroubleshootersRestartHeaders,
2095
+ Video,
2096
+ VideoGroup,
2097
+ VideoGroupVideo,
2098
+ WebResult
2099
+ });
@@ -249,3 +249,29 @@ const subscriptionId = {
249
249
  },
250
250
  skipEncoding: true
251
251
  };
252
+ // Annotate the CommonJS export names for ESM import in node:
253
+ 0 && (module.exports = {
254
+ $host,
255
+ accept,
256
+ apiVersion,
257
+ checkNameAvailabilityRequest,
258
+ contentType,
259
+ continueRequestBody,
260
+ createTroubleshooterRequestBody,
261
+ diagnosticResourceRequest,
262
+ diagnosticsResourceName,
263
+ discoverSolutionRequest,
264
+ filter,
265
+ nextLink,
266
+ scope,
267
+ simplifiedSolutionsRequestBody,
268
+ simplifiedSolutionsResourceName,
269
+ skiptoken,
270
+ solutionId,
271
+ solutionPatchRequestBody,
272
+ solutionRequestBody,
273
+ solutionResourceName,
274
+ solutionWarmUpRequestBody,
275
+ subscriptionId,
276
+ troubleshooterName
277
+ });
@@ -80,3 +80,7 @@ const checkAvailabilityOperationSpec = {
80
80
  mediaType: "json",
81
81
  serializer
82
82
  };
83
+ // Annotate the CommonJS export names for ESM import in node:
84
+ 0 && (module.exports = {
85
+ CheckNameAvailabilityImpl
86
+ });
@@ -184,3 +184,7 @@ const getOperationSpec = {
184
184
  headerParameters: [Parameters.accept],
185
185
  serializer
186
186
  };
187
+ // Annotate the CommonJS export names for ESM import in node:
188
+ 0 && (module.exports = {
189
+ DiagnosticsImpl
190
+ });
@@ -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
+ DiscoverySolutionImpl
168
+ });
@@ -107,3 +107,7 @@ const discoverSolutionsBySubscriptionOperationSpec = {
107
107
  mediaType: "json",
108
108
  serializer
109
109
  };
110
+ // Annotate the CommonJS export names for ESM import in node:
111
+ 0 && (module.exports = {
112
+ DiscoverySolutionNLPImpl
113
+ });
@@ -23,3 +23,15 @@ __reExport(operations_exports, require("./simplifiedSolutions.js"), module.expor
23
23
  __reExport(operations_exports, require("./troubleshooters.js"), module.exports);
24
24
  __reExport(operations_exports, require("./solutionSelfHelp.js"), module.exports);
25
25
  __reExport(operations_exports, require("./discoverySolutionNLP.js"), module.exports);
26
+ // Annotate the CommonJS export names for ESM import in node:
27
+ 0 && (module.exports = {
28
+ ...require("./operations.js"),
29
+ ...require("./checkNameAvailability.js"),
30
+ ...require("./diagnostics.js"),
31
+ ...require("./discoverySolution.js"),
32
+ ...require("./solution.js"),
33
+ ...require("./simplifiedSolutions.js"),
34
+ ...require("./troubleshooters.js"),
35
+ ...require("./solutionSelfHelp.js"),
36
+ ...require("./discoverySolutionNLP.js")
37
+ });
@@ -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
+ });
@@ -191,3 +191,7 @@ const getOperationSpec = {
191
191
  headerParameters: [Parameters.accept],
192
192
  serializer
193
193
  };
194
+ // Annotate the CommonJS export names for ESM import in node:
195
+ 0 && (module.exports = {
196
+ SimplifiedSolutionsImpl
197
+ });
@@ -320,3 +320,7 @@ const warmUpOperationSpec = {
320
320
  mediaType: "json",
321
321
  serializer
322
322
  };
323
+ // Annotate the CommonJS export names for ESM import in node:
324
+ 0 && (module.exports = {
325
+ SolutionImpl
326
+ });
@@ -79,3 +79,7 @@ const getOperationSpec = {
79
79
  headerParameters: [Parameters.accept],
80
80
  serializer
81
81
  };
82
+ // Annotate the CommonJS export names for ESM import in node:
83
+ 0 && (module.exports = {
84
+ SolutionSelfHelpImpl
85
+ });
@@ -241,3 +241,7 @@ const restartOperationSpec = {
241
241
  headerParameters: [Parameters.accept],
242
242
  serializer
243
243
  };
244
+ // Annotate the CommonJS export names for ESM import in node:
245
+ 0 && (module.exports = {
246
+ TroubleshootersImpl
247
+ });
@@ -23,3 +23,15 @@ __reExport(operationsInterfaces_exports, require("./simplifiedSolutions.js"), mo
23
23
  __reExport(operationsInterfaces_exports, require("./troubleshooters.js"), module.exports);
24
24
  __reExport(operationsInterfaces_exports, require("./solutionSelfHelp.js"), module.exports);
25
25
  __reExport(operationsInterfaces_exports, require("./discoverySolutionNLP.js"), module.exports);
26
+ // Annotate the CommonJS export names for ESM import in node:
27
+ 0 && (module.exports = {
28
+ ...require("./operations.js"),
29
+ ...require("./checkNameAvailability.js"),
30
+ ...require("./diagnostics.js"),
31
+ ...require("./discoverySolution.js"),
32
+ ...require("./solution.js"),
33
+ ...require("./simplifiedSolutions.js"),
34
+ ...require("./troubleshooters.js"),
35
+ ...require("./solutionSelfHelp.js"),
36
+ ...require("./discoverySolutionNLP.js")
37
+ });
@@ -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 HelpRP.",
6
- "version": "2.0.0-alpha.20260303.1",
6
+ "version": "2.0.0-alpha.20260305.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": [
@@ -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/dev-tool": "^1.0.0",
44
43
  "@azure-tools/test-utils-vitest": "^2.0.1",
44
+ "@azure/dev-tool": "^1.0.0",
45
45
  "@azure-tools/test-recorder": "^4.1.1"
46
46
  },
47
47
  "repository": {