Remove MalwareName parameter from Get-MailDetailATPReport#13504
Remove MalwareName parameter from Get-MailDetailATPReport#13504EHLOBen wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
Removed the MalwareName parameter and its details from the documentation, as this has been deprecated
|
Learn Build status updates of commit 9b95670: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@EHLOBen, has the parameter been removed from visibility in code, or is it just no longer supported? I still see it in my plain M365 E5 tenant, but I realize changes take a while to propagate through the datacenters. PS C:\Users> (Get-Command Get-MailDetailATPReport).Parameters.Keys | Where-Object {$_ -notin @('AsJob','Debug','ErrorAction','ErrorVariable','InformationAction','InformationVariable','OutBuffer','OutVariable','PipelineVariable','Verbose','WarningAction','WarningVariable')} | Sort-Object
DataSource
Direction
Domain
EndDate
EventType
MalwareName
MessageId
MessageTraceId
Page
PageSize
ProbeTag
RecipientAddress
SenderAddress
StartDate |
|
It is removed from visibility, but still rolling out (rollout has started) |
|
Learn Build status updates of commit 1b0b5ba: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@lusassl-msft Before this PR can be merged, a Content Lead needs to add the Sign off label to it. Only one of the listed reviewers needs to add the Sign off label. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you think you were incorrectly added as a reviewer, have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |

Removed the MalwareName parameter and its details from the documentation, as this has been deprecated