Rewritten the user agent. (#555)

This commit is contained in:
Kan Tang 2020-08-28 06:23:31 -07:00 committed by GitHub
parent f9fee4f56a
commit 97bfdf91d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@
#pragma once
namespace Azure { namespace Storage { namespace Details {
constexpr static const char* c_BlobServicePackageName = "storageblob";
constexpr static const char* c_DatalakeServicePackageName = "storagedatalake";
constexpr static const char* c_FileServicePackageName = "storagefile";
constexpr static const char* c_QueueServicePackageName = "storagequeue";
constexpr static const char* c_BlobServicePackageName = "storage-blobs";
constexpr static const char* c_DatalakeServicePackageName = "storage-files-datalake";
constexpr static const char* c_FileServicePackageName = "storage-files-shares";
constexpr static const char* c_QueueServicePackageName = "storage-queues";
constexpr static const char* c_HttpQuerySnapshot = "snapshot";
constexpr static const char* c_HttpQueryVersionId = "versionid";
constexpr static const char* c_StorageScope = "https://storage.azure.com/.default";