We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c029c88 commit 0cdeeedCopy full SHA for 0cdeeed
src/ResourceManager/Resources/Commands.Resources/ResourceManagerStartup.ps1
@@ -119,7 +119,7 @@ Remove-AzureRmRoleAssignment
119
)
120
PROCESS {
121
# Get all events for the "Microsoft.Authorization" provider by calling the Insights commandlet
122
- $events = Get-AzureRmResourceProviderLog -ResourceProvider "Microsoft.Authorization" -DetailedOutput -StartTime $StartTime -EndTime $EndTime
+ $events = Get-AzureRmLog -ResourceProvider "Microsoft.Authorization" -DetailedOutput -StartTime $StartTime -EndTime $EndTime
123
124
$startEvents = @{}
125
$endEvents = @{}
0 commit comments