From f93d3116c29d19af6ec2f5614d4aacd8cc7079ff Mon Sep 17 00:00:00 2001 From: deepayan-bose-cohesity Date: Mon, 24 Aug 2026 11:33:53 +0530 Subject: [PATCH 1/2] (ENG-701788): fix : support kSkipped in CopyRun and CopySnapshotTaskStatus enums --- src/Cohesity.Powershell.Models/CopyRun.cs | 8 +++++++- src/Cohesity.Powershell.Models/CopySnapshotTaskStatus.cs | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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, } From ce779c9425e83395c66796e1ef221936ef23c586 Mon Sep 17 00:00:00 2001 From: Deepayan Bose Date: Mon, 24 Aug 2026 01:10:42 -0700 Subject: [PATCH 2/2] (ENG-701788) : Update module version to 1.10.5 --- src/Cohesity.Powershell/Cohesity.PowerShell.Core.psd1 | 2 +- src/Cohesity.Powershell/Cohesity.PowerShell.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = @()