Skip to content

Commit 8c31580

Browse files
author
gitName
committed
edit
1 parent 28a83d5 commit 8c31580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-center/build-register-apis-vscode-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom:
1616
API developers in your organization can build and register APIs in your [API center](overview.md) inventory by using the Azure API Center extension for Visual Studio Code. API developers can:
1717

1818
* Add an existing API to an API center as a one-time operation, or integrate a development pipeline to register APIs as part of a CI/CD workflow.
19-
* Generate new OpenAPI specification files from API code using GitHub Copilot, or using natural language prompts with GitHub Copilot for Azure (the `@azure` extension). Then, register new APIs to an API center.
19+
* Generate new OpenAPI specs from API code using GitHub Copilot, or from natural language prompts using GitHub Copilot for Azure. Then, register new APIs to an API center.
2020

2121
API developers can also take advantage of features in the extension to [discover and consume APIs](discover-apis-vscode-extension.md) in the API center and ensure [API governance](govern-apis-vscode-extension.md).
2222

@@ -76,7 +76,7 @@ GitHub Copilot for Azure combined with the Azure API Center extension for Visual
7676
1. In the chat panel, make a request in natural language to the `@azure` agent to describe what the API does. Example:
7777

7878
```vscode
79-
@azure Generate OpenAPI spec: Generate OpenAPI spec: An API that allows customers to pay for an order using various payment methods such as cash, checks, credit cards, and debit cards.
79+
@azure Generate OpenAPI spec: Generate OpenAPI spec: An API that allows customers to pay for an order using various payment methods such as cash, checks, credit cards, and debit cards .
8080
```
8181
8282
The agent responds with an OpenAPI specification document.

0 commit comments

Comments
 (0)