From 25988d65262c06d7879b50f50b7d24d46e1a3380 Mon Sep 17 00:00:00 2001 From: waldekmastykarz Date: Thu, 17 Oct 2024 13:00:16 +0200 Subject: [PATCH] Fixes image URL in card data file --- samples/da-ristorante-api/README.md | 1 + samples/da-ristorante-api/assets/sample.json | 2 +- samples/da-ristorante-api/cards/dish.data.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/da-ristorante-api/README.md b/samples/da-ristorante-api/README.md index d405c5c..86f41bf 100644 --- a/samples/da-ristorante-api/README.md +++ b/samples/da-ristorante-api/README.md @@ -23,6 +23,7 @@ This sample illustrates the following concepts: Version|Date|Comments -------|----|-------- +1.1|October 17, 2024|Fixed image URL in card data file 1.0|October 15, 2024|Initial release ## Prerequisites diff --git a/samples/da-ristorante-api/assets/sample.json b/samples/da-ristorante-api/assets/sample.json index 7e5387b..1a99286 100644 --- a/samples/da-ristorante-api/assets/sample.json +++ b/samples/da-ristorante-api/assets/sample.json @@ -10,7 +10,7 @@ "This sample demonstrates how to build a declarative agent for Microsoft 365 Copilot that allows you to browse a menu of a local Italian restaurant and place an order. The agent uses an API plugin to connect to an anonymous API. The project contains an Azure Function that serves as the API." ], "creationDateTime": "2024-10-15", - "updateDateTime": "2024-10-15", + "updateDateTime": "2024-10-17", "products": [ "Microsoft 365 Copilot" ], diff --git a/samples/da-ristorante-api/cards/dish.data.json b/samples/da-ristorante-api/cards/dish.data.json index 4a0afc9..59b300a 100644 --- a/samples/da-ristorante-api/cards/dish.data.json +++ b/samples/da-ristorante-api/cards/dish.data.json @@ -2,7 +2,7 @@ "id": 4, "name": "Caprese Salad", "description": "Juicy vine-ripened tomatoes, fresh mozzarella, and fragrant basil leaves, drizzled with extra virgin olive oil and a touch of balsamic.", - "image_url": "https://dq8hgz36.euw.devtunnels.ms:8080/caprese_salad.jpeg", + "image_url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/main/samples/da-ristorante-api/assets/caprese_salad.jpeg", "price": 10.5, "allergens": [ "dairy"