@azure/arm-securitydevops 1.0.0-alpha.20260303.1 → 1.0.0-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.
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/microsoftSecurityDevOps.js +4 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/mappers.js +46 -0
- package/dist/commonjs/models/parameters.js +31 -0
- package/dist/commonjs/operations/azureDevOpsConnectorOperations.js +4 -0
- package/dist/commonjs/operations/azureDevOpsConnectorStatsOperations.js +4 -0
- package/dist/commonjs/operations/azureDevOpsOrgOperations.js +4 -0
- package/dist/commonjs/operations/azureDevOpsProjectOperations.js +4 -0
- package/dist/commonjs/operations/azureDevOpsRepoOperations.js +4 -0
- package/dist/commonjs/operations/gitHubConnectorOperations.js +4 -0
- package/dist/commonjs/operations/gitHubConnectorStatsOperations.js +4 -0
- package/dist/commonjs/operations/gitHubOwnerOperations.js +4 -0
- package/dist/commonjs/operations/gitHubRepoOperations.js +4 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
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_microsoftSecurityDevOps = require("./microsoftSecurityDevOps.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
|
+
MicrosoftSecurityDevOps,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -69,3 +69,13 @@ var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
|
|
|
69
69
|
KnownActionType2["Internal"] = "Internal";
|
|
70
70
|
return KnownActionType2;
|
|
71
71
|
})(KnownActionType || {});
|
|
72
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
73
|
+
0 && (module.exports = {
|
|
74
|
+
KnownActionType,
|
|
75
|
+
KnownActionableRemediationState,
|
|
76
|
+
KnownAutoDiscovery,
|
|
77
|
+
KnownCreatedByType,
|
|
78
|
+
KnownOrigin,
|
|
79
|
+
KnownProvisioningState,
|
|
80
|
+
KnownRuleCategory
|
|
81
|
+
});
|
|
@@ -1189,3 +1189,49 @@ const GitHubOwner = {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
1191
|
};
|
|
1192
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1193
|
+
0 && (module.exports = {
|
|
1194
|
+
ActionableRemediation,
|
|
1195
|
+
AuthorizationInfo,
|
|
1196
|
+
AzureDevOpsConnector,
|
|
1197
|
+
AzureDevOpsConnectorListResponse,
|
|
1198
|
+
AzureDevOpsConnectorProperties,
|
|
1199
|
+
AzureDevOpsConnectorStats,
|
|
1200
|
+
AzureDevOpsConnectorStatsListResponse,
|
|
1201
|
+
AzureDevOpsConnectorStatsProperties,
|
|
1202
|
+
AzureDevOpsOrg,
|
|
1203
|
+
AzureDevOpsOrgListResponse,
|
|
1204
|
+
AzureDevOpsOrgMetadata,
|
|
1205
|
+
AzureDevOpsOrgProperties,
|
|
1206
|
+
AzureDevOpsProject,
|
|
1207
|
+
AzureDevOpsProjectListResponse,
|
|
1208
|
+
AzureDevOpsProjectMetadata,
|
|
1209
|
+
AzureDevOpsProjectProperties,
|
|
1210
|
+
AzureDevOpsRepo,
|
|
1211
|
+
AzureDevOpsRepoListResponse,
|
|
1212
|
+
AzureDevOpsRepoProperties,
|
|
1213
|
+
ErrorAdditionalInfo,
|
|
1214
|
+
ErrorDetail,
|
|
1215
|
+
ErrorResponse,
|
|
1216
|
+
GitHubConnector,
|
|
1217
|
+
GitHubConnectorListResponse,
|
|
1218
|
+
GitHubConnectorProperties,
|
|
1219
|
+
GitHubConnectorStats,
|
|
1220
|
+
GitHubConnectorStatsListResponse,
|
|
1221
|
+
GitHubConnectorStatsProperties,
|
|
1222
|
+
GitHubOwner,
|
|
1223
|
+
GitHubOwnerListResponse,
|
|
1224
|
+
GitHubOwnerProperties,
|
|
1225
|
+
GitHubRepo,
|
|
1226
|
+
GitHubRepoListResponse,
|
|
1227
|
+
GitHubRepoProperties,
|
|
1228
|
+
GitHubReposProperties,
|
|
1229
|
+
Operation,
|
|
1230
|
+
OperationDisplay,
|
|
1231
|
+
OperationListResult,
|
|
1232
|
+
ProxyResource,
|
|
1233
|
+
Resource,
|
|
1234
|
+
SystemData,
|
|
1235
|
+
TargetBranchConfiguration,
|
|
1236
|
+
TrackedResource
|
|
1237
|
+
});
|
|
@@ -256,3 +256,34 @@ const gitHubOwner1 = {
|
|
|
256
256
|
parameterPath: ["options", "gitHubOwner"],
|
|
257
257
|
mapper: import_mappers.GitHubOwner
|
|
258
258
|
};
|
|
259
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
260
|
+
0 && (module.exports = {
|
|
261
|
+
$host,
|
|
262
|
+
accept,
|
|
263
|
+
apiVersion,
|
|
264
|
+
azureDevOpsConnector,
|
|
265
|
+
azureDevOpsConnector1,
|
|
266
|
+
azureDevOpsConnectorName,
|
|
267
|
+
azureDevOpsOrg,
|
|
268
|
+
azureDevOpsOrg1,
|
|
269
|
+
azureDevOpsOrgName,
|
|
270
|
+
azureDevOpsProject,
|
|
271
|
+
azureDevOpsProject1,
|
|
272
|
+
azureDevOpsProjectName,
|
|
273
|
+
azureDevOpsRepo,
|
|
274
|
+
azureDevOpsRepo1,
|
|
275
|
+
azureDevOpsRepoName,
|
|
276
|
+
contentType,
|
|
277
|
+
gitHubConnector,
|
|
278
|
+
gitHubConnector1,
|
|
279
|
+
gitHubConnectorName,
|
|
280
|
+
gitHubOwner,
|
|
281
|
+
gitHubOwner1,
|
|
282
|
+
gitHubOwnerName,
|
|
283
|
+
gitHubRepo,
|
|
284
|
+
gitHubRepo1,
|
|
285
|
+
gitHubRepoName,
|
|
286
|
+
nextLink,
|
|
287
|
+
resourceGroupName,
|
|
288
|
+
subscriptionId
|
|
289
|
+
});
|
|
@@ -24,3 +24,16 @@ __reExport(operations_exports, require("./gitHubRepoOperations.js"), module.expo
|
|
|
24
24
|
__reExport(operations_exports, require("./gitHubConnectorStatsOperations.js"), module.exports);
|
|
25
25
|
__reExport(operations_exports, require("./gitHubOwnerOperations.js"), module.exports);
|
|
26
26
|
__reExport(operations_exports, require("./operations.js"), module.exports);
|
|
27
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
+
0 && (module.exports = {
|
|
29
|
+
...require("./azureDevOpsConnectorOperations.js"),
|
|
30
|
+
...require("./azureDevOpsRepoOperations.js"),
|
|
31
|
+
...require("./azureDevOpsConnectorStatsOperations.js"),
|
|
32
|
+
...require("./azureDevOpsOrgOperations.js"),
|
|
33
|
+
...require("./azureDevOpsProjectOperations.js"),
|
|
34
|
+
...require("./gitHubConnectorOperations.js"),
|
|
35
|
+
...require("./gitHubRepoOperations.js"),
|
|
36
|
+
...require("./gitHubConnectorStatsOperations.js"),
|
|
37
|
+
...require("./gitHubOwnerOperations.js"),
|
|
38
|
+
...require("./operations.js")
|
|
39
|
+
});
|
|
@@ -24,3 +24,16 @@ __reExport(operationsInterfaces_exports, require("./gitHubRepoOperations.js"), m
|
|
|
24
24
|
__reExport(operationsInterfaces_exports, require("./gitHubConnectorStatsOperations.js"), module.exports);
|
|
25
25
|
__reExport(operationsInterfaces_exports, require("./gitHubOwnerOperations.js"), module.exports);
|
|
26
26
|
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
27
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
+
0 && (module.exports = {
|
|
29
|
+
...require("./azureDevOpsConnectorOperations.js"),
|
|
30
|
+
...require("./azureDevOpsRepoOperations.js"),
|
|
31
|
+
...require("./azureDevOpsConnectorStatsOperations.js"),
|
|
32
|
+
...require("./azureDevOpsOrgOperations.js"),
|
|
33
|
+
...require("./azureDevOpsProjectOperations.js"),
|
|
34
|
+
...require("./gitHubConnectorOperations.js"),
|
|
35
|
+
...require("./gitHubRepoOperations.js"),
|
|
36
|
+
...require("./gitHubConnectorStatsOperations.js"),
|
|
37
|
+
...require("./gitHubOwnerOperations.js"),
|
|
38
|
+
...require("./operations.js")
|
|
39
|
+
});
|
|
@@ -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 MicrosoftSecurityDevOps.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20260304.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"rimraf": "^6.1.0",
|
|
40
40
|
"typescript": "~5.9.3",
|
|
41
41
|
"vitest": "^4.0.8",
|
|
42
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
43
42
|
"@azure-tools/test-credential": "^2.1.2",
|
|
44
|
-
"@azure-tools/test-
|
|
45
|
-
"@azure/dev-tool": "^1.0.0"
|
|
43
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
44
|
+
"@azure/dev-tool": "^1.0.0",
|
|
45
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|