Skip to content

Commit 5771302

Browse files
committed
edits
1 parent fb1e68a commit 5771302

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you learn how to:
2828
> * Add a new version to an existing API
2929
> * Choose a version scheme
3030
> * Add the version to a product
31-
> * Browse the developer portal to see the version
31+
> * View the version in the developer portal
3232
3333
:::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":::
3434

@@ -59,7 +59,7 @@ In the **Create a new API as a version** window, enter the values from the follo
5959
|---------|---------|---------|
6060
|**Version identifier** | *v1* | Scheme-specific indicator of the version. For **Path**, the suffix for the API URL path. |
6161
|**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. |
6363
|**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. |
6464

6565
:::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*
7373
7474
## Edit a version
7575

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).
7777

7878
## Add the version to a product
7979

@@ -92,7 +92,7 @@ To add the version to a product:
9292

9393
## Use version sets
9494

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.
9696

9797
You can interact directly with version sets by using the Azure CLI:
9898

@@ -116,7 +116,7 @@ az apim api versionset show --resource-group <resource-group-name> \
116116

117117
For more information about version sets, see [Versions in Azure API Management](api-management-versions.md#how-versions-are-represented).
118118

119-
## Browse the developer portal to see the version
119+
## View the verstion in the developer portal
120120

121121
If you use the [developer portal](api-management-howto-developer-portal-customize.md), you can see API versions there.
122122

0 commit comments

Comments
 (0)