File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/ResourceManager/Resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
* Remove unnecessary AAD graph call in Get role assignments logic
26
26
- Only make call when needed instead of always
27
27
* Fixed issue where Remove-AzureRmResource would throw an exception if one of the resources passed through the pipeline failed to be removed
28
- - If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources
28
+ - If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources
29
+ * Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
30
+ - Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
You can’t perform that action at this time.
0 commit comments