Skip to content

Commit

Permalink
update collectors and configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhack committed Sep 10, 2024
1 parent f0c3c0c commit afd3a0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Get-MonkeyAzSecurityContact {
MessageData = ($message.MonkeyGenericTaskMessage -f $collectorId,"Azure Security Contacts",$O365Object.current_subscription.displayName);
callStack = (Get-PSCallStack | Select-Object -First 1);
logLevel = 'info';
InformationAction = $InformationAction;
InformationAction = $O365Object.InformationAction;
Tags = @('AzureSecContactInfo');
}
Write-Information @msg
Expand All @@ -101,6 +101,7 @@ function Get-MonkeyAzSecurityContact {
Id = $account.Id;
location = $account.Id;
Name = $account.Name;
Type = $account.type;
Properties = $account.Properties;
email = $account.Properties.emails;
phone = $account.Properties.phone;
Expand Down

0 comments on commit afd3a0e

Please sign in to comment.