We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d60b9 + 837bcff commit 5862564Copy full SHA for 5862564
src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Common/ExtensionRole.cs
@@ -50,6 +50,7 @@ public ExtensionRole(string roleName)
50
PrefixName = RoleName = roleName.Trim();
51
PrefixName = PrefixName.Replace(".", string.Empty);
52
PrefixName = PrefixName.Replace(" ", string.Empty);
53
+ PrefixName = PrefixName.Replace("_", string.Empty);
54
RoleType = ExtensionRoleType.NamedRoles;
55
Default = false;
56
}
0 commit comments