[stable10] OCM Convert providerId/remoteId into string#35122
[stable10] OCM Convert providerId/remoteId into string#35122phil-davis merged 2 commits intostable10from
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #35122 +/- ##
==============================================
+ Coverage 64.46% 64.47% +<.01%
- Complexity 20064 20068 +4
==============================================
Files 1286 1288 +2
Lines 76928 76934 +6
Branches 1307 1307
==============================================
+ Hits 49595 49604 +9
+ Misses 26952 26949 -3
Partials 381 381
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## stable10 #35122 +/- ##
==============================================
+ Coverage 64.46% 64.47% +<.01%
- Complexity 20064 20068 +4
==============================================
Files 1286 1288 +2
Lines 76928 76934 +6
Branches 1307 1307
==============================================
+ Hits 49595 49604 +9
+ Misses 26952 26949 -3
Partials 381 381
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #35122 +/- ##
==============================================
+ Coverage 64.46% 64.47% +<.01%
- Complexity 20064 20068 +4
==============================================
Files 1286 1288 +2
Lines 76928 76934 +6
Branches 1307 1307
==============================================
+ Hits 49595 49604 +9
+ Misses 26952 26949 -3
Partials 381 381
Continue to review full report at Codecov.
|
Backport of #35002 and #35100
Description
providerIdthat we are storing inremoteIdfield should be a string according to the spec:Related Issue
Motivation and Context
Better OCM spec support
How Has This Been Tested?
Before (internal server error)
After (share created)
Types of changes
Checklist: