@azure/arm-mysql 5.1.1-alpha.20231009.1 → 5.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 +57 -60
- 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.
|
|
@@ -2413,76 +2410,76 @@ let discriminators = {
|
|
|
2413
2410
|
|
|
2414
2411
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2415
2412
|
__proto__: null,
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
Sku: Sku,
|
|
2419
|
-
ServerPropertiesForCreate: ServerPropertiesForCreate,
|
|
2420
|
-
StorageProfile: StorageProfile,
|
|
2421
|
-
ServerPrivateEndpointConnection: ServerPrivateEndpointConnection,
|
|
2422
|
-
ServerPrivateEndpointConnectionProperties: ServerPrivateEndpointConnectionProperties,
|
|
2423
|
-
PrivateEndpointProperty: PrivateEndpointProperty,
|
|
2424
|
-
ServerPrivateLinkServiceConnectionStateProperty: ServerPrivateLinkServiceConnectionStateProperty,
|
|
2425
|
-
Resource: Resource,
|
|
2413
|
+
Advisor: Advisor,
|
|
2414
|
+
AdvisorsResultList: AdvisorsResultList,
|
|
2426
2415
|
CloudError: CloudError,
|
|
2427
|
-
|
|
2416
|
+
CloudErrorAutoGenerated: CloudErrorAutoGenerated,
|
|
2417
|
+
Configuration: Configuration,
|
|
2418
|
+
ConfigurationListResult: ConfigurationListResult,
|
|
2419
|
+
Database: Database,
|
|
2420
|
+
DatabaseListResult: DatabaseListResult,
|
|
2428
2421
|
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
2429
|
-
|
|
2430
|
-
|
|
2422
|
+
ErrorResponse: ErrorResponse,
|
|
2423
|
+
FirewallRule: FirewallRule,
|
|
2431
2424
|
FirewallRuleListResult: FirewallRuleListResult,
|
|
2432
|
-
|
|
2433
|
-
DatabaseListResult: DatabaseListResult,
|
|
2434
|
-
ConfigurationListResult: ConfigurationListResult,
|
|
2425
|
+
LogFile: LogFile,
|
|
2435
2426
|
LogFileListResult: LogFileListResult,
|
|
2436
|
-
ServerAdministratorResourceListResult: ServerAdministratorResourceListResult,
|
|
2437
|
-
PerformanceTierListResult: PerformanceTierListResult,
|
|
2438
|
-
PerformanceTierProperties: PerformanceTierProperties,
|
|
2439
|
-
PerformanceTierServiceLevelObjectives: PerformanceTierServiceLevelObjectives,
|
|
2440
|
-
NameAvailabilityRequest: NameAvailabilityRequest,
|
|
2441
2427
|
NameAvailability: NameAvailability,
|
|
2442
|
-
|
|
2428
|
+
NameAvailabilityRequest: NameAvailabilityRequest,
|
|
2443
2429
|
Operation: Operation,
|
|
2444
2430
|
OperationDisplay: OperationDisplay,
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
WaitStatisticsResultList: WaitStatisticsResultList,
|
|
2451
|
-
QueryPerformanceInsightResetDataResult: QueryPerformanceInsightResetDataResult,
|
|
2452
|
-
AdvisorsResultList: AdvisorsResultList,
|
|
2453
|
-
RecommendationActionsResultList: RecommendationActionsResultList,
|
|
2454
|
-
RecommendedActionSessionsOperationStatus: RecommendedActionSessionsOperationStatus,
|
|
2455
|
-
PrivateLinkServiceConnectionStateProperty: PrivateLinkServiceConnectionStateProperty,
|
|
2456
|
-
TagsObject: TagsObject,
|
|
2431
|
+
OperationListResult: OperationListResult,
|
|
2432
|
+
PerformanceTierListResult: PerformanceTierListResult,
|
|
2433
|
+
PerformanceTierProperties: PerformanceTierProperties,
|
|
2434
|
+
PerformanceTierServiceLevelObjectives: PerformanceTierServiceLevelObjectives,
|
|
2435
|
+
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
2457
2436
|
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
2437
|
+
PrivateEndpointProperty: PrivateEndpointProperty,
|
|
2438
|
+
PrivateLinkResource: PrivateLinkResource,
|
|
2458
2439
|
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
2459
2440
|
PrivateLinkResourceProperties: PrivateLinkResourceProperties,
|
|
2441
|
+
PrivateLinkServiceConnectionStateProperty: PrivateLinkServiceConnectionStateProperty,
|
|
2442
|
+
ProxyResource: ProxyResource,
|
|
2443
|
+
QueryPerformanceInsightResetDataResult: QueryPerformanceInsightResetDataResult,
|
|
2444
|
+
QueryStatistic: QueryStatistic,
|
|
2445
|
+
QueryText: QueryText,
|
|
2446
|
+
QueryTextsResultList: QueryTextsResultList,
|
|
2447
|
+
RecommendationAction: RecommendationAction,
|
|
2448
|
+
RecommendationActionsResultList: RecommendationActionsResultList,
|
|
2449
|
+
RecommendedActionSessionsOperationStatus: RecommendedActionSessionsOperationStatus,
|
|
2450
|
+
RecoverableServerResource: RecoverableServerResource,
|
|
2451
|
+
Resource: Resource,
|
|
2452
|
+
ResourceIdentity: ResourceIdentity,
|
|
2453
|
+
Server: Server,
|
|
2454
|
+
ServerAdministratorResource: ServerAdministratorResource,
|
|
2455
|
+
ServerAdministratorResourceListResult: ServerAdministratorResourceListResult,
|
|
2456
|
+
ServerForCreate: ServerForCreate,
|
|
2457
|
+
ServerKey: ServerKey,
|
|
2460
2458
|
ServerKeyListResult: ServerKeyListResult,
|
|
2461
|
-
|
|
2462
|
-
|
|
2459
|
+
ServerListResult: ServerListResult,
|
|
2460
|
+
ServerPrivateEndpointConnection: ServerPrivateEndpointConnection,
|
|
2461
|
+
ServerPrivateEndpointConnectionProperties: ServerPrivateEndpointConnectionProperties,
|
|
2462
|
+
ServerPrivateLinkServiceConnectionStateProperty: ServerPrivateLinkServiceConnectionStateProperty,
|
|
2463
|
+
ServerPropertiesForCreate: ServerPropertiesForCreate,
|
|
2463
2464
|
ServerPropertiesForDefaultCreate: ServerPropertiesForDefaultCreate,
|
|
2464
|
-
ServerPropertiesForRestore: ServerPropertiesForRestore,
|
|
2465
2465
|
ServerPropertiesForGeoRestore: ServerPropertiesForGeoRestore,
|
|
2466
2466
|
ServerPropertiesForReplica: ServerPropertiesForReplica,
|
|
2467
|
+
ServerPropertiesForRestore: ServerPropertiesForRestore,
|
|
2468
|
+
ServerSecurityAlertPolicy: ServerSecurityAlertPolicy,
|
|
2469
|
+
ServerSecurityAlertPolicyListResult: ServerSecurityAlertPolicyListResult,
|
|
2470
|
+
ServerUpdateParameters: ServerUpdateParameters,
|
|
2471
|
+
ServerUpgradeParameters: ServerUpgradeParameters,
|
|
2472
|
+
Sku: Sku,
|
|
2473
|
+
StorageProfile: StorageProfile,
|
|
2474
|
+
TagsObject: TagsObject,
|
|
2475
|
+
TopQueryStatisticsInput: TopQueryStatisticsInput,
|
|
2476
|
+
TopQueryStatisticsResultList: TopQueryStatisticsResultList,
|
|
2467
2477
|
TrackedResource: TrackedResource,
|
|
2468
|
-
ProxyResource: ProxyResource,
|
|
2469
|
-
Server: Server,
|
|
2470
|
-
FirewallRule: FirewallRule,
|
|
2471
2478
|
VirtualNetworkRule: VirtualNetworkRule,
|
|
2472
|
-
|
|
2473
|
-
Configuration: Configuration,
|
|
2474
|
-
LogFile: LogFile,
|
|
2475
|
-
ServerAdministratorResource: ServerAdministratorResource,
|
|
2476
|
-
RecoverableServerResource: RecoverableServerResource,
|
|
2477
|
-
ServerSecurityAlertPolicy: ServerSecurityAlertPolicy,
|
|
2478
|
-
QueryText: QueryText,
|
|
2479
|
-
QueryStatistic: QueryStatistic,
|
|
2479
|
+
VirtualNetworkRuleListResult: VirtualNetworkRuleListResult,
|
|
2480
2480
|
WaitStatistic: WaitStatistic,
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
2484
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
2485
|
-
ServerKey: ServerKey,
|
|
2481
|
+
WaitStatisticsInput: WaitStatisticsInput,
|
|
2482
|
+
WaitStatisticsResultList: WaitStatisticsResultList,
|
|
2486
2483
|
discriminators: discriminators
|
|
2487
2484
|
});
|
|
2488
2485
|
|