Skip to content

Commit

Permalink
CodeGen from PR 21676 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 815f49ae189c4ecdec5d3e9bd6f5b63b8d707e73 into dcec109c164e69f0f122ff74fc551108da8af20e
  • Loading branch information
SDKAuto committed Nov 28, 2022
1 parent 025cb02 commit b6362a1
Show file tree
Hide file tree
Showing 5 changed files with 9,776 additions and 18 deletions.
11 changes: 11 additions & 0 deletions schemas/2021-11-01/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,17 @@
}
],
"description": "Upgrade all unhealthy instances in a scale set before any healthy instances."
},
"rollbackFailedInstancesOnPolicyBreach": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": " Rollback failed instances to previous model if the Rolling Upgrade policy is violated."
}
},
"description": "The configuration parameters used while performing a rolling upgrade."
Expand Down
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 b6362a1

Please sign in to comment.