You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/import-api-management-apis.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ This article shows two options for using the Azure CLI to add APIs to your API c
26
26
27
27
After importing API definitions or APIs from API Management, you can add metadata and documentation in your API center to help stakeholders discover, understand, and consume the API.
Specify an API to import using its name from the API Management instance.
255
253
256
-
In the following command, substitute the names of your API center, your API center's resource group, your API Management instance, and your instance's resource group. In `<api-name>`, specify an API name from the API Management instance.
254
+
In the following command, substitute the names of your API center, your API center's resource group, your API Management instance, and your instance's resource group. Pass an API name such as `petstore-api` using the`--apim-apis` parameter.
> Specify an API name using the API resource name in the API Management instance, not the display name. Example: `petstore-api` instead of `Petstore API`.
Copy file name to clipboardExpand all lines: articles/api-center/includes/install-apic-extension.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ ms.custom: Include file
14
14
> [!NOTE]
15
15
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension can be installed dynamically when you run your first `az apic` command, or you can install the extension manually. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
16
16
>
17
-
> Learn about [updates and breaking changes](https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension) in the latest version of the `apic-extension`.
17
+
> Learn about [updates and changes](https://github.com/Azure/azure-cli-extensions/blob/main/src/apic-extension/HISTORY.rst) in the latest release of the `apic-extension`.
0 commit comments