Commit 97bfdf9 1 parent f9fee4f commit 97bfdf9 Copy full SHA for 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 Original file line number Diff line number Diff line change 5
5
#pragma once
6
6
7
7
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 " ;
12
12
constexpr static const char * c_HttpQuerySnapshot = " snapshot" ;
13
13
constexpr static const char * c_HttpQueryVersionId = " versionid" ;
14
14
constexpr static const char * c_StorageScope = " https://storage.azure.com/.default" ;
You can’t perform that action at this time.
0 commit comments