@azure/arm-compute 23.2.0-alpha.20260120.1 → 23.3.0-alpha.20260121.2
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/browser/computeManagementClient.d.ts +3 -1
- package/dist/browser/computeManagementClient.d.ts.map +1 -1
- package/dist/browser/computeManagementClient.js +6 -2
- package/dist/browser/computeManagementClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +316 -3
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +22 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +19 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +533 -0
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +6 -0
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +47 -2
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/galleryScriptVersions.d.ts +111 -0
- package/dist/browser/operations/galleryScriptVersions.d.ts.map +1 -0
- package/dist/browser/operations/galleryScriptVersions.js +484 -0
- package/dist/browser/operations/galleryScriptVersions.js.map +1 -0
- package/dist/browser/operations/galleryScripts.d.ts +101 -0
- package/dist/browser/operations/galleryScripts.d.ts.map +1 -0
- package/dist/browser/operations/galleryScripts.js +454 -0
- package/dist/browser/operations/galleryScripts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +2 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +2 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/galleryScriptVersions.d.ts +84 -0
- package/dist/browser/operationsInterfaces/galleryScriptVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/galleryScriptVersions.js +4 -0
- package/dist/browser/operationsInterfaces/galleryScriptVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/galleryScripts.d.ts +76 -0
- package/dist/browser/operationsInterfaces/galleryScripts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/galleryScripts.js +4 -0
- package/dist/browser/operationsInterfaces/galleryScripts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +2 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/computeManagementClient.d.ts +3 -1
- package/dist/commonjs/computeManagementClient.d.ts.map +1 -1
- package/dist/commonjs/computeManagementClient.js +5 -1
- package/dist/commonjs/computeManagementClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +316 -3
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +23 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +539 -6
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +6 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +47 -2
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/galleryScriptVersions.d.ts +111 -0
- package/dist/commonjs/operations/galleryScriptVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/galleryScriptVersions.js +489 -0
- package/dist/commonjs/operations/galleryScriptVersions.js.map +1 -0
- package/dist/commonjs/operations/galleryScripts.d.ts +101 -0
- package/dist/commonjs/operations/galleryScripts.d.ts.map +1 -0
- package/dist/commonjs/operations/galleryScripts.js +459 -0
- package/dist/commonjs/operations/galleryScripts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +2 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/galleryScriptVersions.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/galleryScriptVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/galleryScriptVersions.js +5 -0
- package/dist/commonjs/operationsInterfaces/galleryScriptVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/galleryScripts.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/galleryScripts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/galleryScripts.js +5 -0
- package/dist/commonjs/operationsInterfaces/galleryScripts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +2 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/computeManagementClient.d.ts +3 -1
- package/dist/esm/computeManagementClient.d.ts.map +1 -1
- package/dist/esm/computeManagementClient.js +6 -2
- package/dist/esm/computeManagementClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +316 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +22 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +533 -0
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +6 -0
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +47 -2
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/galleryScriptVersions.d.ts +111 -0
- package/dist/esm/operations/galleryScriptVersions.d.ts.map +1 -0
- package/dist/esm/operations/galleryScriptVersions.js +484 -0
- package/dist/esm/operations/galleryScriptVersions.js.map +1 -0
- package/dist/esm/operations/galleryScripts.d.ts +101 -0
- package/dist/esm/operations/galleryScripts.d.ts.map +1 -0
- package/dist/esm/operations/galleryScripts.js +454 -0
- package/dist/esm/operations/galleryScripts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +2 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/galleryScriptVersions.d.ts +84 -0
- package/dist/esm/operationsInterfaces/galleryScriptVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/galleryScriptVersions.js +4 -0
- package/dist/esm/operationsInterfaces/galleryScriptVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/galleryScripts.d.ts +76 -0
- package/dist/esm/operationsInterfaces/galleryScripts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/galleryScripts.js +4 -0
- package/dist/esm/operationsInterfaces/galleryScripts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +2 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/computeManagementClient.d.ts +3 -1
- package/dist/react-native/computeManagementClient.d.ts.map +1 -1
- package/dist/react-native/computeManagementClient.js +6 -2
- package/dist/react-native/computeManagementClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +316 -3
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +22 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +533 -0
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +6 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +47 -2
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/galleryScriptVersions.d.ts +111 -0
- package/dist/react-native/operations/galleryScriptVersions.d.ts.map +1 -0
- package/dist/react-native/operations/galleryScriptVersions.js +484 -0
- package/dist/react-native/operations/galleryScriptVersions.js.map +1 -0
- package/dist/react-native/operations/galleryScripts.d.ts +101 -0
- package/dist/react-native/operations/galleryScripts.d.ts.map +1 -0
- package/dist/react-native/operations/galleryScripts.js +454 -0
- package/dist/react-native/operations/galleryScripts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +2 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/galleryScriptVersions.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/galleryScriptVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/galleryScriptVersions.js +4 -0
- package/dist/react-native/operationsInterfaces/galleryScriptVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/galleryScripts.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/galleryScripts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/galleryScripts.js +4 -0
- package/dist/react-native/operationsInterfaces/galleryScripts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +2 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.KnownIPVersions = exports.KnownDiskDetachOptionTypes = exports.KnownVirtualMachineSizeTypes = exports.KnownZonePlacementPolicyType = exports.KnownHighSpeedInterconnectPlacement = exports.KnownAllocationStrategy = exports.KnownZonalPlatformFaultDomainAlignMode = exports.KnownRebalanceBehavior = exports.KnownRebalanceStrategy = exports.KnownOrchestrationMode = exports.KnownVirtualMachineScaleSetScaleInRules = exports.KnownVirtualMachineEvictionPolicyTypes = exports.KnownVirtualMachinePriorityTypes = exports.KnownModes = exports.KnownMode = exports.KnownSecurityTypes = exports.KnownNetworkApiVersion = exports.KnownNetworkInterfaceAuxiliarySku = exports.KnownNetworkInterfaceAuxiliaryMode = exports.KnownPublicIPAddressSkuTier = exports.KnownPublicIPAddressSkuName = exports.KnownDeleteOptions = exports.KnownIPVersion = exports.KnownDomainNameLabelScopeTypes = exports.KnownDiskControllerTypes = exports.KnownDiskDeleteOptionTypes = exports.KnownSecurityEncryptionTypes = exports.KnownDiffDiskPlacement = exports.KnownDiffDiskOptions = exports.KnownDiskCreateOptionTypes = exports.KnownLinuxVMGuestPatchAutomaticByPlatformRebootSetting = exports.KnownLinuxPatchAssessmentMode = exports.KnownLinuxVMGuestPatchMode = exports.KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting = exports.KnownWindowsPatchAssessmentMode = exports.KnownWindowsVMGuestPatchMode = exports.KnownRepairAction = exports.KnownAlternativeType = exports.KnownImageState = exports.KnownArchitectureTypes = exports.KnownVmDiskTypes = exports.KnownExtendedLocationTypes = exports.KnownHyperVGenerationTypes = exports.KnownStorageAccountTypes = exports.KnownReservationType = exports.KnownResourceIdOptionsForGetCapacityReservationGroups = exports.KnownExpandTypesForGetCapacityReservationGroups = exports.KnownCreatedByType = exports.KnownActionType = exports.KnownOrigin = void 0;
|
|
6
6
|
exports.KnownAccessLevel = exports.KnownSnapshotStorageAccountTypes = exports.KnownCopyCompletionErrorReason = exports.KnownDiskStorageAccountTypes = exports.KnownAvailabilityPolicyDiskDelay = exports.KnownDataAccessAuthMode = exports.KnownPublicNetworkAccess = exports.KnownDiskSecurityTypes = exports.KnownNetworkAccessPolicy = exports.KnownEncryptionType = exports.KnownDiskState = exports.KnownProvisionedBandwidthCopyOption = exports.KnownDiskCreateOption = exports.KnownSupportedSecurityOption = exports.KnownArchitecture = exports.KnownDiskEncryptionSetIdentityType = exports.KnownDiskEncryptionSetType = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownPatchInstallationState = exports.KnownVMGuestPatchRebootStatus = exports.KnownVMGuestPatchClassificationLinux = exports.KnownVMGuestPatchClassificationWindows = exports.KnownVMGuestPatchRebootSetting = exports.KnownPatchAssessmentState = exports.KnownVMGuestPatchRebootBehavior = exports.KnownExpandTypeForListVMs = exports.KnownExecutionState = exports.KnownScriptShellTypes = exports.KnownResilientVMDeletionStatus = exports.KnownHyperVGeneration = exports.KnownOrchestrationServiceStateAction = exports.KnownOrchestrationServiceOperationStatus = exports.KnownOrchestrationServiceState = exports.KnownOrchestrationServiceNames = exports.KnownExpandTypesForGetVMScaleSets = exports.KnownSshEncryptionTypes = exports.KnownRestorePointExpandOptions = exports.KnownRestorePointCollectionExpandOptions = exports.KnownCapacityReservationInstanceViewTypes = exports.KnownCapacityReservationGroupInstanceViewTypes = exports.KnownExpandTypesForListVMs = exports.KnownSnapshotAccessState = exports.KnownConsistencyModeTypes = exports.KnownRestorePointEncryptionType = exports.KnownOperatingSystemType = exports.KnownProximityPlacementGroupType = exports.KnownPatchOperationStatus = exports.KnownHyperVGenerationType = exports.KnownPublicIPAllocationMethod = void 0;
|
|
7
|
-
exports.KnownAvailabilitySetSkuTypes = exports.KnownCloudServiceSlotType = exports.KnownCloudServiceUpgradeMode = exports.KnownSoftDeletedArtifactTypes = exports.KnownSharingUpdateOperationTypes = exports.KnownEndpointAccess = exports.KnownAccessControlRulesMode = exports.KnownValidationStatus = exports.KnownPolicyViolationCategory = exports.KnownReplicationStatusTypes = exports.KnownReplicationState = exports.KnownAggregatedReplicationState = exports.KnownEdgeZoneStorageAccountType = exports.KnownGalleryExtendedLocationType = exports.KnownReplicationMode = exports.KnownConfidentialVMEncryptionType = exports.KnownStorageAccountType = exports.KnownGalleryApplicationScriptRebootBehavior = exports.KnownGalleryExpandParams = exports.KnownSelectPermissions = exports.KnownSharedToValues = exports.KnownSharedGalleryHostCaching = exports.KnownUefiKeyType = exports.KnownUefiSignatureTemplateName = exports.KnownSharingState = exports.KnownSharingProfileGroupTypes = exports.KnownGallerySharingPermissionTypes = exports.KnownGalleryProvisioningState = exports.KnownExtendedLocationType = exports.KnownFileFormat = void 0;
|
|
7
|
+
exports.KnownAvailabilitySetSkuTypes = exports.KnownCloudServiceSlotType = exports.KnownCloudServiceUpgradeMode = exports.KnownSoftDeletedArtifactTypes = exports.KnownSharingUpdateOperationTypes = exports.KnownGalleryScriptParameterType = exports.KnownEndpointAccess = exports.KnownAccessControlRulesMode = exports.KnownValidationStatus = exports.KnownPolicyViolationCategory = exports.KnownReplicationStatusTypes = exports.KnownReplicationState = exports.KnownAggregatedReplicationState = exports.KnownStorageAccountStrategy = exports.KnownEdgeZoneStorageAccountType = exports.KnownGalleryExtendedLocationType = exports.KnownReplicationMode = exports.KnownConfidentialVMEncryptionType = exports.KnownStorageAccountType = exports.KnownGalleryApplicationScriptRebootBehavior = exports.KnownGalleryExpandParams = exports.KnownSelectPermissions = exports.KnownSharedToValues = exports.KnownSharedGalleryHostCaching = exports.KnownUefiKeyType = exports.KnownUefiSignatureTemplateName = exports.KnownSharingState = exports.KnownSharingProfileGroupTypes = exports.KnownGallerySharingPermissionTypes = exports.KnownGalleryProvisioningState = exports.KnownExtendedLocationType = exports.KnownFileFormat = void 0;
|
|
8
8
|
/** Known values of {@link Origin} that the service accepts. */
|
|
9
9
|
var KnownOrigin;
|
|
10
10
|
(function (KnownOrigin) {
|
|
@@ -1469,6 +1469,14 @@ var KnownEdgeZoneStorageAccountType;
|
|
|
1469
1469
|
/** PremiumLRS */
|
|
1470
1470
|
KnownEdgeZoneStorageAccountType["PremiumLRS"] = "Premium_LRS";
|
|
1471
1471
|
})(KnownEdgeZoneStorageAccountType || (exports.KnownEdgeZoneStorageAccountType = KnownEdgeZoneStorageAccountType = {}));
|
|
1472
|
+
/** Known values of {@link StorageAccountStrategy} that the service accepts. */
|
|
1473
|
+
var KnownStorageAccountStrategy;
|
|
1474
|
+
(function (KnownStorageAccountStrategy) {
|
|
1475
|
+
/** Choose Standard_ZRS storage if the region supports it, else choose Standard_LRS storage, unless overridden by specifying regional storageAccountType. If no storageAccountStrategy is specified, this is the default strategy (from API version 2025-03-03 onwards). */
|
|
1476
|
+
KnownStorageAccountStrategy["PreferStandardZRS"] = "PreferStandard_ZRS";
|
|
1477
|
+
/** Choose Standard_LRS storage unless overridden by specifying regional storageAccountType. */
|
|
1478
|
+
KnownStorageAccountStrategy["DefaultStandardLRS"] = "DefaultStandard_LRS";
|
|
1479
|
+
})(KnownStorageAccountStrategy || (exports.KnownStorageAccountStrategy = KnownStorageAccountStrategy = {}));
|
|
1472
1480
|
/** Known values of {@link AggregatedReplicationState} that the service accepts. */
|
|
1473
1481
|
var KnownAggregatedReplicationState;
|
|
1474
1482
|
(function (KnownAggregatedReplicationState) {
|
|
@@ -1541,6 +1549,20 @@ var KnownEndpointAccess;
|
|
|
1541
1549
|
/** Deny */
|
|
1542
1550
|
KnownEndpointAccess["Deny"] = "Deny";
|
|
1543
1551
|
})(KnownEndpointAccess || (exports.KnownEndpointAccess = KnownEndpointAccess = {}));
|
|
1552
|
+
/** Known values of {@link GalleryScriptParameterType} that the service accepts. */
|
|
1553
|
+
var KnownGalleryScriptParameterType;
|
|
1554
|
+
(function (KnownGalleryScriptParameterType) {
|
|
1555
|
+
/** String gallery script parameter type */
|
|
1556
|
+
KnownGalleryScriptParameterType["String"] = "String";
|
|
1557
|
+
/** Int gallery script parameter type */
|
|
1558
|
+
KnownGalleryScriptParameterType["Int"] = "Int";
|
|
1559
|
+
/** Double gallery script parameter type */
|
|
1560
|
+
KnownGalleryScriptParameterType["Double"] = "Double";
|
|
1561
|
+
/** Boolean gallery script parameter type */
|
|
1562
|
+
KnownGalleryScriptParameterType["Boolean"] = "Boolean";
|
|
1563
|
+
/** Enum gallery script parameter type */
|
|
1564
|
+
KnownGalleryScriptParameterType["Enum"] = "Enum";
|
|
1565
|
+
})(KnownGalleryScriptParameterType || (exports.KnownGalleryScriptParameterType = KnownGalleryScriptParameterType = {}));
|
|
1544
1566
|
/** Known values of {@link SharingUpdateOperationTypes} that the service accepts. */
|
|
1545
1567
|
var KnownSharingUpdateOperationTypes;
|
|
1546
1568
|
(function (KnownSharingUpdateOperationTypes) {
|