Skip to content

Commit 1e2c9f3

Browse files
authored
7.2-Preview to GA (Azure#13919)
* 7.2-Preview to GA * Update packages to point to stable * Readd exportable and update description * Update description for exportable in preview versions
1 parent aab1fb9 commit 1e2c9f3

File tree

110 files changed

+11391
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+11391
-12
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.1/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
"properties": {
12961296
"exportable": {
12971297
"type": "boolean",
1298-
"description": "Indicates if the private key can be exported."
1298+
"description": "Not supported in this version. Indicates if the private key can be exported."
12991299
},
13001300
"kty": {
13011301
"x-ms-client-name": "keyType",

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,10 @@
12981298
},
12991299
"KeyProperties": {
13001300
"properties": {
1301+
"exportable": {
1302+
"type": "boolean",
1303+
"description": "Not supported in this version. Indicates if the private key can be exported."
1304+
},
13011305
"kty": {
13021306
"x-ms-client-name": "keyType",
13031307
"type": "string",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
"properties": {
12961296
"exportable": {
12971297
"type": "boolean",
1298-
"description": "Indicates if the private key can be exported."
1298+
"description": "Not supported in this version. Indicates if the private key can be exported."
12991299
},
13001300
"kty": {
13011301
"x-ms-client-name": "keyType",

0 commit comments

Comments
 (0)