Skip to content

Commit afd3a0e

Browse files
committed
update collectors and configuration file
1 parent f0c3c0c commit afd3a0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

collectors/azure/security/securitycontacts/Get-MonkeyAzSecurityContact.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function Get-MonkeyAzSecurityContact {
7979
MessageData = ($message.MonkeyGenericTaskMessage -f $collectorId,"Azure Security Contacts",$O365Object.current_subscription.displayName);
8080
callStack = (Get-PSCallStack | Select-Object -First 1);
8181
logLevel = 'info';
82-
InformationAction = $InformationAction;
82+
InformationAction = $O365Object.InformationAction;
8383
Tags = @('AzureSecContactInfo');
8484
}
8585
Write-Information @msg
@@ -101,6 +101,7 @@ function Get-MonkeyAzSecurityContact {
101101
Id = $account.Id;
102102
location = $account.Id;
103103
Name = $account.Name;
104+
Type = $account.type;
104105
Properties = $account.Properties;
105106
email = $account.Properties.emails;
106107
phone = $account.Properties.phone;

0 commit comments

Comments
 (0)