Using latest plugin version on different M365 services we have UNKNOWN: No services found when option --exclude-resolved=1 is active.
parameters:
UNKNOWN: No services found.
--plugin=cloud::microsoft::office365::management::plugin --mode=service-status --include-service-name='^Power Apps in Microsoft 365$' --warning-status= --critical-status='%{status} !~ /serviceOperational|serviceRestored/i' --verbose --exclude-service-name='' --include-classification= --exclude-classification= --exclude-resolved=1
If we change it to --exclude-resolved=0 then we have a valid output:
OK: Service 'Power Apps in Microsoft 365' status is 'serviceOperational'
This behaviour is not on every M365 service, so we have also services they have a valid output with OK/CRITICAL always with --exclude-resolved=1, so this problem happens on some service but not generally.
If you need we can provide debug infos
Using latest plugin version on different M365 services we have
UNKNOWN: No servicesfound when option--exclude-resolved=1is active.parameters:
If we change it to
--exclude-resolved=0then we have a valid output:OK: Service 'Power Apps in Microsoft 365' status is 'serviceOperational'This behaviour is not on every M365 service, so we have also services they have a valid output with OK/CRITICAL always with
--exclude-resolved=1, so this problem happens on some service but not generally.If you need we can provide debug infos