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-management/api-management-get-started-revise-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
31
31
> * Browse the developer portal to see changes and change log
32
32
> * Access an API revision
33
33
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":::
35
35
36
36
## Prerequisites
37
37
@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
47
47
3. Select the **Revisions** tab.
48
48
4. Select **+ Add revision**.
49
49
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.":::
51
51
52
52
> [!TIP]
53
53
> You can also select **Add revision** in the context menu (**...**) of the API.
@@ -71,7 +71,7 @@ In this tutorial, you learn how to:
71
71
1. Set your new operation to **POST**, and the **Display name**, **Name**, and **URL** of the operation as **test**.
72
72
1.**Save** your new operation.
73
73
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.":::
75
75
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**.
76
76
1. Notice that your new operation doesn't appear in **Revision 1**.
77
77
@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
85
85
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.**
86
86
1.**Revision 2** is now current.
87
87
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":::
89
89
90
90
### [Azure CLI](#tab/azure-cli)
91
91
@@ -95,7 +95,7 @@ To begin using Azure CLI:
95
95
96
96
Use this procedure to create and update a release.
97
97
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:
99
99
100
100
```azurecli
101
101
az apim api list --resource-group apim-hello-word-resource-group \
0 commit comments