Skip to content

Commit 44d97b7

Browse files
author
maddieclayton
committed
fix for comments
1 parent f8ff43f commit 44d97b7

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

src/Authentication/Properties/Resources.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Authentication/Properties/Resources.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<value>The environment name '{0}' is not found.</value>
143143
</data>
144144
<data name="ExpiredRefreshToken" xml:space="preserve">
145-
<value>Your Microsoft Azure credential in the Windows PowerShell session has expired. Please log in again. In PowerShell, execute Connect-AzAccount for Azure Resource Manager cmdlets or Add-AzureAccount for service management cmdlets.</value>
145+
<value>Your Microsoft Azure credential in the Windows PowerShell session has expired. Please log in again. In PowerShell, execute Connect-AzAccount.</value>
146146
</data>
147147
<data name="FilePathIsNotValid" xml:space="preserve">
148148
<value>File path is not valid</value>
@@ -193,7 +193,7 @@
193193
<value>Removing public environment is not supported.</value>
194194
</data>
195195
<data name="ServiceKeyNotFound" xml:space="preserve">
196-
<value>Unable to retrieve service key for ServicePrincipal account {0}. Please log in again to supply the credentials for this service principal. In PowerShell, execute Connect-AzAccount for Azure Resource Manager cmdlets or Add-AzureAccount for service management cmdlets.</value>
196+
<value>Unable to retrieve service key for ServicePrincipal account {0}. Please log in again to supply the credentials for this service principal. In PowerShell, execute Connect-AzAccount.</value>
197197
</data>
198198
<data name="ServiceNameExists" xml:space="preserve">
199199
<value>The provided service name {0} already exists, please pick another name</value>
@@ -259,7 +259,7 @@
259259
<value>Multiple tokens were found for this user. Please clear your token cache using, Clear-AzureProfile and try this command again.</value>
260260
</data>
261261
<data name="AdalUserInteractionRequired" xml:space="preserve">
262-
<value>User Interaction is required to authenticate this user. Please authenticate using the log in dialog. In PowerShell, execute Connect-AzAccount for Azure Resource Manager cmdlets or Add-AzureAccount for service management cmdlets.</value>
262+
<value>User Interaction is required to authenticate this user. Please authenticate using the log in dialog. In PowerShell, execute Connect-AzAccount.</value>
263263
</data>
264264
<data name="TenantNotFound" xml:space="preserve">
265265
<value>No tenant was found for this subscription. Please execute Clear-AzureProfile and then execute Add-AzureAccount.</value>

src/Common/Properties/Resources.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Common/Properties/Resources.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,8 +1473,8 @@ The file needs to be a PowerShell script (.ps1 or .psm1).</value>
14731473
The data is anonymous and does not include commandline argument values.
14741474
The data is collected by Microsoft.
14751475

1476-
Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the AzureRM.Profile module. To disable data collection: PS &gt; Disable-AzDataCollection.
1477-
Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the AzureRM.Profile module. To enable data collection: PS &gt; Enable-AzDataCollection.</value>
1476+
Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Az.Accounts module. To disable data collection: PS &gt; Disable-AzDataCollection.
1477+
Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Az.Accounts module. To enable data collection: PS &gt; Enable-AzDataCollection.</value>
14781478
</data>
14791479
<data name="DataCollectionActivity" xml:space="preserve">
14801480
<value>Microsoft Azure PowerShell Data Collection Confirmation</value>
@@ -1537,7 +1537,7 @@ Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be
15371537
<value>User name needs to be specified.</value>
15381538
</data>
15391539
<data name="NoCurrentContextForDataCmdlet" xml:space="preserve">
1540-
<value>"There is no current context, please log in using Connect-AzAccount for Azure Resource Manager or Add-AzureAccount for Azure Service Management."</value>
1540+
<value>"There is no current context, please log in using Connect-AzAccount."</value>
15411541
</data>
15421542
<data name="NoSubscriptionFoundForTenant" xml:space="preserve">
15431543
<value>No subscriptions are associated with the logged in account in Azure Service Management (RDFE). This means that the logged in user is not an administrator or co-administrator for any account.\r\nDid you mean to execute Connect-AzAccount?</value>

src/ResourceManager/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
The data is anonymous and does not include commandline argument values.
141141
The data is collected by Microsoft.
142142

143-
Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the AzureRM.Profile module. To disable data collection: PS &gt; Disable-AzDataCollection.
144-
Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the AzureRM.Profile module. To enable data collection: PS &gt; Enable-AzDataCollection.</value>
143+
Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Az.Accounts. To disable data collection: PS &gt; Disable-AzDataCollection.
144+
Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Az.Accounts module. To enable data collection: PS &gt; Enable-AzDataCollection.</value>
145145
</data>
146146
<data name="DataCollectionSaveFileInformation" xml:space="preserve">
147147
<value>The setting profile has been saved to the following path '{0}'.</value>

0 commit comments

Comments
 (0)