Skip to content

Commit 33f0337

Browse files
authored
[Hub Generated] Review request for Microsoft.KeyVault to add version stable/2019-09-01 (#13196)
* Add missing property and annotation * Fix typo * Address PR comment * Prettier Check
1 parent abfe5f8 commit 33f0337

File tree

8 files changed

+23
-3
lines changed

8 files changed

+23
-3
lines changed

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/createVault.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"enabledForDeployment": true,
171171
"enabledForDiskEncryption": true,
172172
"enabledForTemplateDeployment": true,
173+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
173174
"vaultUri": "https://sample-vault.vault.azure.net",
174175
"provisioningState": "Succeeded"
175176
}
@@ -243,6 +244,7 @@
243244
"enabledForDeployment": true,
244245
"enabledForDiskEncryption": true,
245246
"enabledForTemplateDeployment": true,
247+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
246248
"vaultUri": "https://sample-vault.vault.azure.net",
247249
"provisioningState": "Succeeded"
248250
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/createVaultWithNetworkAcls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"enabledForDeployment": true,
7070
"enabledForDiskEncryption": true,
7171
"enabledForTemplateDeployment": true,
72+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
7273
"vaultUri": "https://sample-vault.vault.azure.net"
7374
}
7475
}
@@ -106,6 +107,7 @@
106107
"enabledForDeployment": true,
107108
"enabledForDiskEncryption": true,
108109
"enabledForTemplateDeployment": true,
110+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
109111
"vaultUri": "https://sample-vault.vault.azure.net"
110112
}
111113
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/getVault.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"enabledForDeployment": true,
7575
"enabledForDiskEncryption": true,
7676
"enabledForTemplateDeployment": true,
77+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
7778
"vaultUri": "https://sample-vault.vault.azure.net",
7879
"provisioningState": "Succeeded"
7980
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/listVaultByResourceGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"enabledForDiskEncryption": true,
7878
"enabledForTemplateDeployment": true,
7979
"enableSoftDelete": true,
80+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
8081
"vaultUri": "https://sample-vault.vault.azure.net/",
8182
"provisioningState": "Succeeded"
8283
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/listVaultBySubscription.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"enabledForDiskEncryption": true,
7777
"enabledForTemplateDeployment": true,
7878
"enableSoftDelete": true,
79+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
7980
"vaultUri": "https://sample-vault.vault.azure.net/",
8081
"provisioningState": "Succeeded"
8182
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/examples/updateVault.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"enabledForDeployment": true,
170170
"enabledForDiskEncryption": true,
171171
"enabledForTemplateDeployment": true,
172+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
172173
"vaultUri": "https://sample-vault.vault.azure.net",
173174
"provisioningState": "Succeeded"
174175
}
@@ -243,6 +244,7 @@
243244
"enabledForDiskEncryption": true,
244245
"enabledForTemplateDeployment": true,
245246
"vaultUri": "https://sample-vault.vault.azure.net",
247+
"hsmPoolResourceId": "00000000-0000-0000-0000-000000000000",
246248
"provisioningState": "Succeeded"
247249
}
248250
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keys.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,14 @@
461461
"name": "JsonWebKeyOperation",
462462
"modelAsString": true
463463
}
464-
}
464+
},
465+
"readOnly": true
465466
},
466467
"keySize": {
467468
"type": "integer",
468469
"format": "int32",
469-
"description": "The key size in bits. For example: 2048, 3072, or 4096 for RSA."
470+
"description": "The key size in bits. For example: 2048, 3072, or 4096 for RSA.",
471+
"readOnly": true
470472
},
471473
"curveName": {
472474
"type": "string",

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,11 @@
12611261
"type": "string",
12621262
"description": "The URI of the vault for performing operations on keys and secrets. This property is readonly"
12631263
},
1264+
"hsmPoolResourceId": {
1265+
"type": "string",
1266+
"description": "The resource id of HSM Pool.",
1267+
"readOnly": true
1268+
},
12641269
"enabledForDeployment": {
12651270
"type": "boolean",
12661271
"description": "Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault."
@@ -1299,7 +1304,11 @@
12991304
"x-ms-enum": {
13001305
"name": "CreateMode",
13011306
"modelAsString": false
1302-
}
1307+
},
1308+
"x-ms-mutability": [
1309+
"create",
1310+
"update"
1311+
]
13031312
},
13041313
"enablePurgeProtection": {
13051314
"type": "boolean",

0 commit comments

Comments
 (0)