Skip to content

Commit

Permalink
Add IV, tag, AAD to KeyOperationResult (Azure#11228)
Browse files Browse the repository at this point in the history
* Add IV, tag, AAD to KeyOperationResult

* fix x-ms-client-name properties

* fix lintdiff
  • Loading branch information
daviddesberg authored and giromm2ms committed Dec 20, 2020
1 parent f4d34f2 commit 3851c41
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,23 @@
"type": "string",
"format": "base64url",
"readOnly": true
},
"iv": {
"type": "string",
"format": "base64url",
"readOnly": true
},
"tag": {
"type": "string",
"x-ms-client-name": "authenticationTag",
"format": "base64url",
"readOnly": true
},
"aad": {
"type": "string",
"x-ms-client-name": "additionalAuthenticatedData",
"format": "base64url",
"readOnly": true
}
},
"description": "The key operation result."
Expand Down

0 comments on commit 3851c41

Please sign in to comment.