Skip to content

Commit

Permalink
[HealthInsights] Update header ordering (#28589)
Browse files Browse the repository at this point in the history
- Introduced in #27614
- Check TSV was not re-run after TSP was updated in main
  • Loading branch information
mikeharder authored Apr 4, 2024
1 parent f304b25 commit 08f7f27
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"$ref": "#/definitions/RadiologyInsightsJob"
},
"headers": {
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, server-generated string identifier for the request."
},
"Operation-Location": {
"type": "string",
"format": "uri",
"description": "The location for monitoring the operation state."
},
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, server-generated string identifier for the request."
}
}
},
Expand All @@ -181,15 +181,15 @@
"$ref": "#/definitions/RadiologyInsightsJob"
},
"headers": {
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, server-generated string identifier for the request."
},
"Operation-Location": {
"type": "string",
"format": "uri",
"description": "The location for monitoring the operation state."
},
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, server-generated string identifier for the request."
}
}
},
Expand Down

0 comments on commit 08f7f27

Please sign in to comment.