mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 10:45:48 +00:00
added alias tag to asset_tag parameter to keep backward compatibility
This commit is contained in:
parent
a3ab7f4fd9
commit
312eb8e8df
1 changed files with 4 additions and 3 deletions
|
|
@ -77,6 +77,7 @@ function New-Asset()
|
|||
[string]$name,
|
||||
|
||||
[parameter(mandatory = $false)]
|
||||
[Alias('tag')]
|
||||
[string]$asset_tag,
|
||||
|
||||
[parameter(mandatory = $false)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue