Skip to content

Commit

Permalink
Rewritten the user agent. (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft authored Aug 28, 2020
1 parent f9fee4f commit 97bfdf9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 97bfdf9

Please sign in to comment.