diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/ContainerApps.json index 00819ec2cc45..658788c91f43 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/ContainerApps.json @@ -990,28 +990,28 @@ ], "properties": { "allowedOrigins": { - "description": "allowed origins", + "description": "Specifies the content for the access-control-allow-origins header", "type": "array", "items": { "type": "string" } }, "allowedMethods": { - "description": "allowed HTTP methods", + "description": "Specifies the content for the access-control-allow-methods header", "type": "array", "items": { "type": "string" } }, "allowedHeaders": { - "description": "allowed HTTP headers", + "description": "Specifies the content for the access-control-allow-headers header", "type": "array", "items": { "type": "string" } }, "exposeHeaders": { - "description": "expose HTTP headers ", + "description": "Specifies the content for the access-control-expose-headers header ", "type": "array", "items": { "type": "string" @@ -1019,11 +1019,11 @@ }, "maxAge": { "format": "int32", - "description": "max time client can cache the result", + "description": "Specifies the content for the access-control-max-age header", "type": "integer" }, "allowCredentials": { - "description": "allow credential or not", + "description": "Specifies whether the resource allows credentials", "type": "boolean" } } diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/ContainerApps.json index 4a5a165f131b..b53766380f2d 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/ContainerApps.json @@ -293,6 +293,9 @@ } ], "responses": { + "200": { + "description": "Ok" + }, "202": { "description": "Patch operation is in progress." }, @@ -944,28 +947,28 @@ ], "properties": { "allowedOrigins": { - "description": "allowed origins", + "description": "Specifies the content for the access-control-allow-origins header", "type": "array", "items": { "type": "string" } }, "allowedMethods": { - "description": "allowed HTTP methods", + "description": "Specifies the content for the access-control-allow-methods header", "type": "array", "items": { "type": "string" } }, "allowedHeaders": { - "description": "allowed HTTP headers", + "description": "Specifies the content for the access-control-allow-headers header", "type": "array", "items": { "type": "string" } }, "exposeHeaders": { - "description": "expose HTTP headers ", + "description": "Specifies the content for the access-control-expose-headers header ", "type": "array", "items": { "type": "string" @@ -973,11 +976,11 @@ }, "maxAge": { "format": "int32", - "description": "max time client can cache the result", + "description": "Specifies the content for the access-control-max-age header", "type": "integer" }, "allowCredentials": { - "description": "allow credential or not", + "description": "Specifies whether the resource allows credentials", "type": "boolean" } } diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_Patch.json b/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_Patch.json index 3baaea00cade..30fc18431d5d 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_Patch.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_Patch.json @@ -114,6 +114,9 @@ } }, "responses": { + "200": { + "headers": {} + }, "202": { "headers": { "azure-asyncoperation": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.App/locations/eastus/containerappOperationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2022-10-01"