Skip to content

Commit

Permalink
Removing changes from Common.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
aebaid committed Sep 26, 2022
1 parent b4e09e2 commit 4974949
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/Farmer/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1899,16 +1899,9 @@ module Identity =
}

static member (+)(managedIdentity, userAssignedIdentity: UserAssignedIdentity) =
let (UserAssignedIdentity linkedResource) = userAssignedIdentity
match linkedResource with
| Managed rid ->
{ managedIdentity with
UserAssigned = userAssignedIdentity :: managedIdentity.UserAssigned
}
| Unmanaged rid ->
{ managedIdentity with
UserAssigned = userAssignedIdentity :: managedIdentity.UserAssigned
}
{ managedIdentity with
UserAssigned = userAssignedIdentity :: managedIdentity.UserAssigned
}

open Identity

Expand Down

0 comments on commit 4974949

Please sign in to comment.