File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ protected override void ProcessRecord()
259259 var sendSecurityCode = httpClient . SendAsync ( emailMFARequest ) . Result ;
260260 var sendSecurityCodeResponse = sendSecurityCode . Content . ReadAsStringAsync ( ) . Result ;
261261
262- if ( sendSecurityCode . StatusCode != HttpStatusCode . Created )
262+ if ( sendSecurityCode . StatusCode != HttpStatusCode . NoContent )
263263 {
264264 var accessCodeError = JsonConvert . DeserializeObject < ErrorProto > ( sendSecurityCodeResponse ) ;
265265 StringBuilder sb = new StringBuilder ( ) ;
Original file line number Diff line number Diff line change 88RootModule = ' Cohesity.PowerShell.Core.dll'
99
1010# Version number of this module.
11- ModuleVersion = ' 1.9.9 '
11+ ModuleVersion = ' 1.2.0 '
1212
1313# Supported PSEditions
1414# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 88RootModule = ' Cohesity.PowerShell.dll'
99
1010# Version number of this module.
11- ModuleVersion = ' 1.9.9 '
11+ ModuleVersion = ' 1.2.0 '
1212
1313# Supported PSEditions
1414# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments