@azure/arm-eventhub-profile-2020-09-01-hybrid 2.1.1-alpha.20231002.1 → 2.1.1-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 +34 -37
- 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 +4 -11
- 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 coreClient = require('@azure/core-client');
|
|
6
4
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
7
5
|
var tslib = require('tslib');
|
|
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.
|
|
@@ -1295,46 +1292,46 @@ const MessagingRegions = {
|
|
|
1295
1292
|
|
|
1296
1293
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1297
1294
|
__proto__: null,
|
|
1298
|
-
|
|
1295
|
+
AccessKeys: AccessKeys,
|
|
1296
|
+
AuthorizationRule: AuthorizationRule,
|
|
1297
|
+
AuthorizationRuleListResult: AuthorizationRuleListResult,
|
|
1299
1298
|
AvailableCluster: AvailableCluster,
|
|
1300
|
-
|
|
1299
|
+
AvailableClustersList: AvailableClustersList,
|
|
1300
|
+
CaptureDescription: CaptureDescription,
|
|
1301
|
+
CheckNameAvailabilityParameter: CheckNameAvailabilityParameter,
|
|
1302
|
+
CheckNameAvailabilityResult: CheckNameAvailabilityResult,
|
|
1303
|
+
Cluster: Cluster,
|
|
1301
1304
|
ClusterListResult: ClusterListResult,
|
|
1302
1305
|
ClusterSku: ClusterSku,
|
|
1303
|
-
|
|
1304
|
-
|
|
1306
|
+
ConnectionState: ConnectionState,
|
|
1307
|
+
ConsumerGroup: ConsumerGroup,
|
|
1308
|
+
ConsumerGroupListResult: ConsumerGroupListResult,
|
|
1309
|
+
Destination: Destination,
|
|
1310
|
+
EHNamespace: EHNamespace,
|
|
1305
1311
|
EHNamespaceIdContainer: EHNamespaceIdContainer,
|
|
1312
|
+
EHNamespaceIdListResult: EHNamespaceIdListResult,
|
|
1306
1313
|
EHNamespaceListResult: EHNamespaceListResult,
|
|
1307
|
-
Sku: Sku,
|
|
1308
|
-
Identity: Identity,
|
|
1309
1314
|
Encryption: Encryption,
|
|
1310
|
-
|
|
1311
|
-
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
1312
|
-
PrivateEndpoint: PrivateEndpoint,
|
|
1313
|
-
ConnectionState: ConnectionState,
|
|
1314
|
-
PrivateLinkResourcesListResult: PrivateLinkResourcesListResult,
|
|
1315
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
1316
|
-
AuthorizationRuleListResult: AuthorizationRuleListResult,
|
|
1317
|
-
AccessKeys: AccessKeys,
|
|
1318
|
-
RegenerateAccessKeyParameters: RegenerateAccessKeyParameters,
|
|
1319
|
-
CheckNameAvailabilityParameter: CheckNameAvailabilityParameter,
|
|
1320
|
-
CheckNameAvailabilityResult: CheckNameAvailabilityResult,
|
|
1321
|
-
ConsumerGroupListResult: ConsumerGroupListResult,
|
|
1322
|
-
OperationListResult: OperationListResult,
|
|
1323
|
-
Operation: Operation,
|
|
1324
|
-
OperationDisplay: OperationDisplay,
|
|
1315
|
+
ErrorResponse: ErrorResponse,
|
|
1325
1316
|
EventHubListResult: EventHubListResult,
|
|
1326
|
-
|
|
1327
|
-
|
|
1317
|
+
Eventhub: Eventhub,
|
|
1318
|
+
Identity: Identity,
|
|
1319
|
+
KeyVaultProperties: KeyVaultProperties,
|
|
1320
|
+
MessagingRegions: MessagingRegions,
|
|
1328
1321
|
MessagingRegionsListResult: MessagingRegionsListResult,
|
|
1329
1322
|
MessagingRegionsProperties: MessagingRegionsProperties,
|
|
1330
|
-
|
|
1323
|
+
Operation: Operation,
|
|
1324
|
+
OperationDisplay: OperationDisplay,
|
|
1325
|
+
OperationListResult: OperationListResult,
|
|
1326
|
+
PrivateEndpoint: PrivateEndpoint,
|
|
1331
1327
|
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1328
|
+
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
1329
|
+
PrivateLinkResource: PrivateLinkResource,
|
|
1330
|
+
PrivateLinkResourcesListResult: PrivateLinkResourcesListResult,
|
|
1331
|
+
RegenerateAccessKeyParameters: RegenerateAccessKeyParameters,
|
|
1332
|
+
Resource: Resource,
|
|
1333
|
+
Sku: Sku,
|
|
1334
|
+
TrackedResource: TrackedResource
|
|
1338
1335
|
});
|
|
1339
1336
|
|
|
1340
1337
|
/*
|