Skip to content

Commit

Permalink
Added stackOwner limitation (microsoft#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougelliott authored Aug 5, 2020
1 parent 78aec12 commit 51e4b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/paconn-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ Please test the custom connector and the settings file in a test environment bef

The project is limited to creation, update, and download of custom connector in flow and powerapps environment. When an environment is not specified only the flow envrionments are displayed to choose from. For non-custom connector the swagger file is not returned.

**Stack Owner Property & apiProperties file:**

Currently, there is a limitation that prevents you from updating your connector's artificats in your environment using Paconn when the `stackOwner` property is present in your `apiProperties.json` file. As a workaround to this, create two versions of your connector artifacts: the first being the version that is submitted to certification and contains the `stackOwner` property, the second having the `stackOwner` property omitted to enable updating within your environment. We are working to remove the limitation and will update this section once complete.

## Reporting issues and feedback

Expand Down

0 comments on commit 51e4b28

Please sign in to comment.