Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

updating the partition key for schema service realted cosmos containers #158

Closed amaverma closed 4 years ago

amaverma commented 4 years ago

All Submissions:


Current Behavior or Linked Issues


There are four container required for schema service: Authority, EntityType, SchemaInfo, Source. All of these container are currently created with partition key as id, while the partition key should be dataPartitionId. fixing the same. https://github.com/Azure/osdu-infrastructure/issues/134

Does this introduce a breaking change?


NO

Other information


cc: @danielscholl