diff --git a/docs/features-of-v4.md b/docs/features-of-v4.md index cd2965a0..03132d3b 100644 --- a/docs/features-of-v4.md +++ b/docs/features-of-v4.md @@ -153,7 +153,7 @@ To determine whether a cmdlet is intended for creation or update, we follow the In autorest.powershell v4, IdentityType and UserAssignedIdentity are generated to align our best practice design. As a result, generated cmdlets will have changes as below. -- For IdentityType, it will be changed to EnableSystemAssignedIdentity\ for new-* cmdlet and EnableSystemAssignedIdentity\ for update-* cmdlet. +- For IdentityType, it will be changed to EnableSystemAssignedIdentity\ for new-* cmdlet and EnableSystemAssignedIdentity\ for update-* cmdlet. Please notice that this change in update-* cmdlet will use GET+PUT operation instead of PATCH operation to update object and can't be disabled by `disable-getput: true`. - For UserAssignedIdentity, it will be changed from UserAssignedIdentity\ to UserAssignedIdentity\. ## Implemented retry policy