Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
7d81d6ce
Commit
7d81d6ce
authored
Mar 24, 2021
by
Diego Molteni
Browse files
Revert "Merge branch 'slb/dperez50/entitlements-change-to-v2' into 'master'"
This reverts merge request
!47
parent
f97744b8
Pipeline
#33482
passed with stages
in 6 minutes and 11 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/cloud/providers/azure/dataecosystem.ts
View file @
7d81d6ce
...
...
@@ -34,7 +34,7 @@ export class AzureDataEcosystemServices extends AbstractDataEcosystemCore {
private
static
_cosmosConfigs
:
Cache
<
string
>
public
getDataPartitionIDRestHeaderName
():
string
{
return
'
data-partition-id
'
;
}
public
getEntitlementBaseUrlPath
():
string
{
return
'
/entitlements/v
2
'
;
};
public
getEntitlementBaseUrlPath
():
string
{
return
'
/entitlements/v
1
'
;
};
public
getComplianceBaseUrlPath
():
string
{
return
'
/api/legal/v1
'
;
};
public
getStorageBaseUrlPath
():
string
{
return
'
/api/storage/v2
'
;
};
...
...
@@ -172,4 +172,4 @@ export class AzureDataEcosystemServices extends AbstractDataEcosystemCore {
return
{
endpoint
:
cosomsEndpointConfigs
.
value
,
key
:
cosomsKeyConfigs
.
value
};
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment