Skip to content

Commit

Permalink
CodeGen from PR 21433 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d12ee236e26e7b94a8ca55502d8ad4d58175bfc4 into dcec109c164e69f0f122ff74fc551108da8af20e
  • Loading branch information
SDKAuto committed Nov 23, 2022
1 parent b97e38d commit f8dcbd8
Show file tree
Hide file tree
Showing 4 changed files with 9,776 additions and 18 deletions.
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

0 comments on commit f8dcbd8

Please sign in to comment.