Skip to content

Commit 1d5c3b4

Browse files
committed
cross-links
1 parent ee028ef commit 1d5c3b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/api-center/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
href: import-api-management-apis.md
4141
- name: Build and register APIs - VS Code extension
4242
href: use-vscode-extension.md
43+
- name: Register APIs using GitHub Actions
44+
href: register-apis-github-actions.md
4345
- name: API governance
4446
items:
4547
- name: Use metadata for governance

articles/api-center/manage-apis-azure-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.service: api-center
66
ms.custom: devx-track-azurecli
77
ms.topic: how-to
8-
ms. date: 06/28/2024
8+
ms.date: 06/28/2024
99
ms.author: danlep
1010
# Customer intent: As an API program manager, I want to automate processes to register and update APIs in my Azure API center.
1111
---
@@ -115,7 +115,7 @@ az apic api register --resource-group myResourceGroup \
115115

116116
* The command sets the API properties such as name and type from values in the definition file.
117117
* By default, the command sets the API's **Lifecycle stage** to *design*.
118-
* It creates a default API version named *1-0-0* and a default definition named according to the specification format (for example, *openapi*).
118+
* It creates an API version named according to the `version` property in the API definition (or *1-0-0* by default), and an API definition named according to the specification format (for example, *openapi*).
119119

120120
After registering an API, you can update the API's properties by using the [az apic api update](/cli/azure/apic/api#az_apic_api_update), [az apic api version update](/cli/azure/apic/api/version#az_apic_api_version_update), and [az apic api definition update](/cli/azure/apic/api/definition#az_apic_api_definition_update) commands.
121121

@@ -136,3 +136,4 @@ To delete individual API versions and definitions, use [az apic api version dele
136136
* See the [Azure CLI reference for Azure API Center](/cli/azure/apic) for a complete command list, including commands to manage [environments](/cli/azure/apic/environment), [deployments](/cli/azure/apic/api/deployment), [metadata schemas](/cli/azure/apic/metadata), and [services](/cli/azure/apic).
137137
* [Import APIs to your API center from API Management](import-api-management-apis.md)
138138
* [Use the Visual Studio extension for API Center](use-vscode-extension.md) to build and register APIs from Visual Studio Code.
139+
* [Register APIs in your API center using GitHub Actions](register-apis-github-actions.md)

0 commit comments

Comments
 (0)