Skip to content

Commit a2d2bd5

Browse files
committed
Addressing PR comments.
1 parent 3fdd885 commit a2d2bd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Common/Properties/Resources.resx

Lines changed: 2 additions & 2 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-AzureRmDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the AzureRM.Accounts module. To disable data collection: PS &gt; Disable-AzureRmDataCollection.
1477-
Use the Enable-AzureRmDataCollection cmdlet to turn the feature On. The cmdlet can be found in the AzureRM.Accounts module. To enable data collection: PS &gt; Enable-AzureRmDataCollection.</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>

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-AzureRmDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the AzureRM.Accounts module. To disable data collection: PS &gt; Disable-AzureRmDataCollection.
144-
Use the Enable-AzureRmDataCollection cmdlet to turn the feature On. The cmdlet can be found in the AzureRM.Accounts module. To enable data collection: PS &gt; Enable-AzureRmDataCollection.</value>
143+
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.
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)