File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk/storage/azure-storage-common/inc/azure/storage/common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55#pragma once
66
77namespace 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" ;
You can’t perform that action at this time.
0 commit comments