The user-agent string when using KeyVault::Keys::Cryptography::CryptographyClient
is not setup correctly.
#4466
Labels
Milestone
The
telemetryPackageName
parameter within the pipeline ctor (and therefore the user-agent string) for the KeyVault Keys package, when using theCryptographyClient
is not setup correctly.See:
azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/cryptography_client.cpp
Lines 112 to 117 in c457e91
In other clients within this package (along with other packages), use a different string. In this case, that would be
keyvault-keys
:azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp
Lines 83 to 88 in c457e91
azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp
Line 32 in c457e91
cc @gearama
The text was updated successfully, but these errors were encountered: