Skip to content

Commit 55529cd

Browse files
committed
Update NewAzureOperationalInsightsWorkspaceCommand.cs
1 parent 72bada9 commit 55529cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OperationalInsights/OperationalInsights/Workspaces/NewAzureOperationalInsightsWorkspaceCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ 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)]
4647
public string Sku { get; set; }
4748

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

0 commit comments

Comments
 (0)