diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2020-11-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2020-11-01/containerInstance.json index ccc9d8b60a90..9514985e540c 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2020-11-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2020-11-01/containerInstance.json @@ -1145,7 +1145,13 @@ }, "httpHeaders": { "description": "The HTTP headers.", - "$ref": "#/definitions/HttpHeaders" + "type": "array", + "items": { + "$ref": "#/definitions/HttpHeader" + }, + "x-ms-identifiers": [ + "name" + ] } }, "required": [ @@ -1777,8 +1783,8 @@ } } }, - "HttpHeaders": { - "description": "The HTTP headers.", + "HttpHeader": { + "description": "The HTTP header.", "type": "object", "properties": { "name": { diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-03-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-03-01/containerInstance.json index 2cbac9c49984..c2bb03b8caec 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-03-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-03-01/containerInstance.json @@ -1145,7 +1145,13 @@ }, "httpHeaders": { "description": "The HTTP headers.", - "$ref": "#/definitions/HttpHeaders" + "type": "array", + "items": { + "$ref": "#/definitions/HttpHeader" + }, + "x-ms-identifiers": [ + "name" + ] } }, "required": [ @@ -1777,8 +1783,8 @@ } } }, - "HttpHeaders": { - "description": "The HTTP headers.", + "HttpHeader": { + "description": "The HTTP header", "type": "object", "properties": { "name": {