Skip to content

Commit d5dd8a4

Browse files
author
gitName
committed
broken links
1 parent cdb44eb commit d5dd8a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/api-center/enable-platform-api-catalog-vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
This article shows how to provide enterprise developers access to the Azure API Center platform API catalog (preview) in the Visual Studio Code extension for [Azure API Center](overview.md). Using the platform API catalog, developers can discover APIs in your Azure API center, view API definitions, and optionally generate API clients when they don't have access to manage the API center itself or add APIs to the inventory. Access to the platform API catalog is managed using Microsoft Entra ID and Azure role-based access control.
1616

1717
> [!TIP]
18-
> API developers with access to manage an Azure API center can use additional Visual Studio Code extension features to [register](build-register-apis-vscode-extension.md), [govern](govern-apis-vscode-extension.md), and [discover](di) APIs.
18+
> API developers with access to manage an Azure API center can use additional Visual Studio Code extension features to [register](build-register-apis-vscode-extension.md), [govern](govern-apis-vscode-extension.md), and [discover](discover-apis-vscode-extension.md) APIs.
1919
2020
## Prerequisites
2121

articles/api-center/govern-apis-vscode-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To ensure design conformance with organizational standards as you build APIs, th
3737

3838
Once an active API style guide is set, opening any OpenAPI or AsyncAPI-based specification file triggers a local linting operation in Visual Studio Code. Results are displayed both inline in the editor and in the Problems window (**View** > **Problems** or **Ctrl+Shift+M**).
3939

40-
:::image type="content" source="media/govern-apis-vscode-extension/local-linting.png" alt-text="Screenshot of local-linting in Visual Studio Code." lightbox="media/build-register-apis-vscode-extension/local-linting.png":::
40+
:::image type="content" source="media/govern-apis-vscode-extension/local-linting.png" alt-text="Screenshot of local-linting in Visual Studio Code." lightbox="media/govern-apis-vscode-extension/local-linting.png":::
4141

4242
## Breaking change detection
4343

@@ -49,7 +49,7 @@ When introducing new versions of your API, it's important to ensure that changes
4949

5050
Visual Studio Code opens a diff view between the two API specifications. Any breaking changes are displayed both inline in the editor and in the Problems window (**View** > **Problems** or **Ctrl+Shift+M**).
5151

52-
:::image type="content" source="media/govern-apis-vscode-extension/breaking-changes.png" alt-text="Screenshot of breaking changes detected in Visual Studio Code." lightbox="media/build-register-apis-vscode-extension/breaking-changes.png":::
52+
:::image type="content" source="media/govern-apis-vscode-extension/breaking-changes.png" alt-text="Screenshot of breaking changes detected in Visual Studio Code." lightbox="media/govern-apis-vscode-extension/breaking-changes.png":::
5353

5454

5555
## Related content

0 commit comments

Comments
 (0)