Skip to content

Commit e05da83

Browse files
DescatlesWenhao Zhang
andauthored
Fix ContentCertificateProperties live validation error (#17072)
* Fix ContentCertificateProperties live validation error * Fix Prettier check Co-authored-by: Wenhao Zhang <wenhaozhang@microsoft.com>
1 parent 509cfbd commit e05da83

File tree

1 file changed

+6
-3
lines changed
  • specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview

1 file changed

+6
-3
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,8 +4269,7 @@
42694269
"ContentCertificateProperties": {
42704270
"description": "Properties of certificate imported from key vault.",
42714271
"required": [
4272-
"type",
4273-
"content"
4272+
"type"
42744273
],
42754274
"type": "object",
42764275
"allOf": [
@@ -4281,7 +4280,11 @@
42814280
"properties": {
42824281
"content": {
42834282
"description": "The content of uploaded certificate.",
4284-
"type": "string"
4283+
"type": "string",
4284+
"x-ms-mutability": [
4285+
"create",
4286+
"update"
4287+
]
42854288
}
42864289
},
42874290
"x-ms-discriminator-value": "ContentCertificate"

0 commit comments

Comments
 (0)