diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json index 661b54fb0355..379750dccb3a 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json @@ -2593,10 +2593,29 @@ "additionalProperties": { "type": "string" } + }, + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/ProfilePropertiesUpdateParameters" } }, "x-ms-azure-resource": true }, + "ProfilePropertiesUpdateParameters": { + "description": "The JSON object containing profile update parameters.", + "properties": { + "originResponseTimeoutSeconds": { + "description": "Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.", + "type": "integer", + "format": "int32", + "minimum": 16, + "exclusiveMinimum": false + }, + "identity": { + "description": "Managed service identity.", + "$ref": "#/definitions/ManagedServiceIdentity" + } + }, "SsoUri": { "description": "The URI required to login to the supplemental portal from the Azure portal.", "type": "object",