Add missing built-in connectors to inventory sync flow #10479
+496
−1
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.
The connector inventory flow (
Admin | Sync Template v3 (Connectors)) was missing three built-in connectors visible in Power Platform Admin Center DLP policies. TheGet-ConnectorsAPI doesn't return all built-in connectors—especially trigger-only and specialty connectors not explicitly used in an environment.Changes
Added three connectors to the Specialty Connectors section:
shared_dynamics365marketing)shared_dynamics365marketingv2)shared_virtualagent)Updated both flow variants:
CenterofExcellenceCoreComponents: Added full check/update/create logic following existing patternCenterofExcellenceCoreComponentsTeams: Added simplified check/add logic matching Teams implementationPattern
Each connector follows the existing specialty connector pattern:
Note
Two reported connectors already exist as
HttpRequestReceivedandTeamsWebhook. Display names differ slightly from Admin Center but functionality is captured correctly.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.