@omnia/fx-models 8.0.232-dev → 8.0.233-dev
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/Enums.d.ts +2 -1
- package/Enums.js +1 -0
- package/package.json +1 -1
package/Enums.d.ts
CHANGED
package/Enums.js
CHANGED
@@ -812,6 +812,7 @@ var PersistentDiskTypes;
|
|
812
812
|
PersistentDiskTypes["Standard"] = "Standard";
|
813
813
|
PersistentDiskTypes["Premium"] = "Premium";
|
814
814
|
PersistentDiskTypes["NFS"] = "NFS";
|
815
|
+
PersistentDiskTypes["SMB"] = "SMB";
|
815
816
|
})(PersistentDiskTypes || (exports.PersistentDiskTypes = PersistentDiskTypes = {}));
|
816
817
|
var StatusFilter;
|
817
818
|
(function (StatusFilter) {
|