From 4a408f74cc6361af854142c8092b3ffd2ce83add Mon Sep 17 00:00:00 2001 From: Copilot Date: Fri, 4 Sep 2026 09:15:00 +0200 Subject: [PATCH 1/3] No need to provision a GHC license --- .../07_Fraud_Intelligence/labautomation/lab-defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json b/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json index b93d4e2c9..01cf9d042 100644 --- a/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json +++ b/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/MicroHack/refs/heads/main/lab-defaults-schema.json", - "groups": ["GHCPUsers"], + "groups": [], "deploymentType": "resourcegroup-with-subscriptionowner", "labsPerSubscription": 5, "preferredLocation": "swedencentral", From ed32ea73713264c4d8e14aae4ff720042744081f Mon Sep 17 00:00:00 2001 From: Copilot Date: Fri, 4 Sep 2026 09:23:50 +0200 Subject: [PATCH 2/3] Added new models that are now part of chat model for foundry iq --- .../01-04-AI/07_Fraud_Intelligence/challenges/challenge-03.md | 2 +- .../walkthrough/challenge-03/solution-03.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03-Azure/01-04-AI/07_Fraud_Intelligence/challenges/challenge-03.md b/03-Azure/01-04-AI/07_Fraud_Intelligence/challenges/challenge-03.md index 8343705de..5a003fdef 100644 --- a/03-Azure/01-04-AI/07_Fraud_Intelligence/challenges/challenge-03.md +++ b/03-Azure/01-04-AI/07_Fraud_Intelligence/challenges/challenge-03.md @@ -52,7 +52,7 @@ After the resource is created, select **Create a knowledge base** and set the fo - **Name**: kb-aml - **Description**: Synthetic AML / CFT / KYC corpus for Fraud Intelligence -- **Chat completion model**: gpt-5-mini +- **Chat completion model**: gpt-5-mini (or gpt-5.4-mini, new models are being added/delete to/from this configuration section) - **Retrieval reasoning effort**: Minimal - **Output mode**: Extractive data - **Retrieval instructions**: You have to always retrieve first the global policies and rules. diff --git a/03-Azure/01-04-AI/07_Fraud_Intelligence/walkthrough/challenge-03/solution-03.md b/03-Azure/01-04-AI/07_Fraud_Intelligence/walkthrough/challenge-03/solution-03.md index dd7ec52e5..bfaa60577 100644 --- a/03-Azure/01-04-AI/07_Fraud_Intelligence/walkthrough/challenge-03/solution-03.md +++ b/03-Azure/01-04-AI/07_Fraud_Intelligence/walkthrough/challenge-03/solution-03.md @@ -52,7 +52,7 @@ After the resource is created, select **Create a knowledge base** and set the fo - **Name**: kb-aml - **Description**: Synthetic AML / CFT / KYC corpus for Fraud Intelligence -- **Chat completion model**: gpt-5-mini +- **Chat completion model**: gpt-5-mini (or gpt-5.4-mini, new models are being added/delete to/from this configuration section) - **Retrieval reasoning effort**: Minimal - **Output mode**: Extractive data - **Retrieval instructions**: You have to always retrieve first the global policies and rules. From def3bc6568902cf60975e4c00538d408c87bffde Mon Sep 17 00:00:00 2001 From: Copilot Date: Fri, 4 Sep 2026 10:15:07 +0200 Subject: [PATCH 3/3] GHCPUsers is back as otherwise I dont have access to GHE --- .../07_Fraud_Intelligence/labautomation/lab-defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json b/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json index 01cf9d042..b93d4e2c9 100644 --- a/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json +++ b/03-Azure/01-04-AI/07_Fraud_Intelligence/labautomation/lab-defaults.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/MicroHack/refs/heads/main/lab-defaults-schema.json", - "groups": [], + "groups": ["GHCPUsers"], "deploymentType": "resourcegroup-with-subscriptionowner", "labsPerSubscription": 5, "preferredLocation": "swedencentral",