Skip to content

Commit

Permalink
[JS] fix: remove projectId in teasmfx yml file (#1558)
Browse files Browse the repository at this point in the history
## Linked issues

closes: #minor

## Details

Provide a list of your changes here. If you are fixing a bug, please
provide steps to reproduce the bug.

#### Change details

> Describe your changes, with screenshots and code snippets as
appropriate

**code snippets**:

**screenshots**:

## Attestation Checklist

- [ ] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes

### Additional information

> Feel free to add other relevant information below
  • Loading branch information
KennethBWSong authored Apr 18, 2024
1 parent de11a12 commit afc3b5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ deploy:
# You can replace it with an existing Azure Resource ID or other
# custom environment variable.
resourceId: ${{BOT_AZURE_APP_SERVICE_RESOURCE_ID}}
projectId: 81b57e7c-9c56-40e6-be41-a40982182f1c
1 change: 0 additions & 1 deletion js/samples/03.ai-concepts/e.customModel-LLAMA/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ publish:
- uses: teamsApp/update
with:
appPackagePath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip
projectId: 74ea1358-ad60-4844-9bad-267b5d7faa4f

0 comments on commit afc3b5a

Please sign in to comment.