Skip to content

Commit 91c9d90

Browse files
authored
Adding "az apic " to the "import-from-apim" examples
1 parent 3a22913 commit 91c9d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ In the following command, substitute the names of your API center, your API cent
255255

256256
```azurecli
257257
#! /bin/bash
258-
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
258+
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
259259
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> \
260260
--apim-apis 'petstore-api'
261261
```
262262

263263

264264
```azurecli
265265
# PowerShell syntax
266-
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
266+
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
267267
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> `
268268
--apim-apis 'petstore-api'
269269
```

0 commit comments

Comments
 (0)