added alias tag to asset_tag parameter to keep backward compatibility

This commit is contained in:
Petri Asikainen 2021-05-16 13:41:49 +03:00
parent a3ab7f4fd9
commit 312eb8e8df

View file

@ -77,6 +77,7 @@ function New-Asset()
[string]$name,
[parameter(mandatory = $false)]
[Alias('tag')]
[string]$asset_tag,
[parameter(mandatory = $false)]