File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/ResourceManager/OperationalInsights/documentation Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,15 @@ Default parameter set for Get-AzureRmOperationalInsightsDataSource will be depre
3232# Old (which does nothing)
3333Get-AzureRmOperationalInsightsDataSource
3434
35+ # New
36+ Get-AzureRmOperationalInsightsDataSource -ResourceGroupName "resourceGroupA" -WorkspaceName "LogAnalyticsWorkspace" -Kind AzureActivityLog
37+ ```
38+
39+ AzureAuditLog will be removed from parameter Kind for Get-AzureRmOperationalInsightsDataSource, you should switch to AzureActivityLog.
40+ ``` powershell
41+ # Old
42+ Get-AzureRmOperationalInsightsDataSource -ResourceGroupName "resourceGroupA" -WorkspaceName "LogAnalyticsWorkspace" -Kind AzureAuditLog
43+
3544# New
3645Get-AzureRmOperationalInsightsDataSource -ResourceGroupName "resourceGroupA" -WorkspaceName "LogAnalyticsWorkspace" -Kind AzureActivityLog
3746```
You can’t perform that action at this time.
0 commit comments