Skip to content

Commit

Permalink
mgmt, minor fix for i18n (#24709)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Oct 9, 2021
1 parent cf8941c commit 9781028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static String getDefaultSubscription(PagedIterable<Subscription> subscrip
if (subscriptionList.size() == 0) {
throw new ClientLogger(ResourceManagerUtils.class).logExceptionAsError(
new IllegalStateException("Please create a subscription before you start resource management. "
+ "To learn more, see: https://azure.microsoft.com/en-us/free/."));
+ "To learn more, see: https://azure.microsoft.com/free/."));
} else if (subscriptionList.size() > 1) {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append("More than one subscription found in your tenant. "
Expand Down

0 comments on commit 9781028

Please sign in to comment.