-
Notifications
You must be signed in to change notification settings - Fork 872
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description - update executable template - update doc/sample - trace call cli pfs to support detch mode in executable/msi # All Promptflow Contribution checklist: - [ ] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes. --------- Signed-off-by: Brynn Yin <[email protected]> Co-authored-by: Ying Chen <[email protected]> Co-authored-by: Philip Gao <[email protected]> Co-authored-by: riddle xu <[email protected]> Co-authored-by: Yangtong Xu <[email protected]> Co-authored-by: Peiwen Gao <[email protected]> Co-authored-by: Zhengfei Wang <[email protected]> Co-authored-by: Brynn Yin <[email protected]>
- Loading branch information
1 parent
2771dcf
commit 523daaf
Showing
14 changed files
with
196 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,6 +190,9 @@ | |
"STARTF", | ||
"mltable", | ||
"setenv", | ||
"cscript", | ||
"nologo", | ||
"wscript", | ||
"raisvc", | ||
"evals" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
examples/tutorials/flow-deploy/distribute-flow-as-executable-app/app.py
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
examples/tutorials/flow-deploy/distribute-flow-as-executable-app/app.spec
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.