Skip to content

Commit 8cb82a8

Browse files
committed
typos
1 parent 98e5c60 commit 8cb82a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/api-center/import-api-management-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can register a new API in your API center from the exported definition by us
9191
The following example registers an API in the *myAPICenter* API center from a local OpenAPI definition file named *definitionFile.json*.
9292

9393
```azurecli
94-
az apic api register --resource-group myResourceGroup --service myAPICenter --api-location "/path/to/definitionFile.json
94+
az apic api register --resource-group myResourceGroup --service myAPICenter --api-location "/path/to/definitionFile.json"
9595
```
9696

9797
### Import API definition to an existing API in your API center

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ To delete individual API versions and definitions, use [az apic api version dele
136136

137137
## Related content
138138

139-
* 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-schema), and [services](/cli/azure/apic/service).
139+
* 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/service).
140140
* [Import APIs to your API center from API Management](import-api-management-apis.md)
141141
* [Use the Visual Studio extension for API Center](use-vscode-extension.md) to build and register APIs from Visual Studio Code.

0 commit comments

Comments
 (0)