Skip to content

[DigitalTwins] Update user-agent value #15205

@annatisch

Description

@annatisch

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Digital Twins

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions