AzureADAssessment icon indicating copy to clipboard operation
AzureADAssessment copied to clipboard

Does not contain 'Op_Addition' -

Open ConnorRenada opened this issue 2 years ago • 2 comments

AzureADAssessment works fine on my Live Tenant however fails on my Developer Environment.

Not sure what it's asking for?

" Test-MsGraphBatchError : Value cannot be null. Parameter name: source At C:\Program Files\WindowsPowerShell\Modules\AzureADAssessment\2.2.54\internal\Get-MsGraphResults.ps1:309 char:31

  • ... if (!(Test-MsGraphBatchError $results $currentRequest)) {
  •                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : ArgumentNullException,Test-MsGraphBatchError

WARNING: The export package has not been generated WARNING: If you are working with microsoft or a provider on the assessment please warn them WARNING: Please check GitHub issues and fill a new one or reply on existing ones mentionning the errors seen WARNING: https://github.com/AzureAD/AzureADAssessment/issues Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'. At C:\Program Files\WindowsPowerShell\Modules\AzureADAssessment\2.2.54\Invoke-AADAssessmentDataCollection.ps1:149 char:13

  •         $roleAssignmentSchedules + $roleAssignmentSchedulesAdditi ...
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (op_Addition:String) [], ParentContainsErrorRecordException
    • FullyQualifiedErrorId : MethodNotFound "

ConnorRenada avatar Jul 31 '22 13:07 ConnorRenada

@ConnorRenada We have significantly changed the logic for getting role assignments in the latest version. Please try again on your dev environment to see if this issue was resolved. Thanks!

jazuntee avatar Sep 02 '22 15:09 jazuntee

@ConnorRenada, did you have a chance to test with the latest version?

cblomart avatar Oct 16 '22 14:10 cblomart