You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: samples/bot-proactive-messaging-teamsfx/teamsapp.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ provision:
30
30
- path: ./templates/azure/main.bicep # Relative path to this file
31
31
parameters: ./templates/azure/azure.parameters.${{TEAMSFX_ENV}}.json # Relative path to this file. Placeholders will be replaced with corresponding environment variable before ARM deployment.
32
32
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.
34
34
- uses: teamsApp/validateManifest # Validate using manifest schema
35
35
with:
36
36
manifestPath: ./appPackage/manifest.json # Path to manifest template
@@ -89,4 +89,4 @@ publish:
89
89
writeToEnvironmentFile:
90
90
# Write the information of created resources into environment file for the specified environment variable(s).
0 commit comments