diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json index 3df63df26292..bf5ca8b3df59 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json @@ -4269,8 +4269,7 @@ "ContentCertificateProperties": { "description": "Properties of certificate imported from key vault.", "required": [ - "type", - "content" + "type" ], "type": "object", "allOf": [ @@ -4281,7 +4280,11 @@ "properties": { "content": { "description": "The content of uploaded certificate.", - "type": "string" + "type": "string", + "x-ms-mutability": [ + "create", + "update" + ] } }, "x-ms-discriminator-value": "ContentCertificate"