Running 'm365 entra app permission add' throws the error
"Error: Cannot read properties of undefined (reading 'length')"
This error occurs in the beta version 7.4.
It's due to the command using odata.getAllItems to call an endpoint that does not return an object with a value array.
Running 'm365 entra app permission add' throws the error
"Error: Cannot read properties of undefined (reading 'length')"
This error occurs in the beta version 7.4.
It's due to the command using
odata.getAllItemsto call an endpoint that does not return an object with avaluearray.