Skip to content

Commit 72bada9

Browse files
committed
fixes after code review
1 parent dd96183 commit 72bada9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/OperationalInsights/OperationalInsights/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 1.2.1
2321
* Enable **pergb2018** pricing tier in `New-AzureRmOperationalInsightsWorkspace` command
2422

2523
## Version 1.2.0

src/OperationalInsights/OperationalInsights/Workspaces/NewAzureOperationalInsightsWorkspaceCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class NewAzureOperationalInsightsWorkspaceCommand : OperationalInsightsBa
4242

4343
[Parameter(Position = 3, Mandatory = false, ValueFromPipelineByPropertyName = true,
4444
HelpMessage = "The service tier of the workspace.")]
45-
[ValidateSet("free", "standard", "premium", "pernode", "standalone", "pergb2018", IgnoreCase = true)]
45+
[PSArgumentCompleter("free", "standard", "premium", "pernode", "standalone", "pergb2018")]
4646
public string Sku { get; set; }
4747

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

0 commit comments

Comments
 (0)