Skip to content

Commit dbff226

Browse files
author
Richard Rundle
authored
Update SetAzureRmDiagnosticSettingCommand.cs
Updating help text for Workspace Id to reflect that it is the Resource Id of the Log Analytics workspace and not the guid that Log Analytics uses to uniquely identifies each workspace. In the Log Log Analytics documentation the guid is is referred to as the workspace Id.
1 parent 903211f commit dbff226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Insights/Commands.Insights/Diagnostics/SetAzureRmDiagnosticSettingCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SetAzureRmDiagnosticSettingCommand : ManagementCmdletBase
8585
/// <summary>
8686
/// Gets or sets the OMS workspace Id
8787
/// </summary>
88-
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The OMS workspace Id")]
88+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The resource Id of the Log Analytics workspace to send logs/metrics to")]
8989
[ValidateNotNullOrEmpty]
9090
public string WorkspaceId { get; set; }
9191

0 commit comments

Comments
 (0)