File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
sdk/storage/storage-file-datalake/src/utils Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ export const ToBlobEndpointHostMappings = [
204204 [ "dfs.core.cloudapi.de" , "blob.core.cloudapi.de" ] ,
205205 [ "dfs.core.microsoft.scloud" , "blob.core.microsoft.scloud" ] ,
206206 [ "dfs.core.eaglex.ic.gov" , "blob.core.eaglex.ic.gov" ] ,
207+ [ "dfs.storage.azure.net" , "blob.storage.azure.net" ] ,
207208] ;
208209
209210// Mapping pairs to transform url from blob endpoint to dfs endpoint
@@ -216,6 +217,7 @@ export const ToDfsEndpointHostMappings = [
216217 [ "blob.core.cloudapi.de" , "dfs.core.cloudapi.de" ] ,
217218 [ "blob.core.microsoft.scloud" , "dfs.core.microsoft.scloud" ] ,
218219 [ "blob.core.eaglex.ic.gov" , "dfs.core.eaglex.ic.gov" ] ,
220+ [ "blob.storage.azure.net" , "dfs.storage.azure.net" ] ,
219221] ;
220222
221223export const ETagAny = "*" ;
You can’t perform that action at this time.
0 commit comments