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
@@ -45,7 +45,7 @@ export async function assignManagedIdentity(context: IActionContext, node?: User
45
45
46
46
47
47
awaitwizard.prompt();
48
-
wizardContext.activityTitle=localize('assigning','Assigning user assigned identity "{1}" for "{0}"...',wizardContext.site?.fullName,wizardContext.managedIdentity?.name);
48
+
wizardContext.activityTitle=localize('assigning','Assigned user assigned identity "{1}" for "{0}"',wizardContext.site?.fullName,wizardContext.managedIdentity?.name);
0 commit comments