Skip to content

Commit d4a5ebb

Browse files
authored
Merge pull request #276123 from dlepow/apicext
[APIC] CLI extension install
2 parents c29bd7b + 2189963 commit d4a5ebb

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
lines changed

articles/api-center/enable-api-analysis-linting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ This article provides two options to deploy the linting engine and event subscri
5959
* For Azure CLI:
6060
[!INCLUDE [include](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
6161

62-
> [!NOTE]
63-
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension is installed dynamically when you run your first `az apic` command. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
62+
[!INCLUDE [install-apic-extension](includes/install-apic-extension.md)]
6463

6564
> [!NOTE]
6665
> Azure CLI command examples in this article can run in PowerShell or a bash shell. Where needed because of different variable syntax, separate command examples are provided for the two shells.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ After importing API definitions or APIs from API Management, you can add metadat
3939
* For Azure CLI:
4040
[!INCLUDE [include](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
4141

42-
> [!NOTE]
43-
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension is installed dynamically when you run your first `az apic` command. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
42+
[!INCLUDE [install-apic-extension](includes/install-apic-extension.md)]
4443

4544
> [!NOTE]
4645
> Azure CLI command examples in this article can run in PowerShell or a bash shell. Where needed because of different variable syntax, separate command examples are provided for the two shells.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
services: api-center
5+
author: dlepow
6+
7+
ms.service: api-center
8+
ms.topic: include
9+
ms.date: 05/23/2024
10+
ms.author: danlep
11+
ms.custom: Include file
12+
---
13+
14+
> [!NOTE]
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).g
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
services: api-center
5+
author: dlepow
6+
7+
ms.service: api-center
8+
ms.topic: include
9+
ms.date: 05/02/2024
10+
ms.author: danlep
11+
ms.custom: Include file
12+
---
113
> [!IMPORTANT]
214
> Don't include any sensitive, confidential, or personal information in the titles (names) of metadata you define. These titles are visible in monitoring logs that are used by Microsoft to improve the functionality of the service. However, other metadata details and values are your protected customer data.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ This article shows how to use [`az apic api`](/cli/azure/apic/api) commands in t
2323
* For Azure CLI:
2424
[!INCLUDE [include](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
2525

26-
> [!NOTE]
27-
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension is installed dynamically when you run your first `az apic` command. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
26+
[!INCLUDE [install-apic-extension](includes/install-apic-extension.md)]
2827

2928
## Register API, API version, and definition
3029

articles/api-center/set-up-api-center-azure-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ms.author: danlep
1717
* For Azure CLI:
1818
[!INCLUDE [include](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
1919

20-
> [!NOTE]
21-
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension is installed dynamically when you run your first `az apic` command. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
20+
[!INCLUDE [install-apic-extension](includes/install-apic-extension.md)]
2221

2322
## Register the Microsoft.ApiCenter provider
2423

0 commit comments

Comments
 (0)