Skip to content

Commit 10e81b0

Browse files
authored
Merge pull request #275668 from dlepow/apiccp
[APIC] Redirect extension copilot article
2 parents cffb619 + 5f5948c commit 10e81b0

File tree

8 files changed

+33
-80
lines changed

8 files changed

+33
-80
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@
12371237
"redirection_files": [
12381238
".openpublishing.redirection.active-directory.json",
12391239
".openpublishing.redirection.ansible.json",
1240+
".openpublishing.redirection.api-center.json",
12401241
".openpublishing.redirection.api-management.json",
12411242
".openpublishing.redirection.app-service.json",
12421243
".openpublishing.redirection.asc-for-iot.json",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/api-center/use-vscode-extension-copilot.md",
5+
"redirect_url": "/azure/api-center/use-vscode-extension",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

articles/api-center/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
items:
5151
- name: Self-host Azure API Center portal
5252
href: enable-api-center-portal.md
53-
- name: Discover APIs with GitHub Copilot Chat
54-
href: use-vscode-extension-copilot.md
5553
- name: API center management and operations
5654
items:
5755
- name: Reliability

articles/api-center/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ landingContent:
6969
links:
7070
- text: Self-host Azure API Center portal
7171
url: enable-api-center-portal.md
72-
- text: Discover APIs with GitHub Copilot Chat
73-
url: use-vscode-extension-copilot.md
140 KB
Loading

articles/api-center/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create and use an API center for the following:
3939

4040
* **API governance** - Organize and filter APIs and related resources using built-in and custom metadata, to help with API governance and discovery by API consumers. Set up linting and analysis to enforce API definition quality.
4141

42-
* **API discovery and reuse** - Enable developers and API program managers to discover APIs via the Azure portal, an API Center portal, and developer tools including a [Visual Studio Code extension](use-vscode-extension.md) integrated with GitHub Copilot​.
42+
* **API discovery and reuse** - Enable developers and API program managers to discover APIs via the Azure portal, an API Center portal, and developer tools including a [Visual Studio Code extension](use-vscode-extension.md)​.
4343

4444
For more about the entities you can manage and the capabilities in Azure API Center, see [Key concepts](key-concepts.md).
4545

articles/api-center/use-vscode-extension-copilot.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

articles/api-center/use-vscode-extension.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Interact with API inventory using VS Code extension
3-
description: Build, discover, try, and consume APIs from your Azure API center using the Azure API Center extension for Visual Studio Code (preview)
3+
description: Build, discover, try, and consume APIs from your Azure API center using the Azure API Center extension for Visual Studio Code.
44
author: dlepow
55
ms.service: api-center
66
ms.topic: how-to
7-
ms.date: 04/23/2024
7+
ms.date: 05/17/2024
88
ms.author: danlep
99
ms.custom:
1010
# Customer intent: As a developer, I want to use my Visual Studio Code environment to build, discover, try, and consume APIs in my organization's API center.
1111
---
1212

13-
# Get started with the Azure API Center extension for Visual Studio Code (preview)
13+
# Get started with the Azure API Center extension for Visual Studio Code
1414

1515
To build, discover, try, and consume APIs in your [API center](overview.md), you can use the Azure API Center extension in your Visual Studio Code development environment:
1616

@@ -24,9 +24,6 @@ To build, discover, try, and consume APIs in your [API center](overview.md), you
2424

2525
> [!VIDEO https://www.youtube.com/embed/62X0NALedCc]
2626
27-
> [!NOTE]
28-
> The Azure API Center extension for Visual Studio Code is in preview. Learn more about the [extension preview](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center).
29-
3027
## Prerequisites
3128

3229
* One or more API centers in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](set-up-api-center.md).
@@ -139,7 +136,24 @@ The client is generated.
139136

140137
For details on using the Kiota extension, see [Microsoft Kiota extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-graph.kiota).
141138

142-
## Related content
139+
## Export API specification
140+
141+
You can export an API specification from a definition and then download it as a file.
142+
143+
To export a specification in the extension's tree view:
144+
145+
1. Expand the API Center tree view to show an API definition.
146+
1. Right-click on the definition, and select **Export API**. A new tab appears that renders an API specification document.
147+
148+
:::image type="content" source="media/use-vscode-extension/export-specification.png" alt-text="Screenshot of exporting API specification in Visual Studio Code." lightbox="media/use-vscode-extension/export-specification.png":::
149+
150+
You can also export a specification using the Command Palette:
151+
152+
1. Type the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette.
153+
1. Select **Azure API Center: Export API**.
154+
1. Make selections to navigate to an API definition. A new tab appears that renders an API specification document.
155+
156+
## Related content
143157

144158
* [Azure API Center - key concepts](key-concepts.md)
145-
* [Discover APIs with GitHub Copilot Chat and Azure API Center extension for Visual Studio Code](use-vscode-extension-copilot.md)
159+

0 commit comments

Comments
 (0)