Skip to content

Commit

Permalink
CodeGen from PR 21607 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 18966b9c673fbe0cf52fb2f328fd1c90d4c19c9e into dcec109c164e69f0f122ff74fc551108da8af20e
  • Loading branch information
SDKAuto committed Nov 18, 2022
1 parent 6269025 commit b8ce0b3
Show file tree
Hide file tree
Showing 4 changed files with 9,775 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 b8ce0b3

Please sign in to comment.