Skip to content

Commit 99873d1

Browse files
haitchhaitch
authored andcommitted
update doc
1 parent d3acb18 commit 99873d1

File tree

3 files changed

+1736
-1632
lines changed

3 files changed

+1736
-1632
lines changed

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/DataSources/GetAzureOperationalInsightsDataSourceCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.OperationalInsights
2222
{
23-
[Cmdlet(VerbsCommon.Get, Constants.DataSource, DefaultParameterSetName = ByWorkspaceName), OutputType(typeof(List<PSDataSource>), typeof(PSDataSource))]
23+
[Cmdlet(VerbsCommon.Get, Constants.DataSource, DefaultParameterSetName = ByWorkspaceNameByKind), OutputType(typeof(List<PSDataSource>), typeof(PSDataSource))]
2424
public class GetAzureOperationalInsightsDataSourceCommand : OperationalInsightsBaseCmdlet
2525
{
2626
const string ByWorkspaceObjectByName = "ByWorkspaceObjectByName";

0 commit comments

Comments
 (0)