@azure/arm-securitydevops 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231016.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/index.js +30 -33
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +2 -9
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -1244,49 +1241,49 @@ const GitHubOwner = {
|
|
|
1244
1241
|
|
|
1245
1242
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1246
1243
|
__proto__: null,
|
|
1244
|
+
ActionableRemediation: ActionableRemediation,
|
|
1245
|
+
AuthorizationInfo: AuthorizationInfo,
|
|
1246
|
+
AzureDevOpsConnector: AzureDevOpsConnector,
|
|
1247
1247
|
AzureDevOpsConnectorListResponse: AzureDevOpsConnectorListResponse,
|
|
1248
1248
|
AzureDevOpsConnectorProperties: AzureDevOpsConnectorProperties,
|
|
1249
|
-
|
|
1250
|
-
AzureDevOpsOrgMetadata: AzureDevOpsOrgMetadata,
|
|
1251
|
-
AzureDevOpsProjectMetadata: AzureDevOpsProjectMetadata,
|
|
1252
|
-
Resource: Resource,
|
|
1253
|
-
SystemData: SystemData,
|
|
1254
|
-
ErrorResponse: ErrorResponse,
|
|
1255
|
-
ErrorDetail: ErrorDetail,
|
|
1256
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1257
|
-
AzureDevOpsRepoListResponse: AzureDevOpsRepoListResponse,
|
|
1258
|
-
AzureDevOpsRepoProperties: AzureDevOpsRepoProperties,
|
|
1259
|
-
ActionableRemediation: ActionableRemediation,
|
|
1260
|
-
TargetBranchConfiguration: TargetBranchConfiguration,
|
|
1249
|
+
AzureDevOpsConnectorStats: AzureDevOpsConnectorStats,
|
|
1261
1250
|
AzureDevOpsConnectorStatsListResponse: AzureDevOpsConnectorStatsListResponse,
|
|
1262
1251
|
AzureDevOpsConnectorStatsProperties: AzureDevOpsConnectorStatsProperties,
|
|
1252
|
+
AzureDevOpsOrg: AzureDevOpsOrg,
|
|
1263
1253
|
AzureDevOpsOrgListResponse: AzureDevOpsOrgListResponse,
|
|
1254
|
+
AzureDevOpsOrgMetadata: AzureDevOpsOrgMetadata,
|
|
1264
1255
|
AzureDevOpsOrgProperties: AzureDevOpsOrgProperties,
|
|
1256
|
+
AzureDevOpsProject: AzureDevOpsProject,
|
|
1265
1257
|
AzureDevOpsProjectListResponse: AzureDevOpsProjectListResponse,
|
|
1258
|
+
AzureDevOpsProjectMetadata: AzureDevOpsProjectMetadata,
|
|
1266
1259
|
AzureDevOpsProjectProperties: AzureDevOpsProjectProperties,
|
|
1260
|
+
AzureDevOpsRepo: AzureDevOpsRepo,
|
|
1261
|
+
AzureDevOpsRepoListResponse: AzureDevOpsRepoListResponse,
|
|
1262
|
+
AzureDevOpsRepoProperties: AzureDevOpsRepoProperties,
|
|
1263
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1264
|
+
ErrorDetail: ErrorDetail,
|
|
1265
|
+
ErrorResponse: ErrorResponse,
|
|
1266
|
+
GitHubConnector: GitHubConnector,
|
|
1267
1267
|
GitHubConnectorListResponse: GitHubConnectorListResponse,
|
|
1268
1268
|
GitHubConnectorProperties: GitHubConnectorProperties,
|
|
1269
|
-
|
|
1270
|
-
GitHubRepoProperties: GitHubRepoProperties,
|
|
1269
|
+
GitHubConnectorStats: GitHubConnectorStats,
|
|
1271
1270
|
GitHubConnectorStatsListResponse: GitHubConnectorStatsListResponse,
|
|
1272
1271
|
GitHubConnectorStatsProperties: GitHubConnectorStatsProperties,
|
|
1272
|
+
GitHubOwner: GitHubOwner,
|
|
1273
1273
|
GitHubOwnerListResponse: GitHubOwnerListResponse,
|
|
1274
1274
|
GitHubOwnerProperties: GitHubOwnerProperties,
|
|
1275
|
-
|
|
1275
|
+
GitHubRepo: GitHubRepo,
|
|
1276
|
+
GitHubRepoListResponse: GitHubRepoListResponse,
|
|
1277
|
+
GitHubRepoProperties: GitHubRepoProperties,
|
|
1278
|
+
GitHubReposProperties: GitHubReposProperties,
|
|
1276
1279
|
Operation: Operation,
|
|
1277
1280
|
OperationDisplay: OperationDisplay,
|
|
1278
|
-
|
|
1279
|
-
TrackedResource: TrackedResource,
|
|
1281
|
+
OperationListResult: OperationListResult,
|
|
1280
1282
|
ProxyResource: ProxyResource,
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
AzureDevOpsOrg: AzureDevOpsOrg,
|
|
1286
|
-
AzureDevOpsProject: AzureDevOpsProject,
|
|
1287
|
-
GitHubRepo: GitHubRepo,
|
|
1288
|
-
GitHubConnectorStats: GitHubConnectorStats,
|
|
1289
|
-
GitHubOwner: GitHubOwner
|
|
1283
|
+
Resource: Resource,
|
|
1284
|
+
SystemData: SystemData,
|
|
1285
|
+
TargetBranchConfiguration: TargetBranchConfiguration,
|
|
1286
|
+
TrackedResource: TrackedResource
|
|
1290
1287
|
});
|
|
1291
1288
|
|
|
1292
1289
|
/*
|