Skip to content

Commit

Permalink
7.2-Preview to GA (#13919)
Browse files Browse the repository at this point in the history
* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions
  • Loading branch information
jlichwa authored Apr 20, 2021
1 parent aab1fb9 commit 1e2c9f3
Show file tree
Hide file tree
Showing 110 changed files with 11,391 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@
"properties": {
"exportable": {
"type": "boolean",
"description": "Indicates if the private key can be exported."
"description": "Not supported in this version. Indicates if the private key can be exported."
},
"kty": {
"x-ms-client-name": "keyType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,10 @@
},
"KeyProperties": {
"properties": {
"exportable": {
"type": "boolean",
"description": "Not supported in this version. Indicates if the private key can be exported."
},
"kty": {
"x-ms-client-name": "keyType",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@
"properties": {
"exportable": {
"type": "boolean",
"description": "Indicates if the private key can be exported."
"description": "Not supported in this version. Indicates if the private key can be exported."
},
"kty": {
"x-ms-client-name": "keyType",
Expand Down
Loading

0 comments on commit 1e2c9f3

Please sign in to comment.