Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09babd1

Browse files
committedJan 19, 2022
(#1888284) Add warning about editing a non-current revision
1 parent 989dc72 commit 09babd1

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed
 

‎articles/api-management/api-management-revisions.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,20 @@ When you create a revision, you can set a description for your own tracking purp
5252

5353
When you set a revision as current you can also optionally specify a public change log note. The change log is included in the developer portal for your API users to view. You can modify your change log note using the `Update-AzApiManagementApiRelease` PowerShell cmdlet.
5454

55-
> [!NOTE]
56-
> Certain API properties such as **Display name** and the **API suffix** can only be updated in the current revision.
55+
> [!CAUTION]
56+
> If you are editing a non-current revision of an API, you cannot change the following properties:
57+
>
58+
> * Name
59+
> * Type
60+
> * Description
61+
> * Subscription required
62+
> * API version
63+
> * API version description
64+
> * Path
65+
> * Protocols
66+
>
67+
> These properties can only be changed in the current revision. If your edits change any of the above
68+
> properties of a non-current revision, the error message `Can't change property for non-current revision` will be displayed.
5769
5870
## Versions and revisions
5971

‎articles/api-management/edit-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ You can update your backbend API from the Azure portal by following these steps:
6060
> * Name
6161
> * Type
6262
> * Description
63-
> * Subscription Required
64-
> * API Version
65-
> * API Version Description
63+
> * Subscription required
64+
> * API version
65+
> * API version description
6666
> * Path
6767
> * Protocols
6868
>

0 commit comments

Comments
 (0)
Please sign in to comment.