diff --git a/src/Cohesity.Powershell.Models/CopyRun.cs b/src/Cohesity.Powershell.Models/CopyRun.cs index 139c5a30..06da9b43 100644 --- a/src/Cohesity.Powershell.Models/CopyRun.cs +++ b/src/Cohesity.Powershell.Models/CopyRun.cs @@ -85,7 +85,13 @@ public enum StatusEnum /// Enum KFinalizing for value: kFinalizing /// [EnumMember(Value = "kFinalizing")] - KFinalizing = 10 + KFinalizing = 10, + + /// + /// Enum KSkipped for value: kSkipped + /// + [EnumMember(Value = "kSkipped")] + KSkipped = 11 } diff --git a/src/Cohesity.Powershell.Models/CopySnapshotTaskStatus.cs b/src/Cohesity.Powershell.Models/CopySnapshotTaskStatus.cs index d70a3736..07ecea8b 100644 --- a/src/Cohesity.Powershell.Models/CopySnapshotTaskStatus.cs +++ b/src/Cohesity.Powershell.Models/CopySnapshotTaskStatus.cs @@ -85,7 +85,13 @@ public enum StatusEnum /// Enum KFinalizing for value: kFinalizing /// [EnumMember(Value = "kFinalizing")] - KFinalizing = 10 + KFinalizing = 10, + + /// + /// Enum KSkipped for value: kSkipped + /// + [EnumMember(Value = "kSkipped")] + KSkipped = 11, } diff --git a/src/Cohesity.Powershell/Cohesity.PowerShell.Core.psd1 b/src/Cohesity.Powershell/Cohesity.PowerShell.Core.psd1 index e6dae29f..fe42ecc6 100644 --- a/src/Cohesity.Powershell/Cohesity.PowerShell.Core.psd1 +++ b/src/Cohesity.Powershell/Cohesity.PowerShell.Core.psd1 @@ -8,7 +8,7 @@ RootModule = 'Cohesity.PowerShell.Core.dll' # Version number of this module. -ModuleVersion = '1.10.4' +ModuleVersion = '1.10.5' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/src/Cohesity.Powershell/Cohesity.PowerShell.psd1 b/src/Cohesity.Powershell/Cohesity.PowerShell.psd1 index b29306ab..18bc5054 100644 --- a/src/Cohesity.Powershell/Cohesity.PowerShell.psd1 +++ b/src/Cohesity.Powershell/Cohesity.PowerShell.psd1 @@ -8,7 +8,7 @@ RootModule = 'Cohesity.PowerShell.dll' # Version number of this module. -ModuleVersion = '1.10.4' +ModuleVersion = '1.10.5' # Supported PSEditions # CompatiblePSEditions = @()