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 Mar 23, 2021
1 parent 2dd0ae5 commit d3102a5
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 d3102a5

Please sign in to comment.