Skip to content

Commit c3791eb

Browse files
authored
[All Hosts] (copilot) misleading 'auth' property warning (#5307)
* [All Hosts] (copilot) misleading 'auth' property warnting * rename file
1 parent 2b6f9e7 commit c3791eb

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/design/agent-and-add-in-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Combine Copilot Agents with Office Add-ins (preview)
33
description: Get an overview of why and how to combine a Copilot agent with an Office Add-in.
4-
ms.date: 07/15/2025
4+
ms.date: 07/30/2025
55
ms.topic: overview
66
ms.localizationpriority: medium
77
---
@@ -141,6 +141,8 @@ The agent configuration file includes instructions for the agent and specifies o
141141
}
142142
```
143143

144+
[!INCLUDE [Validation warning about missing 'auth' property](../includes/auth-property-warning-note.md)]
145+
144146
The reference documentation for declarative agents is at [Declarative agent schema 1.4 for Microsoft 365 Copilot](/microsoft-365-copilot/extensibility/declarative-agent-manifest-1.4).
145147

146148
### Copilot API plug-in configuration

docs/develop/agent-and-add-in.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a Copilot agent to an add-in
33
description: Learn how to add a Copilot agent to an add-in.
4-
ms.date: 07/24/2025
4+
ms.date: 07/30/2025
55
ms.topic: how-to
66
ms.service: microsoft-365
77
ms.localizationpriority: medium
@@ -191,6 +191,8 @@ The runtime object should look similar to the following. There may be other prop
191191
}
192192
```
193193

194+
[!INCLUDE [Validation warning about missing 'auth' property](../includes/auth-property-warning-note.md)]
195+
194196
1. *Replace the property values with new values that are appropriate for your add-in.* For more information about these properties, see [Declarative agent manifest object](/microsoft-365-copilot/extensibility/declarative-agent-manifest-1.2#declarative-agent-manifest-object).
195197

196198
> [!NOTE]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> [!NOTE]
2+
> You may get a validation error from the plugin JSON that says you need an "auth" property. You should ignore this error. Your agent will work fine without that property.

docs/quickstarts/agent-and-add-in-quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first add-in as a Copilot skill
33
description: Learn how to build a simple Copilot agent that has an Excel add-in as a skill.
4-
ms.date: 07/24/2025
4+
ms.date: 07/30/2025
55
ms.topic: how-to
66
ms.service: microsoft-365
77
ms.localizationpriority: high
@@ -166,6 +166,8 @@ Add the agent with the following steps.
166166
}
167167
```
168168

169+
[!INCLUDE [Validation warning about missing 'auth' property](../includes/auth-property-warning-note.md)]
170+
169171
1. Open the **\src\commands\commands.ts** file and add the following code the end of it.
170172

171173
```javascript

0 commit comments

Comments
 (0)