@azure/arm-scvmm 1.0.0-alpha.20231003.1 → 1.0.0-alpha.20231017.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 +45 -48
- 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 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.
|
|
@@ -2392,61 +2389,61 @@ let discriminators = {
|
|
|
2392
2389
|
|
|
2393
2390
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2394
2391
|
__proto__: null,
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
ResourcePatch: ResourcePatch,
|
|
2402
|
-
VMMServerListResult: VMMServerListResult,
|
|
2403
|
-
ResourceProviderOperationList: ResourceProviderOperationList,
|
|
2404
|
-
ResourceProviderOperation: ResourceProviderOperation,
|
|
2405
|
-
ResourceProviderOperationDisplay: ResourceProviderOperationDisplay,
|
|
2392
|
+
AvailabilitySet: AvailabilitySet,
|
|
2393
|
+
AvailabilitySetListItem: AvailabilitySetListItem,
|
|
2394
|
+
AvailabilitySetListResult: AvailabilitySetListResult,
|
|
2395
|
+
AvailabilitySetsCreateOrUpdateHeaders: AvailabilitySetsCreateOrUpdateHeaders,
|
|
2396
|
+
AvailabilitySetsDeleteHeaders: AvailabilitySetsDeleteHeaders,
|
|
2397
|
+
Checkpoint: Checkpoint,
|
|
2406
2398
|
Cloud: Cloud,
|
|
2407
2399
|
CloudCapacity: CloudCapacity,
|
|
2408
|
-
|
|
2400
|
+
CloudInventoryItem: CloudInventoryItem,
|
|
2409
2401
|
CloudListResult: CloudListResult,
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
Checkpoint: Checkpoint,
|
|
2414
|
-
AvailabilitySetListItem: AvailabilitySetListItem,
|
|
2415
|
-
OsProfile: OsProfile,
|
|
2402
|
+
ErrorDefinition: ErrorDefinition,
|
|
2403
|
+
ErrorResponse: ErrorResponse,
|
|
2404
|
+
ExtendedLocation: ExtendedLocation,
|
|
2416
2405
|
HardwareProfile: HardwareProfile,
|
|
2417
|
-
|
|
2406
|
+
HardwareProfileUpdate: HardwareProfileUpdate,
|
|
2407
|
+
InventoryItem: InventoryItem,
|
|
2408
|
+
InventoryItemDetails: InventoryItemDetails,
|
|
2409
|
+
InventoryItemProperties: InventoryItemProperties,
|
|
2410
|
+
InventoryItemsList: InventoryItemsList,
|
|
2418
2411
|
NetworkInterfaces: NetworkInterfaces,
|
|
2412
|
+
NetworkInterfacesUpdate: NetworkInterfacesUpdate,
|
|
2413
|
+
NetworkProfile: NetworkProfile,
|
|
2414
|
+
NetworkProfileUpdate: NetworkProfileUpdate,
|
|
2415
|
+
OsProfile: OsProfile,
|
|
2416
|
+
ProxyResource: ProxyResource,
|
|
2417
|
+
Resource: Resource,
|
|
2418
|
+
ResourcePatch: ResourcePatch,
|
|
2419
|
+
ResourceProviderOperation: ResourceProviderOperation,
|
|
2420
|
+
ResourceProviderOperationDisplay: ResourceProviderOperationDisplay,
|
|
2421
|
+
ResourceProviderOperationList: ResourceProviderOperationList,
|
|
2422
|
+
StopVirtualMachineOptions: StopVirtualMachineOptions,
|
|
2419
2423
|
StorageProfile: StorageProfile,
|
|
2420
|
-
VirtualDisk: VirtualDisk,
|
|
2421
|
-
StorageQoSPolicyDetails: StorageQoSPolicyDetails,
|
|
2422
|
-
VirtualMachineUpdate: VirtualMachineUpdate,
|
|
2423
|
-
VirtualMachineUpdateProperties: VirtualMachineUpdateProperties,
|
|
2424
|
-
HardwareProfileUpdate: HardwareProfileUpdate,
|
|
2425
2424
|
StorageProfileUpdate: StorageProfileUpdate,
|
|
2425
|
+
StorageQoSPolicy: StorageQoSPolicy,
|
|
2426
|
+
StorageQoSPolicyDetails: StorageQoSPolicyDetails,
|
|
2427
|
+
SystemData: SystemData,
|
|
2428
|
+
VMMServer: VMMServer,
|
|
2429
|
+
VMMServerListResult: VMMServerListResult,
|
|
2430
|
+
VMMServerPropertiesCredentials: VMMServerPropertiesCredentials,
|
|
2431
|
+
VirtualDisk: VirtualDisk,
|
|
2426
2432
|
VirtualDiskUpdate: VirtualDiskUpdate,
|
|
2427
|
-
|
|
2428
|
-
NetworkInterfacesUpdate: NetworkInterfacesUpdate,
|
|
2429
|
-
StopVirtualMachineOptions: StopVirtualMachineOptions,
|
|
2433
|
+
VirtualMachine: VirtualMachine,
|
|
2430
2434
|
VirtualMachineCreateCheckpoint: VirtualMachineCreateCheckpoint,
|
|
2431
2435
|
VirtualMachineDeleteCheckpoint: VirtualMachineDeleteCheckpoint,
|
|
2432
|
-
|
|
2436
|
+
VirtualMachineInventoryItem: VirtualMachineInventoryItem,
|
|
2433
2437
|
VirtualMachineListResult: VirtualMachineListResult,
|
|
2438
|
+
VirtualMachineRestoreCheckpoint: VirtualMachineRestoreCheckpoint,
|
|
2434
2439
|
VirtualMachineTemplate: VirtualMachineTemplate,
|
|
2440
|
+
VirtualMachineTemplateInventoryItem: VirtualMachineTemplateInventoryItem,
|
|
2435
2441
|
VirtualMachineTemplateListResult: VirtualMachineTemplateListResult,
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
Resource: Resource,
|
|
2440
|
-
InventoryItemsList: InventoryItemsList,
|
|
2441
|
-
InventoryItemDetails: InventoryItemDetails,
|
|
2442
|
-
CloudInventoryItem: CloudInventoryItem,
|
|
2442
|
+
VirtualMachineUpdate: VirtualMachineUpdate,
|
|
2443
|
+
VirtualMachineUpdateProperties: VirtualMachineUpdateProperties,
|
|
2444
|
+
VirtualNetwork: VirtualNetwork,
|
|
2443
2445
|
VirtualNetworkInventoryItem: VirtualNetworkInventoryItem,
|
|
2444
|
-
|
|
2445
|
-
VirtualMachineInventoryItem: VirtualMachineInventoryItem,
|
|
2446
|
-
ProxyResource: ProxyResource,
|
|
2447
|
-
InventoryItem: InventoryItem,
|
|
2448
|
-
AvailabilitySetsCreateOrUpdateHeaders: AvailabilitySetsCreateOrUpdateHeaders,
|
|
2449
|
-
AvailabilitySetsDeleteHeaders: AvailabilitySetsDeleteHeaders,
|
|
2446
|
+
VirtualNetworkListResult: VirtualNetworkListResult,
|
|
2450
2447
|
discriminators: discriminators
|
|
2451
2448
|
});
|
|
2452
2449
|
|