Skip to content

Dynamically creating mocks from data? #2415

Answered by nohwnd
OneFineDev asked this question in Q&A
Discussion options

You must be logged in to vote

Is this a simplified example? Looks to me that you could simply add a single mock with no filter and return the data from the $MockLookup table based on $UserId

Mock Get-MgUser { $Mocklookup[$UserId] }

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by fflaten
Comment options

You must be logged in to vote
1 reply
@fflaten
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants