Skip to content

Commit

Permalink
feat(mgmt): auto-add rp prefix to Severity (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
archerzz authored Oct 16, 2024
1 parent 64982a0 commit 6835b74
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ internal class InputCommonSingleWordModelTransformer
"PrivateLinkServiceConnectionStateProperty",
// internal, but could be public in the future, also make the names more consistent
"PrivateEndpointConnectionListResult",
"PrivateLinkResourceListResult"
"PrivateLinkResourceListResult",
"Severity"
};

public static void Transform(InputNamespace inputNamespace)
Expand Down

0 comments on commit 6835b74

Please sign in to comment.