Skip to content

Commit d2724dc

Browse files
Merge pull request #111 from pratapladhani/feature/update-ai-builder-labs
feat: update Agent Build-A-Thon events to use Agent Builder in M365 lab
2 parents 5657366 + e8d5488 commit d2724dc

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

_data/lab-config.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ legacy_lab_orders:
196196

197197
lab_orders:
198198
event:
199-
agent-buildathon-1day: [100, 120]
199+
agent-buildathon-1day: [140, 120]
200200
agent-buildathon-1month:
201-
- 100
202-
- 210
201+
- 140
203202
- 110
204203
- 120
205204
- 220
@@ -323,17 +322,17 @@ mcs_in_a_day_lab_orders:
323322
4: ask-me-anything-30-mins
324323
5: autonomous-support-agent
325324

325+
agent_buildathon_1day_lab_orders:
326+
1: agent-builder-m365
327+
2: mbr-prep-sharepoint-agent
328+
326329
azure_ai_workshop_lab_orders:
327330
1: dataverse-mcp-connector
328331
2: contract-alerts-azure-ai
329332
3: mcs-byom
330333
4: data-fabric-agent
331334
5: guildhall-custom-mcp
332335

333-
agent_buildathon_1day_lab_orders:
334-
1: agent-builder-web
335-
2: mbr-prep-sharepoint-agent
336-
337336
bootcamp_lab_orders:
338337
1: agent-builder-m365
339338
2: setup-for-success
@@ -345,12 +344,11 @@ bootcamp_lab_orders:
345344
8: data-fabric-agent
346345

347346
agent_buildathon_1month_lab_orders:
348-
1: agent-builder-web
349-
2: agent-builder-sharepoint
350-
3: public-website-agent
351-
4: mbr-prep-sharepoint-agent
352-
5: ask-me-anything
353-
6: autonomous-support-agent
354-
7: autonomous-account-news
355-
8: autonomous-cua
347+
1: agent-builder-m365
348+
2: public-website-agent
349+
3: mbr-prep-sharepoint-agent
350+
4: ask-me-anything
351+
5: autonomous-support-agent
352+
6: autonomous-account-news
353+
7: autonomous-cua
356354

lab-config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,14 @@ events:
381381
agent-buildathon-1day:
382382
title: "🏗️ Agent Build-A-Thon (1 day)"
383383
description: "One-day intensive agent building workshop focused on creating web-based and SharePoint-integrated AI assistants."
384-
lab_order: [agent-builder-web, mbr-prep-sharepoint-agent]
384+
lab_order: [agent-builder-m365, mbr-prep-sharepoint-agent]
385385

386386
agent-buildathon-1month:
387387
title: "🚀 Agent Build-A-Thon (1 month)"
388388
description: "Comprehensive month-long agent development program covering declarative agents, autonomous AI, and enterprise deployment patterns."
389389
lab_order:
390390
[
391-
agent-builder-web,
392-
agent-builder-sharepoint,
391+
agent-builder-m365,
393392
public-website-agent,
394393
mbr-prep-sharepoint-agent,
395394
ask-me-anything,

0 commit comments

Comments
 (0)