Azure / Azure-Lighthouse-samples

Provide samples for understanding managed service solutions
MIT License
295 stars 296 forks source link

Change variable mspAssignmentName #92

Closed joanabmartins closed 3 years ago

joanabmartins commented 3 years ago

Creating a guid based on the RG gives conflicts if you want to create multiple delegations to the same RG (for different service providers for example). I changed it to create a guid based on the mspOfferName (like we do for the subscription delegations), this way there is not conflict as long as you have different mspoffernames.