@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.
@@ -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
+ });
@@ -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
+ });
@@ -147,3 +147,7 @@ class MicrosoftSecurityDevOps extends coreClient.ServiceClient {
147
147
  gitHubOwnerOperations;
148
148
  operations;
149
149
  }
150
+ // Annotate the CommonJS export names for ESM import in node:
151
+ 0 && (module.exports = {
152
+ MicrosoftSecurityDevOps
153
+ });
@@ -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
+ });
@@ -576,3 +576,7 @@ const listBySubscriptionNextOperationSpec = {
576
576
  headerParameters: [Parameters.accept],
577
577
  serializer
578
578
  };
579
+ // Annotate the CommonJS export names for ESM import in node:
580
+ 0 && (module.exports = {
581
+ AzureDevOpsConnectorOperationsImpl
582
+ });
@@ -81,3 +81,7 @@ const getOperationSpec = {
81
81
  headerParameters: [Parameters.accept],
82
82
  serializer
83
83
  };
84
+ // Annotate the CommonJS export names for ESM import in node:
85
+ 0 && (module.exports = {
86
+ AzureDevOpsConnectorStatsOperationsImpl
87
+ });
@@ -431,3 +431,7 @@ const listNextOperationSpec = {
431
431
  headerParameters: [Parameters.accept],
432
432
  serializer
433
433
  };
434
+ // Annotate the CommonJS export names for ESM import in node:
435
+ 0 && (module.exports = {
436
+ AzureDevOpsOrgOperationsImpl
437
+ });
@@ -465,3 +465,7 @@ const listNextOperationSpec = {
465
465
  headerParameters: [Parameters.accept],
466
466
  serializer
467
467
  };
468
+ // Annotate the CommonJS export names for ESM import in node:
469
+ 0 && (module.exports = {
470
+ AzureDevOpsProjectOperationsImpl
471
+ });
@@ -623,3 +623,7 @@ const listNextOperationSpec = {
623
623
  headerParameters: [Parameters.accept],
624
624
  serializer
625
625
  };
626
+ // Annotate the CommonJS export names for ESM import in node:
627
+ 0 && (module.exports = {
628
+ AzureDevOpsRepoOperationsImpl
629
+ });
@@ -571,3 +571,7 @@ const listBySubscriptionNextOperationSpec = {
571
571
  headerParameters: [Parameters.accept],
572
572
  serializer
573
573
  };
574
+ // Annotate the CommonJS export names for ESM import in node:
575
+ 0 && (module.exports = {
576
+ GitHubConnectorOperationsImpl
577
+ });
@@ -81,3 +81,7 @@ const getOperationSpec = {
81
81
  headerParameters: [Parameters.accept],
82
82
  serializer
83
83
  };
84
+ // Annotate the CommonJS export names for ESM import in node:
85
+ 0 && (module.exports = {
86
+ GitHubConnectorStatsOperationsImpl
87
+ });
@@ -423,3 +423,7 @@ const listNextOperationSpec = {
423
423
  headerParameters: [Parameters.accept],
424
424
  serializer
425
425
  };
426
+ // Annotate the CommonJS export names for ESM import in node:
427
+ 0 && (module.exports = {
428
+ GitHubOwnerOperationsImpl
429
+ });
@@ -597,3 +597,7 @@ const listNextOperationSpec = {
597
597
  headerParameters: [Parameters.accept],
598
598
  serializer
599
599
  };
600
+ // Annotate the CommonJS export names for ESM import in node:
601
+ 0 && (module.exports = {
602
+ GitHubRepoOperationsImpl
603
+ });
@@ -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
+ });
@@ -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
+ });
@@ -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.20260303.1",
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-recorder": "^4.1.1",
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",