Skip to content

Commit

Permalink
Updated removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Jan 1, 2024
1 parent 28f6ae8 commit daf7d53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ function Initialize-DeploymentRemoval {
'Microsoft.Sql/managedInstances',
'Microsoft.MachineLearningServices/workspaces',
'Microsoft.Resources/resourceGroups',
'Microsoft.Compute/virtualMachines'
'Microsoft.Compute/virtualMachines',
'Microsoft.ManagedIdentity/userAssignedIdentities'
)

Write-Verbose ('Handling resource removal with deployment names [{0}]' -f ($deploymentNames -join ', ')) -Verbose
Expand Down

0 comments on commit daf7d53

Please sign in to comment.