Skip to content

Commit

Permalink
docs: add changelog and readme for data plane (#241)
Browse files Browse the repository at this point in the history
* docs: add changelog and readme for data plane

* docs: update

* docs: update

* docs: update
  • Loading branch information
wenytang-ms authored Sep 19, 2024
1 parent e8c2cdd commit e2f6958
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

> Note: This changelog only includes the changes for the pre-release versions of Azure API Center for Visual Studio Code. For the changelog of stable versions, please refer to the [Changelog of Azure API Center for Visual Studio Code](https://github.com/microsoft/vscode-azureapicenter/blob/main/CHANGELOG.md).
### September 9, 2024
* Add Platform API Catalog to Azure API Center:
* Connect to An Existing API Center from UI, Command Palette or DeepLink
* View and List all the APIs, Versions, Definitions
* Export API, Generate API Client, Generate Markdown, Open API Document from API Definitions
* Sign In and Sign Out from Platform API Catalog
* Disconnect to Platform API Catalog
* Search APIs from Platform API Catalog

### August 19, 2024

* Manage API Analysis for Azure API Center:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Ensure that new API versions don't break API consumers with breaking change dete

![Generate Open API specification](./media/generate-api-documentation.gif)

### [[Pre-Release]](#pre-release) Platform API Catalog
![[data-view]](./media/add-data-api.gif)

### Discover

Find the right API, fast from your organization's hand-crafted API catalog with API Center.
Expand Down
Binary file added media/add-data-api.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"azure-api-center.chatParticipants.apicenter.commands.find.description": "Find an API given a search query.",
"azure-api-center.commands.apiCenterWorkspace.collapse.title": "Collapse",
"azure-api-center.views.api-center-treeview.controlplane.title": "Azure API Center",
"azure-api-center.views.api-center-treeview.dataplane.title": "API Center Data View",
"azure-api-center.views.api-center-treeview.dataplane.title": "Platform API Catalog",
"azure-api-center.commands.apiCenterWorkspace.addApis.title": "Connect to an API Center",
"azure-api-center.commands.apiCenterWorkspace.removeApis.title": "Disconnect from API Center"
}

0 comments on commit e2f6958

Please sign in to comment.