Skip to content

Commit

Permalink
Remove readonly for keyOps and keySize (Azure#13522)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacheng-L authored and mkarmark committed Jul 20, 2021
1 parent 10026e5 commit df27baf
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,12 @@
"name": "JsonWebKeyOperation",
"modelAsString": true
}
},
"readOnly": true
}
},
"keySize": {
"type": "integer",
"format": "int32",
"description": "The key size in bits. For example: 2048, 3072, or 4096 for RSA.",
"readOnly": true
"description": "The key size in bits. For example: 2048, 3072, or 4096 for RSA."
},
"curveName": {
"type": "string",
Expand Down

0 comments on commit df27baf

Please sign in to comment.