Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Feb 28, 2024
1 parent 2301eb9 commit cd69a8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/WoWManager/private/Realm/Update-WoWRealms.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Function Update-WoWRealms {
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSUseShouldProcessForStateChangingFunctions', '', Scope = 'Function',
Justification = 'Not changing state, just an object in memory.'
)]
[CmdletBinding()]
param()
[Realm[]]$Realms = $null
Expand Down

0 comments on commit cd69a8e

Please sign in to comment.