From d7159f925aaf014567cca4da9c5cd6eaa83695df Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:54:15 -0600 Subject: [PATCH 1/6] Update README.md Change for the Demo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b28158..b78e674 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ That is README.md file and this is required for project overview Make the changes for AI services. +This change is for Demo From e70b8f064c9a632f14ffa4b646216ebbbbce2e35 Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:54:57 -0600 Subject: [PATCH 2/6] Update HelloController.java change for the Demo --- src/main/java/com/example/demo/HelloController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/demo/HelloController.java b/src/main/java/com/example/demo/HelloController.java index 95b88a2..b72d96a 100644 --- a/src/main/java/com/example/demo/HelloController.java +++ b/src/main/java/com/example/demo/HelloController.java @@ -9,7 +9,7 @@ public class HelloController { @RequestMapping("/") String hello() { System.out.println("This is logs"); - return "Hello Azure and Spring Boot! (Production) test"; + return "Hello Azure and Spring Boot! (Production) test for the Demo"; } } From e3bbbf4f87a141a2d53b3893e4d80700a15ea413 Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:54:27 -0600 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b78e674..fa29538 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ That is README.md file and this is required for project overview Make the changes for AI services. -This change is for Demo +I am making this change for the demo From 7e33025ad641d79e84687a70eeca0e406d132de0 Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:55:06 -0600 Subject: [PATCH 4/6] Update HelloController.java --- src/main/java/com/example/demo/HelloController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/demo/HelloController.java b/src/main/java/com/example/demo/HelloController.java index b72d96a..f01f22b 100644 --- a/src/main/java/com/example/demo/HelloController.java +++ b/src/main/java/com/example/demo/HelloController.java @@ -9,7 +9,7 @@ public class HelloController { @RequestMapping("/") String hello() { System.out.println("This is logs"); - return "Hello Azure and Spring Boot! (Production) test for the Demo"; + return "Hello Azure and Spring Boot! (Production) update the content for demo"; } } From e2d09a37845f44650ddbbb290e00b988121c8433 Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:57:53 -0600 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa29538..f3abd3d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ That is README.md file and this is required for project overview Make the changes for AI services. -I am making this change for the demo +This is customer demo From 5fa20c8d193187543bf1d9edbfde80ec64d0b9aa Mon Sep 17 00:00:00 2001 From: Vivek Mishra <122555774+mishravivek-ms@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:58:26 -0600 Subject: [PATCH 6/6] Update HelloController.java --- src/main/java/com/example/demo/HelloController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/demo/HelloController.java b/src/main/java/com/example/demo/HelloController.java index f01f22b..2b492d6 100644 --- a/src/main/java/com/example/demo/HelloController.java +++ b/src/main/java/com/example/demo/HelloController.java @@ -9,7 +9,7 @@ public class HelloController { @RequestMapping("/") String hello() { System.out.println("This is logs"); - return "Hello Azure and Spring Boot! (Production) update the content for demo"; + return "Hello Azure and Spring Boot! (Production) update the content for demo. This Demo is for GH Copilot"; } }