From f2ffc01402402a8c0b29a2bd5888f8b8c940b11d Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 28 Jun 2023 11:57:59 -0700 Subject: [PATCH] Fix broken JSDoc tag in microsoft-graph (#65908) --- types/microsoft-graph/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/microsoft-graph/index.d.ts b/types/microsoft-graph/index.d.ts index b989c531b4c05b..2ced9ca1ad32a5 100644 --- a/types/microsoft-graph/index.d.ts +++ b/types/microsoft-graph/index.d.ts @@ -26169,7 +26169,7 @@ export namespace ExternalConnectors { /** * The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not * contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, - * @, #, /, ~, ', ', <, >, `, ^. Required. + * @, #, /, ~, ', ', <, >, `, ^. Required. */ name?: string; /**