Skip to content

Commit 1905db6

Browse files
authored
Update managed-identity-best-practices.md (#26139)
1 parent fe30631 commit 1905db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/development-docs/design-guidelines/managed-identity-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ autorest.powershell is unable to transform IdentityType as the best practice des
6767
- 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.
6868
- disable transformation for the operation which reported error in README.md by
6969
```
70-
disable-transform-identity-type-for-operation
70+
disable-transform-identity-type-for-operation:
7171
- Operation_id
7272
```
7373
- hide the corresponding Update cmdlet in directive by

0 commit comments

Comments
 (0)