Skip to content

Commit 881f3a2

Browse files
authored
Merge pull request #14625 from HuihuiWu-Microsoft/fix-template-indention
fix: template indention
2 parents 13a0a87 + d7ae0dd commit 881f3a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/csharp/custom-copilot-assistant-assistants-api/m365agents.local.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ provision:
4848
BOT_ID: ${{BOT_ID}}
4949
BOT_PASSWORD: ${{SECRET_BOT_PASSWORD}}
5050
BOT_TENANT_ID: ${{TEAMS_APP_TENANT_ID}}
51-
BOT_TYPE: 'SingleTenant'
51+
BOT_TYPE: 'SingleTenant'
5252

5353
{{#useOpenAI}}
5454
OpenAI:

templates/csharp/custom-copilot-basic/m365agents.local.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ provision:
4646
{{/isNewProjectTypeEnabled}}
4747
content:
4848
BOT_TENANT_ID: ${{TEAMS_APP_TENANT_ID}}
49-
BOT_TYPE: 'SingleTenant'
49+
BOT_TYPE: 'SingleTenant'
5050
BOT_ID: ${{BOT_ID}}
5151
BOT_PASSWORD: ${{SECRET_BOT_PASSWORD}}
5252
{{#useOpenAI}}

templates/csharp/custom-copilot-rag-azure-ai-search/m365agents.local.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ provision:
4646
{{/isNewProjectTypeEnabled}}
4747
content:
4848
BOT_TENANT_ID: ${{TEAMS_APP_TENANT_ID}}
49-
BOT_TYPE: 'SingleTenant'
49+
BOT_TYPE: 'SingleTenant'
5050
BOT_ID: ${{BOT_ID}}
5151
BOT_PASSWORD: ${{SECRET_BOT_PASSWORD}}
5252
{{#useOpenAI}}

0 commit comments

Comments
 (0)