Skip to content

Commit f185bc6

Browse files
authored
Attempt to resolve API Doctor errors
1 parent 70a4076 commit f185bc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-reference/beta/resources/x509certificatecrlvalidationconfiguration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ The following JSON representation shows the resource type.
3535
``` json
3636
{
3737
"@odata.type": "#microsoft.graph.x509CertificateCRLValidationConfiguration",
38-
"exemptedCertificateAuthoritiesSubjectKeyIdentifiers": "Collection(Edm.String)",
38+
"exemptedCertificateAuthoritiesSubjectKeyIdentifiers": [
39+
"String"
40+
],
3941
"state": "String"
4042
}
4143
```

0 commit comments

Comments
 (0)