Add custom xtap cmdlets - #3675
Conversation
…lity removal is not supported
|
@rajaramkd please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@rajaramkd please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
|
||
| [Parameter(ParameterSetName = 'Expanded')] | ||
| [System.String[]] | ||
| ${AppServiceConnectInboundTargetApplications}, |
There was a problem hiding this comment.
All ParameterSetName are set to "Expanded", don't you want to use different parameter sets for m365Collab and AppServicesConnect?
There was a problem hiding this comment.
We merged the two parameter sets so that M365Collab and AppServiceConnect can be configured in a single call, consistent with the Graph API, which allows both trust flags to be updated together.
Fixes #
Changes proposed in this pull request
Other links