Skip to content

Conversation

Anthony-Dev
Copy link

    • Initial Commit

When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector, a smooth certification experience, and your users are happy :)

If this is your first time submitting to GitHub and you need some help, please sign up for this session.

  • I attest that the connector doesn't exist on the Power Platform today. I've verified by checking the pull requests in GitHub and by searching for the connector on the platform or in the documentation.
  • I attest that the connector works and I verified by deploying and testing all the operations.
  • I attest that I have added detailed descriptions for all operations and parameters in the swagger file.
  • I attest that I have added response schemas to my actions, unless the response schema is dynamic.
  • I validated the swagger file, apiDefinition.swagger.json, by running paconn validate command.
  • If this is a certified connector, I confirm that apiProperties.json has a valid brand color and doesn't use an invalid brand color, #007ee5 or #ffffff. If this is an independent publisher connector, I confirm that I am not submitting a connector icon.

If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process:

  • I have named this PR after the pattern of "Connector Name (Independent Publisher)" ex: HubSpot Marketing (Independent Publisher)
  • Within this PR markdown file, I have pasted screenshots that show: 3 unique operations (actions/triggers) working within a Flow. This can be in one flow or part of multiple flows. For each one of those flows, I have pasted in screenshots of the Flow succeeding.
  • Within this PR markdown file, I have pasted in a screenshot from the Test operations section within the Custom Connector UI.
  • If the connector uses OAuth, I have provided detailed steps on how to create an app in the readme.md.

SDPCloud and others added 2 commits May 9, 2023 16:22
* Partner Center connector - new fields and deal registration actions (microsoft#2130)

* Update apiDefinition.swagger.json

* Latest changes

* fix format warning

* X-Caller_Id should be optional

* Update apiDefinition.swagger.json

Review changes -
->Added reg status and sub status fields.
->Update the fields descriptions as per api's details available on Microsoft public site.
->Remove submission related fields.
->Mark registration status field as read only.
->Remove offerId from root.
->Use Enum values in Create deal registration model.
->Create a separate model for update deal registration.
Create a separate action for update deal registration.

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Add deprecate text in Update a referral by Id action

* Update apiDefinition.swagger.json

Connector status keep as Preview and UpdateReferralById deprecated keep as false but deprecated word in description.

* Update apiDefinition.swagger.json

update deal registration success message.

* Update apiDefinition.swagger.json

added title for registration object

* Bitskout Connector (microsoft#2140)

* Bitskout Connector

* Requested changes

* EC-14395 Make it so fields aren't required anymore for updates (microsoft#2150)

* Added orderby parameter

* Added orderby parameter

* feat: add x-ms-pageable extension

* feat: add updatenextlink policy instance

* refactor: whitespace refactoring

* Update apiProperties.json

* fix(EC-14395): Integrate the patch schema endpoint

* fix(EC-14395): Add specs for the schema endpoint's responses

* fix(EC-14395): Add required fields to the schema

Co-authored-by: Johannes Heesterman <[email protected]>
Co-authored-by: johannesheesterman <[email protected]>
Co-authored-by: Stan van Rooy <[email protected]>

* ManageEngine ServiceDesk Plus Cloud app submission

* Categories and readme document updated

* Categories updated

---------

Co-authored-by: Farhan <[email protected]>
Co-authored-by: saferoombiz <[email protected]>
Co-authored-by: Tess Ellenoir Duursma <[email protected]>
Co-authored-by: Johannes Heesterman <[email protected]>
Co-authored-by: johannesheesterman <[email protected]>
Co-authored-by: Stan van Rooy <[email protected]>
Co-authored-by: Mahbub Murshed <[email protected]>
Co-authored-by: SDPCloud <[email protected]>
@Anthony-Dev Anthony-Dev requested a review from a team as a code owner July 19, 2025 02:17
@Anthony-Dev
Copy link
Author

@microsoft-github-policy-service agree

Copy link
Collaborator

@certificationteam certificationteam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Anthony-Dev,

Can you please refer below Certified connector link and submit only files required. Additionally the logo file is not needed and readme file should include all the required sections.

https://github.com/microsoft/PowerPlatformConnectors/tree/dev/templates/certified-connectors

@Anthony-Dev
Copy link
Author

Anthony-Dev commented Jul 25, 2025

Hi @Anthony-Dev,

Can you please refer below Certified connector link and submit only files required. Additionally the logo file is not needed and readme file should include all the required sections.

https://github.com/microsoft/PowerPlatformConnectors/tree/dev/templates/certified-connectors

Thank you @certificationteam - I have removed the logo.png file and updated the Readme to match the structure in the provided template.

Copy link
Contributor

@vmanoharas vmanoharas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Anthony-Dev,

Please address couple of review comments.

Copy link
Contributor

@vmanoharas vmanoharas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Anthony-Dev,

Kindly address the review comment.

….json to define the Website, Privacy Policy, and Categories.
vmanoharas

This comment was marked as outdated.

vmanoharas
vmanoharas previously approved these changes Aug 22, 2025
Copy link
Contributor

@vmanoharas vmanoharas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Partner,

Congratulations your PR is approved !! We are proud to announce the Brand-New Certification experience for you to certify Power Platform Copilot Connectors & Plugins.

As next steps:

Learn about the new certification experience- Get your Power Platform connector and plugin certified - Overview
Package your connector and plugin files- Prepare Power Platform connector and plugin files for certification
Validate the package for structure before submitting the package for certification to Partner Center - Run Package Validator tool
Initiate a certification request in Partner Center- Verified publisher certification process
Ensure your connector & plugin files comply to the Marketplace policies here- 5000 Power Platform Connector Policies for Marketplace and also 1000 Marketplace policies(as applicable)
Test your connector post certification to provide go-live for deployment- Testing Guidelines
If you wish to Update your connector or plugin in future- Updating Guidelines

For any queries or concerns please get in touch with us on [email protected]

Many thanks,
Power Platform
Copilot connector & plugin certification team

@vmanoharas
Copy link
Contributor

Hi @Anthony-Dev,

Please change the branch from master to dev, as we cannot merge this code.

You have used master branch

image

Please use dev branch.

image

@Anthony-Dev Anthony-Dev changed the base branch from master to dev August 22, 2025 22:23
@Anthony-Dev Anthony-Dev dismissed vmanoharas’s stale review August 22, 2025 22:23

The base branch was changed.

@Anthony-Dev
Copy link
Author

Hi @Anthony-Dev,

Please change the branch from master to dev, as we cannot merge this code.

You have used master branch
image

Please use dev branch.
image

Hi @vmanoharas - Thanks, I’ve updated the PR to target the microsoft:dev branch instead of master. I can also recreate this PR from the fork's dev branch if it would make things easier, please let me know.

@Anthony-Dev
Copy link
Author

Hey @vmanoharas / @certificationteam - I went ahead and created another PR request from PagePixels:dev into microsoft:dev explicitly, in case it is helpful.

#3975

@vmanoharas
Copy link
Contributor

Hey @vmanoharas / @certificationteam - I went ahead and created another PR request from PagePixels:dev into microsoft:dev explicitly, in case it is helpful.

#3975

Thank you @Anthony-Dev for creating new PR. Kindly close this PR.

@Anthony-Dev Anthony-Dev closed this Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants