-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update roledefinition get custom roles to use filter #5664
Conversation
@darshanhs90 Please let me know when the SDK has been merged and you are ready for us to take a look at this PR. |
@darshanhs90 looks like the SDK PR was merged -- was this new SDK version published to NuGet? |
@cormacpayne Yes it was published on friday,Will update this PR today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darshanhs90 one comment, otherwise LGTM
|
||
# Test | ||
[Microsoft.Azure.Commands.Resources.Models.Authorization.AuthorizationClient]::RoleAssignmentNames.Enqueue("2fec1202-19ad-4c8b-b461-6031a1b5dce6") | ||
$newAssignment = New-AzureRmRoleAssignment ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darshanhs90 why is this command being removed from this test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cormacpayne it was a redundant thing added in the test,as you can see earlier in the same test,we are creating a roleassignment, so that would be sufficient to validate the scenario for this test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad,thought the earlier create was also for a roleassignment, will revert it
waiting for Azure/azure-sdk-for-net#4102
and #5646
update roledefinition get custom roles to use filter[donot merge]
waiting for sdk-for-net pr to get completed
Description
Checklist
CONTRIBUTING.md
platyPS
module