Skip to content

Commit 5f341fd

Browse files
Merge pull request #1532 from OfficeDev/v-mfurquan/teamfx-cli-version-update
Updated bicepCliVersion to 0.9.1 in teamsApp.yml file
2 parents bfec218 + 24d3478 commit 5f341fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/bot-proactive-messaging-teamsfx/teamsapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provision:
3030
- path: ./templates/azure/main.bicep # Relative path to this file
3131
parameters: ./templates/azure/azure.parameters.${{TEAMSFX_ENV}}.json # Relative path to this file. Placeholders will be replaced with corresponding environment variable before ARM deployment.
3232
deploymentName: teams_toolkit_deployment # Required when deploy ARM template
33-
bicepCliVersion: v0.4.613 # Teams Toolkit will download this bicep CLI version from github for you, will use bicep CLI in PATH if you remove this config.
33+
bicepCliVersion: v0.9.1 # Teams Toolkit will download this bicep CLI version from github for you, will use bicep CLI in PATH if you remove this config.
3434
- uses: teamsApp/validateManifest # Validate using manifest schema
3535
with:
3636
manifestPath: ./appPackage/manifest.json # Path to manifest template
@@ -89,4 +89,4 @@ publish:
8989
writeToEnvironmentFile:
9090
# Write the information of created resources into environment file for the specified environment variable(s).
9191
publishedAppId: TEAMS_APP_PUBLISHED_APP_ID
92-
projectId: ae7e0236-af43-44f3-a316-2af1b7cac1d6
92+
projectId:

0 commit comments

Comments
 (0)