@azure/arm-compute 23.2.0 → 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/galleryInVMAccessControlProfileVersions.d.ts.map +1 -1
- package/dist/browser/operations/galleryInVMAccessControlProfileVersions.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/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -1
- package/dist/browser/operations/virtualMachineScaleSetRollingUpgrades.js.map +1 -1
- package/dist/browser/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -1
- package/dist/browser/operations/virtualMachineScaleSetVMRunCommands.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/galleryInVMAccessControlProfileVersions.d.ts.map +1 -1
- package/dist/commonjs/operations/galleryInVMAccessControlProfileVersions.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/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualMachineScaleSetRollingUpgrades.js.map +1 -1
- package/dist/commonjs/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualMachineScaleSetVMRunCommands.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/commonjs/tsdoc-metadata.json +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/galleryInVMAccessControlProfileVersions.d.ts.map +1 -1
- package/dist/esm/operations/galleryInVMAccessControlProfileVersions.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/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -1
- package/dist/esm/operations/virtualMachineScaleSetRollingUpgrades.js.map +1 -1
- package/dist/esm/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -1
- package/dist/esm/operations/virtualMachineScaleSetVMRunCommands.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/galleryInVMAccessControlProfileVersions.d.ts.map +1 -1
- package/dist/react-native/operations/galleryInVMAccessControlProfileVersions.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/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -1
- package/dist/react-native/operations/virtualMachineScaleSetRollingUpgrades.js.map +1 -1
- package/dist/react-native/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -1
- package/dist/react-native/operations/virtualMachineScaleSetVMRunCommands.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 +10 -10
package/dist/esm/models/index.js
CHANGED
|
@@ -1464,6 +1464,14 @@ export var KnownEdgeZoneStorageAccountType;
|
|
|
1464
1464
|
/** PremiumLRS */
|
|
1465
1465
|
KnownEdgeZoneStorageAccountType["PremiumLRS"] = "Premium_LRS";
|
|
1466
1466
|
})(KnownEdgeZoneStorageAccountType || (KnownEdgeZoneStorageAccountType = {}));
|
|
1467
|
+
/** Known values of {@link StorageAccountStrategy} that the service accepts. */
|
|
1468
|
+
export var KnownStorageAccountStrategy;
|
|
1469
|
+
(function (KnownStorageAccountStrategy) {
|
|
1470
|
+
/** 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). */
|
|
1471
|
+
KnownStorageAccountStrategy["PreferStandardZRS"] = "PreferStandard_ZRS";
|
|
1472
|
+
/** Choose Standard_LRS storage unless overridden by specifying regional storageAccountType. */
|
|
1473
|
+
KnownStorageAccountStrategy["DefaultStandardLRS"] = "DefaultStandard_LRS";
|
|
1474
|
+
})(KnownStorageAccountStrategy || (KnownStorageAccountStrategy = {}));
|
|
1467
1475
|
/** Known values of {@link AggregatedReplicationState} that the service accepts. */
|
|
1468
1476
|
export var KnownAggregatedReplicationState;
|
|
1469
1477
|
(function (KnownAggregatedReplicationState) {
|
|
@@ -1536,6 +1544,20 @@ export var KnownEndpointAccess;
|
|
|
1536
1544
|
/** Deny */
|
|
1537
1545
|
KnownEndpointAccess["Deny"] = "Deny";
|
|
1538
1546
|
})(KnownEndpointAccess || (KnownEndpointAccess = {}));
|
|
1547
|
+
/** Known values of {@link GalleryScriptParameterType} that the service accepts. */
|
|
1548
|
+
export var KnownGalleryScriptParameterType;
|
|
1549
|
+
(function (KnownGalleryScriptParameterType) {
|
|
1550
|
+
/** String gallery script parameter type */
|
|
1551
|
+
KnownGalleryScriptParameterType["String"] = "String";
|
|
1552
|
+
/** Int gallery script parameter type */
|
|
1553
|
+
KnownGalleryScriptParameterType["Int"] = "Int";
|
|
1554
|
+
/** Double gallery script parameter type */
|
|
1555
|
+
KnownGalleryScriptParameterType["Double"] = "Double";
|
|
1556
|
+
/** Boolean gallery script parameter type */
|
|
1557
|
+
KnownGalleryScriptParameterType["Boolean"] = "Boolean";
|
|
1558
|
+
/** Enum gallery script parameter type */
|
|
1559
|
+
KnownGalleryScriptParameterType["Enum"] = "Enum";
|
|
1560
|
+
})(KnownGalleryScriptParameterType || (KnownGalleryScriptParameterType = {}));
|
|
1539
1561
|
/** Known values of {@link SharingUpdateOperationTypes} that the service accepts. */
|
|
1540
1562
|
export var KnownSharingUpdateOperationTypes;
|
|
1541
1563
|
(function (KnownSharingUpdateOperationTypes) {
|