Closed aph3rson closed 3 years ago
Replaces the usage of Create- with New- in cmdlets, the approved equivalent.
Create-
New-
Note that there are still two internal functions (Enum-AllTokens and Free-AllTokens) which use unapproved verbs - these don't give errors, on import, though.
Enum-AllTokens
Free-AllTokens
Fixes #30.
Replaces the usage of
Create-
withNew-
in cmdlets, the approved equivalent.Note that there are still two internal functions (
Enum-AllTokens
andFree-AllTokens
) which use unapproved verbs - these don't give errors, on import, though.Fixes #30.