Skip to content

Commit 97bfdf9

Browse files
authored
Rewritten the user agent. (#555)
1 parent f9fee4f commit 97bfdf9

File tree

1 file changed

+4
-4
lines changed
  • sdk/storage/azure-storage-common/inc/azure/storage/common

1 file changed

+4
-4
lines changed

sdk/storage/azure-storage-common/inc/azure/storage/common/constants.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#pragma once
66

77
namespace Azure { namespace Storage { namespace Details {
8-
constexpr static const char* c_BlobServicePackageName = "storageblob";
9-
constexpr static const char* c_DatalakeServicePackageName = "storagedatalake";
10-
constexpr static const char* c_FileServicePackageName = "storagefile";
11-
constexpr static const char* c_QueueServicePackageName = "storagequeue";
8+
constexpr static const char* c_BlobServicePackageName = "storage-blobs";
9+
constexpr static const char* c_DatalakeServicePackageName = "storage-files-datalake";
10+
constexpr static const char* c_FileServicePackageName = "storage-files-shares";
11+
constexpr static const char* c_QueueServicePackageName = "storage-queues";
1212
constexpr static const char* c_HttpQuerySnapshot = "snapshot";
1313
constexpr static const char* c_HttpQueryVersionId = "versionid";
1414
constexpr static const char* c_StorageScope = "https://storage.azure.com/.default";

0 commit comments

Comments
 (0)