From 3a0ef4d49cafda4e04fe468b10fa1102d228612c Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Thu, 24 Sep 2026 14:30:19 +0100 Subject: [PATCH] Deprecate Ruby on Rails Graph sample Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f37be5c9-0d16-4be3-8ffa-07026d760680 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 132aefb..90ddb28 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ languages: # Microsoft Graph sample Ruby on Rails app +> [!IMPORTANT] +> **This sample is deprecated and is no longer maintained.** The Microsoft Graph tutorial on which it was based has been removed. For current authentication examples, use the [Microsoft identity platform code sample catalog](https://learn.microsoft.com/entra/identity-platform/sample-v2-code) and the current [Microsoft Graph tutorials](https://learn.microsoft.com/graph/tutorials). + [![Ruby](https://github.com/microsoftgraph/msgraph-sample-rubyrailsapp/actions/workflows/ruby.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-sample-rubyrailsapp/actions/workflows/ruby.yml) ![License.](https://img.shields.io/badge/license-MIT-green.svg) This sample demonstrates how to use the Microsoft Graph REST API to access data in Office 365 from Ruby on Rails apps.