New-IntersightBulkRequest fails with 'New-IntersightBulkRequest: Object reference not set to an instance of an object.' after module upgrade to 1.0.11.14430 and higher #139
New-IntersightBulkRequest fails with 'New-IntersightBulkRequest: Object reference not set to an instance of an object.' after module upgrade to 1.0.11.14430 and higher
Existing code example works with: 1.0.11.12738, 1.0.11.13892
Existing code example doesn't work with: 1.0.11.14968, 1.0.11.14430
Version used
Powershell Module 1.0.11.14430+
Powershell 7.3.11
Intersight SaaS
Expected behavior
Backwards compatibility
Additional Context
>New-IntersightBulkRequest -Requests $request
New-IntersightBulkRequest: Object reference not set to an instance of an object.
>$error[0].Exception
TargetSite : Void ProcessRecord()
Message : Object reference not set to an instance of an object.
Data : {}
InnerException :
HelpLink :
Source : Intersight.PowerShell
HResult : -2147467261
StackTrace : at Intersight.PowerShell.NewCmdletBase.ProcessRecord() in /home/jenkins/workspace/Release-IS-Powers
hell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.Power
Shell_1.0.11.14430/src/CmdletBase/NewCmdletBase.cs:line 88
at System.Management.Automation.CommandProcessor.ProcessRecord()
Describe the bug
New-IntersightBulkRequest fails with 'New-IntersightBulkRequest: Object reference not set to an instance of an object.' after module upgrade to 1.0.11.14430 and higher
Existing code example works with: 1.0.11.12738, 1.0.11.13892
Existing code example doesn't work with: 1.0.11.14968, 1.0.11.14430
PowerShell 7.3.11
To Reproduce
Version used Powershell Module 1.0.11.14430+ Powershell 7.3.11 Intersight SaaS
Expected behavior Backwards compatibility
Additional Context