Skip to content

Commit 133b43b

Browse files
committed
Fix format.
1 parent 2be460c commit 133b43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
22+
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
2123

2224
## Version 3.3.0
2325
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id>
2426
- This will enable Groups lookup in CSP scenario
2527
* Remove unnecessary AAD graph call in Get role assignments logic
2628
- Only make call when needed instead of always
2729
* 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

0 commit comments

Comments
 (0)