You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/build-register-apis-vscode-extension.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Learn more about setting up a [GitHub Actions workflow](register-apis-github-act
55
55
56
56
## Generate OpenAPI spec from API code
57
57
58
-
Use the power of GitHub Copilot with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right-click on the API code, select **Copilot** from the options, and select **Generate API documentation**. GitHub Copilot creates an OpenAPI specification file.
58
+
Use the power of [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right-click on the API code, select **Copilot** from the options, and select **Generate API documentation**. GitHub Copilot creates an OpenAPI specification file.
59
59
60
60
> [!NOTE]
61
61
> This feature is available in the pre-release version of the API Center extension.
@@ -66,14 +66,14 @@ After generating the OpenAPI specification file and checking for accuracy, you c
66
66
67
67
## Generate OpenAPI spec using natural language prompts
68
68
69
-
The API Center plugin for GitHub Copilot for Azure helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
69
+
The API Center plugin for [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
70
70
71
71
> [!NOTE]
72
72
> This feature is available in the pre-release version of the API Center extension.
73
73
74
74
1. If desired, set an active API style guide. Use the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette. Type **Azure API Center: Set API Style Guide**, make a selection, and hit **Enter**.
75
75
76
-
If no style guide is set, the default `spectral:oas` ruleset is used.
76
+
If no style guide is set, the default `spectral:oas` ruleset is used.
77
77
1. In the chat panel, make a request in natural language to the `@azure` agent to describe what the API does. Example:
0 commit comments