Skip to content

Commit dba983e

Browse files
authored
Merge branch 'master' into fix-null-context
2 parents 7f401e7 + d96407c commit dba983e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Set correct UserAgent for client-side telemetry for Az 4.0 preview
2122
* Display user friendly error message when context is null in Az 4.0
2223

2324
## Version 1.6.4

src/Accounts/Accounts/CommonModule/TelemetryProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public virtual AzurePSQoSEvent CreateQosEvent(InvocationInfo invocationInfo, str
143143
};
144144

145145
data.CustomProperties.Add("PSPreviewVersion", "4.0.0");
146+
data.CustomProperties.Add("UserAgent", "AzurePowershell/Az4.0.0-preview");
146147

147148
if (invocationInfo != null)
148149
{

0 commit comments

Comments
 (0)