Skip to content

Commit 12d50b7

Browse files
committed
update csproj and changelog
1 parent 3bf400e commit 12d50b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Users can now use Set-AzureRMRoleRoleDefinition with assignable scopes including new scopes irrespective of the position of the scope
2525
* Allow scopes to end with "/"
2626
- Users can now use RoleDefinition and RoleAssignment commandlets with scopes ending with "/" ,consistent with API and CLI
27+
* Fix RoleAssignment get to respect the scope parameter
2728

2829
## Version 5.0.0
2930
* Add support for online help

src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,9 @@
712712
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.RoleAssignmentTests\RaPropertiesValidation.json">
713713
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
714714
</None>
715+
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.RoleAssignmentTests\RaGetByScope.json">
716+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
717+
</None>
715718
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.RoleDefinitionTests\RdNegativeScenarios.json">
716719
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
717720
</None>

0 commit comments

Comments
 (0)