Skip to content

Commit d14c810

Browse files
author
REDMOND\xizha
committed
removing the position parameter per review comments
1 parent c134a5a commit d14c810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Workspaces/SetAzureOperationalInsightsWorkspaceCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SetAzureOperationalInsightsWorkspaceCommand : OperationalInsightsBa
4545
HelpMessage = "The resource tags for the workspace.")]
4646
public Hashtable Tags { get; set; }
4747

48-
[Parameter(Position = 5, Mandatory = false, ValueFromPipelineByPropertyName = true,
48+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true,
4949
HelpMessage = "The workspace data retention in days. 730 days is the maximum allowed for all other Skus.")]
5050
[ValidateNotNullOrEmpty]
5151
public int? RetentionInDays { get; set; }

0 commit comments

Comments
 (0)