Skip to content
Draft
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
24 changes: 6 additions & 18 deletions schemas/2022-03-01/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4043,15 +4043,9 @@
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
},
"protectedSettingsFromKeyVault": {
"oneOf": [
{
"$ref": "#/definitions/KeyVaultSecretReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describes a reference to Key Vault Secret"
"type": "object",
"properties": {},
"description": "The extensions protected settings that are passed by reference, and consumed from key vault"
},
"publisher": {
"type": "string",
Expand Down Expand Up @@ -5194,15 +5188,9 @@
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
},
"protectedSettingsFromKeyVault": {
"oneOf": [
{
"$ref": "#/definitions/KeyVaultSecretReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describes a reference to Key Vault Secret"
"type": "object",
"properties": {},
"description": "The extensions protected settings that are passed by reference, and consumed from key vault"
},
"provisionAfterExtensions": {
"oneOf": [
Expand Down
Loading