Skip to content

Commit b15c6bb

Browse files
authored
Refine words for login experience (#24917)
1 parent 9d6eb16 commit b15c6bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Accounts/Accounts/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Accounts/Accounts/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
<value>[Announcements]</value>
627627
</data>
628628
<data name="AnnouncementsMessage" xml:space="preserve">
629-
<value>With the new Azure PowerShell login experience, you can select the subscription you want to use more easily. Learn more about it and its configuration at https://go.microsoft.com/fwlink/?linkid=2271236.</value>
629+
<value>With the new Azure PowerShell login experience, you can select the subscription you want to use more easily. Learn more about it and its configuration at https://go.microsoft.com/fwlink/?linkid=2271909.</value>
630630
</data>
631631
<data name="ReportIssue" xml:space="preserve">
632632
<value>If you encounter any problem, please open an issue at: https://aka.ms/azpsissue</value>

src/Accounts/Accounts/Utilities/InteractiveSubscriptionSelectionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private static void WriteSubscriptionSelectionTableRow(int subIndex, IAzureSubsc
140140

141141
if (markDefaultSubscription)
142142
{
143-
outputAction($"{PSStyle.Bold}{subIndexRowValue}{PSStyle.BoldOff}{PSStyle.ForegroundColor.BrightCyan}{subNameRowValue}{subIdRowValue}{tenantNameRowValue}{PSStyle.Reset}");
143+
outputAction($"{PSStyle.Bold}{PSStyle.ForegroundColor.BrightCyan}{subIndexRowValue}{PSStyle.BoldOff}{PSStyle.ForegroundColor.BrightCyan}{subNameRowValue}{subIdRowValue}{tenantNameRowValue}{PSStyle.Reset}");
144144
}
145145
else
146146
{

0 commit comments

Comments
 (0)