File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/Resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+ * Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
22
+ - Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
21
23
22
24
## Version 3.3.0
23
25
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id >
24
26
- This will enable Groups lookup in CSP scenario
25
27
* Remove unnecessary AAD graph call in Get role assignments logic
26
28
- Only make call when needed instead of always
27
29
* 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
29
- * Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
30
- - Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
30
+ - If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources
You can’t perform that action at this time.
0 commit comments