@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.
- package/dist/commonjs/helpRP.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +22 -0
- package/dist/commonjs/models/mappers.js +59 -0
- package/dist/commonjs/models/parameters.js +26 -0
- package/dist/commonjs/operations/checkNameAvailability.js +4 -0
- package/dist/commonjs/operations/diagnostics.js +4 -0
- package/dist/commonjs/operations/discoverySolution.js +4 -0
- package/dist/commonjs/operations/discoverySolutionNLP.js +4 -0
- package/dist/commonjs/operations/index.js +12 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/simplifiedSolutions.js +4 -0
- package/dist/commonjs/operations/solution.js +4 -0
- package/dist/commonjs/operations/solutionSelfHelp.js +4 -0
- package/dist/commonjs/operations/troubleshooters.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +3 -3
package/dist/commonjs/helpRP.js
CHANGED
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_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
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -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
|
+
});
|
|
@@ -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
|
+
});
|
|
@@ -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.
|
|
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.
|
|
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": {
|