Skip to content

Commit 977e45d

Browse files
committed
Change useragent to align to Az3.0 modules
1 parent d205f78 commit 977e45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accounts/Accounts/CommonModule/UserAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public UserAgent(Version moduleVersion)
5353
/// <returns>Amended pipeline for retrieving a response</returns>
5454
public Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken token, Action cancel, SignalDelegate signal, NextDelegate next)
5555
{
56-
var userAgents = new ProductInfoHeaderValue[] { new ProductInfoHeaderValue("AzurePowerShell", $"Az4.0.0-preview") };
56+
var userAgents = new ProductInfoHeaderValue[] { new ProductInfoHeaderValue("AzurePowershell", $"Az4.0.0-preview") };
5757
// add user agent haeaders
5858

5959
foreach (var userAgent in userAgents)

0 commit comments

Comments
 (0)