Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[TypeScript][Skill] Add manifest endpoint #3601

Conversation

Batta32
Copy link
Collaborator

@Batta32 Batta32 commented Aug 4, 2020

Fixes #3600

Purpose

What is the context of this pull request? Why is it being done?
The TypeScript Skill is not displaying its manifests via endpoint.

Changes

Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)
We added the endpoint /manifest/<manifest file> in the Skill's index.ts file to handle the manifest requests. Also, we replicated the changes on the Skill generator's temaplate

Tests

Is this covered by existing tests or new ones? If no, why not?
We tested the change manually and worked as expected.

Feature Plan

Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.
-

Checklist

General

  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the appropriate tests
  • I have updated related documentation

@lauren-mills lauren-mills merged commit b733d7c into microsoft:next Jun 2, 2021
@pr-triage pr-triage bot added the PR: merged label Jun 2, 2021
@Batta32 Batta32 deleted the feature/southworks/add-manifest-endpoint-typescript branch June 2, 2021 22:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Language: Typescript This issue is specifically related to C# implementations. PR: merged PR: reviewed-approved PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TypeScript][Skill] Manifest is not displayed via endpoint
5 participants