Azure / Azure/azure-powershell

Fixing the names for Operational Insights cmdlets

Open
#2,334 3 comments 1 reaction 1 assignee Claimed by @haitch View on GitHub
Monitor - Operational Insights Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

IMO, it would make sense to create aliases that will use "LogAnalytics" instead of "OperationalInsights".

"IntelligentPack" should be also changed to "Solution". For example:

``` powershell
Set-AzureRmOperationalInsightsIntelligencePack > Set-AzureRmLogAnalyticsSolution
Get-AzureRmOperationalInsightsIntelligencePacks > Get-AzureRmLogAnalyticsSolution
```

Also, there is a bunch of wrongly named cmdlets that use a plural nouns instead of singular nouns:

``` powershell
Get-AzureRmOperationalInsightsIntelligencePacks
Get-AzureRmOperationalInsightsLinkTargets
Get-AzureRmOperationalInsightsSavedSearchResults
Get-AzureRmOperationalInsightsSearchResults
Get-AzureRmOperationalInsightsWorkspaceManagementGroups
Get-AzureRmOperationalInsightsWorkspaceSharedKeys
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.