Skip to content

Commit ef05a80

Browse files
author
Hovsep Mkrtchyan
committed
Removed "-v" alias from resource base cmdlets.
1 parent 161d8f3 commit ef05a80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CLU/Commands.ResourceManager.Cmdlets/Implementation/ResourceManagerCmdletBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ protected CancellationToken? CancellationToken
5656
/// </summary>
5757
[Parameter(Mandatory = false, HelpMessage = "When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.")]
5858
[ValidateNotNullOrEmpty]
59-
[Alias("v")]
6059
public string ApiVersion { get; set; }
6160

6261
/// <summary>

0 commit comments

Comments
 (0)