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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In this tutorial, you learn how to:
26
26
27
27
> [!div class="checklist"]
28
28
> * Add a new revision
29
-
> * Make non-breaking changes to your revision
29
+
> * Make nonbreaking changes to your revision
30
30
> * Make your revision current and add a change log entry
31
31
> * Browse the developer portal to see changes and change log
32
32
> * Access an API revision
@@ -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.":::
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":::
89
89
90
90
### [Azure CLI](#tab/azure-cli)
91
91
@@ -147,7 +147,8 @@ az apim api release delete --resource-group apim-hello-word-resource-group \
147
147
148
148
If you've tried the [developer portal](api-management-howto-developer-portal-customize.md), you can review the API changes and change log there.
149
149
150
-
1. In the Azure portal, in the left menu, select **APIs**.
150
+
1. In the Azure portal, navigate to your API Management instance.
151
+
1. In the left menu, under **APIs**, select **APIs**.
151
152
1. Select **Developer portal** from the top menu.
152
153
1. In the developer portal, select **APIs**, and then select **Demo Conference API**.
153
154
1. Notice your new **test** operation is now available.
@@ -157,7 +158,7 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
157
158
158
159
## Access an API revision
159
160
160
-
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL, but before the query string, to access a specific revision of that API. For example, you might use this URL to access revision 2 of the Demo Conference API:
161
+
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use this URL to access revision 2 of the Demo Conference API:
0 commit comments