Skip to content

Commit f34c61f

Browse files
committed
code comments
1 parent 1611352 commit f34c61f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,14 @@ Use the [az apic import-from-apim](/cli/azure/apic#az-apic-import-from-apim) com
233233
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. Use `*` to specify all APIs from the API Management instance.
234234
235235
```azurecli
236+
#! /bin/bash
236237
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
237238
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> \
238239
--apim-apis *
239240
```
240241

241242
```azurecli
242-
#! PowerShell syntax
243+
# PowerShell syntax
243244
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
244245
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> `
245246
--apim-apis *
@@ -255,14 +256,15 @@ Specify an API to import using its name from the API Management instance.
255256
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.
256257

257258
```azurecli
259+
#! /bin/bash
258260
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
259261
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> \
260262
--apim-apis <api-name>
261263
```
262264

263265

264266
```azurecli
265-
#! PowerShell syntax
267+
# PowerShell syntax
266268
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
267269
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> `
268270
--apim-apis <api-name>

0 commit comments

Comments
 (0)