Skip to content

Commit 13439e9

Browse files
committed
Update NewAzureOperationalInsightsWorkspaceCommand.cs
1 parent 55529cd commit 13439e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OperationalInsights/OperationalInsights/Workspaces/NewAzureOperationalInsightsWorkspaceCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class NewAzureOperationalInsightsWorkspaceCommand : OperationalInsightsBa
4343
[Parameter(Position = 3, Mandatory = false, ValueFromPipelineByPropertyName = true,
4444
HelpMessage = "The service tier of the workspace.")]
4545
[PSArgumentCompleter("free", "standard", "premium", "pernode", "standalone", "pergb2018")]
46-
[ValidateSet("free", "standard", "premium", "pernode", "standalone", "pergb2018", IgnoreCase = true)]
4746
public string Sku { get; set; }
4847

4948
[Parameter(Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true,

0 commit comments

Comments
 (0)