Skip to content

Commit 55b9839

Browse files
committed
Fix validation error
1 parent dc5b3f3 commit 55b9839

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3706,13 +3706,13 @@
37063706
"type": "string"
37073707
},
37083708
"readOnly": true
3709-
},
3710-
"discriminator": "type"
3711-
}
3709+
}
3710+
},
3711+
"discriminator": "type"
37123712
},
37133713
"KeyVaultCertificateProperties": {
37143714
"description": "Properties of certficate imported from key vault.",
3715-
"requried": [
3715+
"required": [
37163716
"type",
37173717
"vaultUri",
37183718
"keyVaultCertName"
@@ -3742,11 +3742,11 @@
37423742
"default": true
37433743
}
37443744
},
3745-
"x-ms-discriminator-value": "KeyVaultCertificate"
3745+
"x-ms-discriminator-value": "KeyVaultCertificateProperties"
37463746
},
37473747
"ContentCertificateProperties": {
37483748
"description": "Properties of certficate imported from key vault.",
3749-
"requried": [
3749+
"required": [
37503750
"type",
37513751
"content"
37523752
],
@@ -3762,7 +3762,7 @@
37623762
"type": "string"
37633763
}
37643764
},
3765-
"x-ms-discriminator-value": "ContentCertificate"
3765+
"x-ms-discriminator-value": "ContentCertificateProperties"
37663766
},
37673767
"CertificateResourceCollection": {
37683768
"description": "Collection compose of certificate resources list and a possible link for next page.",

0 commit comments

Comments
 (0)