Skip to content

Commit 5bb4d16

Browse files
author
gitName
committed
fix paths
1 parent f91e47d commit 5bb4d16

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

articles/api-management/api-management-get-started-revise-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
3131
> * Browse the developer portal to see changes and change log
3232
> * Access an API revision
3333
34-
:::image type="content" source="media/api-management-getstarted-revise-api/azure-portal.png" alt-text="Screenshot of API revisions in the Azure portal." lightbox="media/api-management-getstarted-revise-api/azure-portal.png":::
34+
:::image type="content" source="media/api-management-get-started-revise-api/azure-portal.png" alt-text="Screenshot of API revisions in the Azure portal." lightbox="media/api-management-get-started-revise-api/azure-portal.png":::
3535

3636
## Prerequisites
3737

@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
4747
3. Select the **Revisions** tab.
4848
4. Select **+ Add revision**.
4949

50-
:::image type="content" source="media/api-management-getstarted-revise-api/07-add-revisions-01-add-new-revision.png" alt-text="Screenshot of adding an API revision in the portal.":::
50+
:::image type="content" source="media/api-management-get-started-revise-api/07-add-revisions-01-add-new-revision.png" alt-text="Screenshot of adding an API revision in the portal.":::
5151

5252
> [!TIP]
5353
> You can also select **Add revision** in the context menu (**...**) of the API.
@@ -71,7 +71,7 @@ In this tutorial, you learn how to:
7171
1. Set your new operation to **POST**, and the **Display name**, **Name**, and **URL** of the operation as **test**.
7272
1. **Save** your new operation.
7373

74-
:::image type="content" source="media/api-management-getstarted-revise-api/07-add-revisions-02-make-changes.png" alt-text="Screenshot showing how to add an operation in a revision in the portal.":::
74+
:::image type="content" source="media/api-management-get-started-revise-api/07-add-revisions-02-make-changes.png" alt-text="Screenshot showing how to add an operation in a revision in the portal.":::
7575
1. You've now made a change to **Revision 2**. Use the **revision selector** near the top of the page to switch back to **Revision 1**.
7676
1. Notice that your new operation doesn't appear in **Revision 1**.
7777

@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
8585
1. Select the **Post to Public Change log for this API** checkbox, if you want to post notes about this change. Provide a description for your change that the developers can see, for example: **Testing revisions. Added new "test" operation.**
8686
1. **Revision 2** is now current.
8787

88-
:::image type="content" source="media/api-management-getstarted-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal." lightbox="media/api-management-getstarted-revise-api/revisions-menu.png":::
88+
:::image type="content" source="media/api-management-get-started-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal." lightbox="media/api-management-get-started-revise-api/revisions-menu.png":::
8989

9090
### [Azure CLI](#tab/azure-cli)
9191

@@ -95,7 +95,7 @@ To begin using Azure CLI:
9595

9696
Use this procedure to create and update a release.
9797

98-
1. Run the [az apim api list](/cli/azure/apim/api#az-apim-api-list) command to see your API IDs:
98+
1. Run the [az api list](/cli/azure/apim/api#az-apim-api-list) command to see your API IDs:
9999

100100
```azurecli
101101
az apim api list --resource-group apim-hello-word-resource-group \

0 commit comments

Comments
 (0)