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
32
32
# Old (which does nothing)
33
33
Get-AzureRmOperationalInsightsDataSource
34
34
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
+
35
44
# New
36
45
Get-AzureRmOperationalInsightsDataSource -ResourceGroupName "resourceGroupA" -WorkspaceName "LogAnalyticsWorkspace" -Kind AzureActivityLog
37
46
```
You can’t perform that action at this time.
0 commit comments