Skip to content

Commit

Permalink
Merge pull request #1131 from OfficeDev/bowsong/fix_tag
Browse files Browse the repository at this point in the history
fix: update sample tag for apim sample
  • Loading branch information
eriolchan authored Jan 23, 2024
2 parents 08643da + 81fa404 commit ec6e79c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions sso-enabled-tab-via-apim-proxy/teamsapp.local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/1.0.0/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
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.2/yaml.schema.json
version: v1.2

additionalMetadata:
sampleTag: TeamsFx-Samples:sso-tab-via-apim-proxy

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
2 changes: 1 addition & 1 deletion sso-enabled-tab-via-apim-proxy/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: v1.2

additionalMetadata:
sampleTag: TeamsFx-Samples:bot-sso
sampleTag: TeamsFx-Samples:sso-tab-via-apim-proxy

environmentFolderPath: ./env

Expand Down

0 comments on commit ec6e79c

Please sign in to comment.