win_psexec - deprecate the extra_opts module options (#53666)

This commit is contained in:
Jordan Borean 2019-03-12 09:05:43 +10:00 committed by GitHub
commit 4f2d055e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@ $spec = @{
session = @{ type='int' }
priority = @{ type='str'; choices=@( 'background', 'low', 'belownormal', 'abovenormal', 'high', 'realtime' ) }
timeout = @{ type='int' }
extra_opts = @{ type='list' }
extra_opts = @{ type='list'; removed_in_version = '2.10' }
}
}