Skip to content

Commit 735a620

Browse files
committed
Fix build break
1 parent 98d8eb3 commit 735a620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/RoleAssignments/GetAzureRoleAssignmentCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ protected override void ProcessRecord()
268268
ExcludeAssignmentsForDeletedPrincipals = true
269269
};
270270

271-
WriteObject(PoliciesClient.FilterRoleAssignments(options, DefaultProfile.DefaultContext.Subscription.Id.ToString()), enumerateCollection: true);
271+
WriteObject(PoliciesClient.FilterRoleAssignments(options, DefaultProfile.Context.Subscription.Id.ToString()), enumerateCollection: true);
272272
}
273273
}
274274
}

0 commit comments

Comments
 (0)