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: documentation/development-docs/design-guidelines/managed-identity-best-practices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ autorest.powershell is unable to transform IdentityType as the best practice des
67
67
- Include a customization script to transform the parameter IdentityType to EnableSystemAssignedIdentity by `get` + `patch` update for this type of operation. The following are the detailed steps on how to accomplish this.
68
68
- disable transformation for the operation which reported error in README.md by
69
69
```
70
-
disable-transform-identity-type-for-operation
70
+
disable-transform-identity-type-for-operation:
71
71
- Operation_id
72
72
```
73
73
- hide the corresponding Update cmdlet in directive by
0 commit comments