fix(yaml): correctly quote description fields in skills registry

This commit is contained in:
sck_0
2026-02-20 21:40:10 +01:00
parent 210038ea04
commit f40869df53
426 changed files with 488 additions and 425 deletions

View File

@@ -1,6 +1,6 @@
---
name: azure-messaging-webpubsub-java
description: Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.
description: "Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications."
package: com.azure:azure-messaging-webpubsub
---