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-publish-versions.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
@@ -28,7 +28,7 @@ In this tutorial, you learn how to:
28
28
> * Add a new version to an existing API
29
29
> * Choose a version scheme
30
30
> * Add the version to a product
31
-
> *Browse the developer portal to see the version
31
+
> *View the version in the developer portal
32
32
33
33
:::image type="content" source="media/api-management-get-started-publish-versions/azure-portal.png" alt-text="Screenshot showing API versions in the Azure portal." lightbox="media/api-management-get-started-publish-versions/azure-portal.png":::
34
34
@@ -59,7 +59,7 @@ In the **Create a new API as a version** window, enter the values from the follo
59
59
|---------|---------|---------|
60
60
|**Version identifier**|*v1*| Scheme-specific indicator of the version. For **Path**, the suffix for the API URL path. |
61
61
|**Versioning scheme**|**Path**| The way callers specify the API version.<br/><br/> If you select **Header** or **Query string**, enter another value: the name of the header or query string parameter.<br/><br/> A usage example is displayed. |
62
-
|**Full API version name**|*swagger-petstore-openapi-3-0-v1*| Unique name in your API Management instance.<br/><br/>Because a version is actually a new API that's based on an API's [revision](api-management-get-started-revise-api.md), this setting is the new API's name. |
62
+
|**Full API version name**|*swagger-petstore-openapi-3-0-v1*| Unique name in your API Management instance.<br/><br/>Because a version is actually a new API that's based on an API's [revision](api-management-get-started-revise-api.md), this value is the new API's name. |
63
63
|**Products**|**Unlimited** (provided in some service tiers) | Optionally, one or more products that the API version is associated with. To publish the API, you must associate it with a product. You can also [add the version to a product](#add-the-version-to-a-product) later. |
64
64
65
65
:::image type="content" source="media/api-management-get-started-publish-versions/add-version.png" alt-text="Screenshot showing window to create a new version in the portal." lightbox="media/api-management-get-started-publish-versions/add-version.png":::
@@ -73,7 +73,7 @@ After you create the version, it appears under **Swagger Petstore - OpenAPI 3.0*
73
73
74
74
## Edit a version
75
75
76
-
After you add the version, you can edit and configure it as an API that's separate from the original. Changes to one version don't affect another. For example, if you add or remove API operations, or edit the OpenAPI specification. For more information, see [Edit an API](edit-api.md).
76
+
After you add the version, you can edit and configure it as an API that's separate from the original. Changes to one version don't affect another (for example, if you add or remove API operations, or edit the OpenAPI specification). For more information, see [Edit an API](edit-api.md).
77
77
78
78
## Add the version to a product
79
79
@@ -92,7 +92,7 @@ To add the version to a product:
92
92
93
93
## Use version sets
94
94
95
-
When you create multiple versions, the Azure portal creates a *version set*, which represents a set of versions for a single logical API. If you select the name of an API that has multiple versions, the portal displays its version set. You can customize the name and description of a virtual set.
95
+
When you create multiple versions, the Azure portal creates a *version set*, which represents a set of versions for a single logical API. If you select the name of an API that has multiple versions, the portal displays its version set. You can customize the name and description of a version set.
96
96
97
97
You can interact directly with version sets by using the Azure CLI:
98
98
@@ -116,7 +116,7 @@ az apim api versionset show --resource-group <resource-group-name> \
116
116
117
117
For more information about version sets, see [Versions in Azure API Management](api-management-versions.md#how-versions-are-represented).
118
118
119
-
## Browse the developer portal to see the version
119
+
## View the verstion in the developer portal
120
120
121
121
If you use the [developer portal](api-management-howto-developer-portal-customize.md), you can see API versions there.
0 commit comments