Skip to content

Commit 379a774

Browse files
author
msftbot[bot]
authored
[ReleasePR keyvault] [Hub Generated] Review request for Microsoft.KeyVault to add version preview/2021-06-01-preview (#1922)
Create to sync Azure/azure-rest-api-specs#16042 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/keyvault?expand=1)
2 parents 66900e1 + 028ecf1 commit 379a774

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

schemas/2021-06-01-preview/Microsoft.KeyVault.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,17 @@
592592
],
593593
"description": "Expiry date in seconds since 1970-01-01T00:00:00Z."
594594
},
595+
"exportable": {
596+
"oneOf": [
597+
{
598+
"type": "boolean"
599+
},
600+
{
601+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
602+
}
603+
],
604+
"description": "Indicates if the private key can be exported."
605+
},
595606
"nbf": {
596607
"oneOf": [
597608
{
@@ -687,6 +698,16 @@
687698
],
688699
"description": "The type of the key. For valid values, see JsonWebKeyType."
689700
},
701+
"release_policy": {
702+
"oneOf": [
703+
{
704+
"$ref": "#/definitions/KeyReleasePolicy"
705+
},
706+
{
707+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
708+
}
709+
]
710+
},
690711
"rotationPolicy": {
691712
"oneOf": [
692713
{
@@ -700,6 +721,21 @@
700721
},
701722
"description": "The properties of the key."
702723
},
724+
"KeyReleasePolicy": {
725+
"type": "object",
726+
"properties": {
727+
"contentType": {
728+
"type": "string",
729+
"default": "application/json; charset=utf-8",
730+
"description": "Content type and version of key release policy"
731+
},
732+
"data": {
733+
"type": "string",
734+
"format": "base64url",
735+
"description": "Blob encoding the policy rules under which the key can be released."
736+
}
737+
}
738+
},
703739
"KeyRotationPolicyAttributes": {
704740
"type": "object",
705741
"properties": {

0 commit comments

Comments
 (0)