From 2ff86d6f770873fb2949867d1340b2cd3b314771 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 4 Apr 2024 21:35:35 +0000 Subject: [PATCH] [HealthInsights] Update header ordering --- .../stable/2024-04-01/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/ai/data-plane/HealthInsights/stable/2024-04-01/openapi.json b/specification/ai/data-plane/HealthInsights/stable/2024-04-01/openapi.json index 005f4dac5f11..517353153cee 100644 --- a/specification/ai/data-plane/HealthInsights/stable/2024-04-01/openapi.json +++ b/specification/ai/data-plane/HealthInsights/stable/2024-04-01/openapi.json @@ -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." } } }, @@ -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." } } },