Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR keyvault] [Hub Generated] Review request for Microsoft.KeyVault to add version stable/2019-09-01 #2013

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2015-06-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@
"description": "Properties of the vault"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2016-10-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,4 +732,4 @@
"description": "Microsoft.KeyVault/vaults/secrets"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-02-14-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,4 +835,4 @@
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-02-14/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,4 +999,4 @@
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
}
}
}
35 changes: 34 additions & 1 deletion schemas/2019-09-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,39 @@
],
"description": "The elliptic curve name. For valid values, see JsonWebKeyCurveName."
},
"keyOps": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"enum": [
"encrypt",
"decrypt",
"sign",
"verify",
"wrapKey",
"unwrapKey",
"import"
]
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"keySize": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The key size in bits. For example: 2048, 3072, or 4096 for RSA."
},
"kty": {
"oneOf": [
{
Expand Down Expand Up @@ -1279,4 +1312,4 @@
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-04-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -1259,4 +1259,4 @@
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
}
}
}