Skip to content

Commit

Permalink
Merge pull request #991 from HuihuiWu-Microsoft/add-sample-tag
Browse files Browse the repository at this point in the history
feat: add sample tag in yml file
  • Loading branch information
Prithvi-MSFT authored Oct 17, 2023
2 parents e718b66 + 3f3e46f commit 4284aa6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions samples/bot-proactive-messaging-teamsfx/teamsapp.local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# yaml-language-server: $schema=https://developer.microsoft.com/json-schemas/teams-toolkit/teamsapp-yaml/1.0.0/yaml.schema.json
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.2/yaml.schema.json
# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
# Visit https://aka.ms/teamsfx-actions for details on actions
version: 1.0.0
version: v1.2

additionalMetadata:
sampleTag: Microsoft-Teams-Samples:bot-proactive-messaging-teamsfx

provision:
- uses: aadApp/create # Creates a new Azure Active Directory (AAD) app to authenticate users if the environment variable that stores clientId is empty
Expand Down
7 changes: 5 additions & 2 deletions samples/bot-proactive-messaging-teamsfx/teamsapp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# yaml-language-server: $schema=https://developer.microsoft.com/json-schemas/teams-toolkit/teamsapp-yaml/1.0.0/yaml.schema.json
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.2/yaml.schema.json
# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
# Visit https://aka.ms/teamsfx-actions for details on actions
version: 1.0.0
version: v1.2

additionalMetadata:
sampleTag: Microsoft-Teams-Samples:bot-proactive-messaging-teamsfx

environmentFolderPath: ./env

Expand Down

0 comments on commit 4284aa6

Please sign in to comment.