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.
1 parent c60da92 commit 67e7d10Copy full SHA for 67e7d10
src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Common/ExtensionRole.cs
@@ -44,7 +44,7 @@ public ExtensionRole(string roleName)
44
else
45
{
46
PrefixName = RoleName = roleName.Trim();
47
- PrefixName = PrefixName.Replace(".", string.Empty);
+ PrefixName = PrefixName.Replace(".", "_");
48
RoleType = ExtensionRoleType.NamedRoles;
49
Default = false;
50
}
0 commit comments