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 compute] Introduce rollbackFailedInstancesOnPolicyBreach in VMSS RollingUpgradePolicy #1575

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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