Skip to content

Commit 2cd8d23

Browse files
authored
[AMS] Make primaryVerificationKey nullable (#20489)
1 parent 7c840ca commit 2cd8d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/mediaservices/resource-manager/Microsoft.Media/stable/2022-08-01/ContentKeyPolicies.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@
498498
},
499499
"primaryVerificationKey": {
500500
"$ref": "#/definitions/ContentKeyPolicyRestrictionTokenKey",
501-
"description": "The primary verification key."
501+
"description": "The primary verification key.",
502+
"x-nullable": true
502503
},
503504
"alternateVerificationKeys": {
504505
"type": "array",

0 commit comments

Comments
 (0)