Azure / Azure/azure-powershell
Fixing the names for Operational Insights cmdlets
- 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
Assessment
This issue has not been assessed yet.