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-versions.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,26 +83,26 @@ You can view and manage version sets directly by using [Azure CLI](/cli/azure/ap
83
83
When you use the Azure portal to enable versioning on an existing API, the following changes are made to your API Management resources:
84
84
85
85
* A new version set is created.
86
-
* The existing version is maintained and [configured as the `Original` API version](#original-versions). The API is linked to the version set but doesn't require a version identifier to be specified.
87
-
* The new version is created as a new API, and is linked to the version set. This new API must be accessed using the versioning scheme and identifier.
86
+
* The existing version is maintained and [configured as the `Original` API version](#original-versions). The API is linked to the version set, but a version identifier doesn't need to be specified.
87
+
* The new version is created as a new API and is linked to the version set. A versioning scheme and identifier must be used to access the new API.
88
88
89
89
## Versions and revisions
90
90
91
-
Versions and revisions are distinct features. Each version can have multiple revisions, just like a non-versioned API. You can use revisions without using versions, or the other way around. Typically versions are used to separate API versions with breaking changes, while revisions can be used for minor and non-breaking changes to an API.
91
+
Versions and revisions are distinct features. Each version can have multiple revisions, just like a non-versioned API. You can use revisions without using versions, or the other way around. Typically, versions are used to separate API versions with breaking changes, while revisions can be used for minor and non-breaking changes to an API.
92
92
93
-
Should you find that your revision has breaking changes, or if you wish to formally turn your revision into a beta/test version, you can create a version from a revision. Using the Azure portal, click the 'Create Version from Revision' on the revision context menu on the Revisions tab.
93
+
If you find that your revision has breaking changes, or if you want to formally turn your revision into a beta/test version, you can create a version from a revision. In the Azure portal, select **Create Version from Revision** on the revision context menu on the **Revisions** tab.
94
94
95
95
## Developer portal
96
96
97
-
The [developer portal](./api-management-howto-developer-portal.md) lists each version of an API separately.
97
+
The [developer portal](./api-management-howto-developer-portal.md) lists each version of an API separately:
98
98
99
-

99
+
:::image type="content" source="media/api-management-versions/portal-list.png" alt-text="Screenshot that shows a list of versioned APIs in the API Management developer portal." lightbox="media/api-management-versions/portal-list.png":::
100
100
101
-
The details of an APIalso show a list of all of the versions of that API. An `Original` version is displayed without a version identifier.
101
+
In the details for an API, you can also see a list of all of the versions of the API. An `Original` version is displayed without a version identifier:
102
102
103
-

103
+
:::image type="content" source="media/api-management-versions/portal-details.png" alt-text="Screenshot that shows an API's details and a list of versions of the API in the API Management developer portal." lightbox="media/api-management-versions/portal-details.png":::
104
104
105
105
> [!TIP]
106
-
> API versions need to be added to a product before they will be visible on the developer portal.
106
+
> You need to add API versions to a product to make them visible in the developer portal.
0 commit comments