Skip to content

Commit

Permalink
Update description for certificate type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlichwa committed Nov 12, 2019
1 parent 7739fcc commit 83c4922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,7 @@
"cty": {
"x-ms-client-name": "CertificateType",
"type": "string",
"description": "Type of certificate to be requested from the issuer provider."
"description": "Certificate Type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL'"
},
"cert_transparency": {
"x-ms-client-name": "CertificateTransparency",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3706,7 +3706,7 @@
"cty": {
"x-ms-client-name": "CertificateType",
"type": "string",
"description": "Type of certificate to be requested from the issuer provider."
"description": "Certificate Type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL'"
}
},
"description": "Parameters for the issuer of the X509 component of a certificate."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,7 @@
"cty": {
"x-ms-client-name": "CertificateType",
"type": "string",
"description": "Type of certificate to be requested from the issuer provider."
"description": "Certificate Type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL'"
},
"cert_transparency": {
"x-ms-client-name": "CertificateTransparency",
Expand Down

0 comments on commit 83c4922

Please sign in to comment.