-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[DigitalTwins] Update user-agent value #15205
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Digital Twins
Description
The User-Agent header needs to be consistent with the guidelines:
https://azure.github.io/azure-sdk/general_azurecore.html#telemetry-policy
This means the UA value should be:
azsdk-python-digitaltwins-core/1.1.0 <platform_info>
To do this, the sdk_moniker parameter needs to be passed to the generated client:
sdk_moniker = "digitaltwins-core/{}".format(VERSION)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Digital Twins