identity governance: add cmdlets for identity sources of connected organizations #663
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In Azure AD entitlement management, a connected organization has as one property an array of subclasses of identity source (identity source is the abstract base class), which in autorest-generated patterns is indicated by providing an @odata.type value into a hashtable that's inside an array. For common cases an IT Pro may prefer to simply provide a cmdlet parameter of a single target domain when creating a connected org. They also may wish to summarize all the identity sources from a collection of connected organizations. This adds a new parameter set for New-ConnectedOrganization and a new helper cmdlet SplitConnectedOrganization with a parameter set for identity source. (Later PR may also add options for managing sponsor arrays as well.)