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

Update description for grace period and remove property from Automati… #7928

Merged
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6087,11 +6087,7 @@
},
"gracePeriod": {
"type": "string",
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The default value is 5 minutes (PT5M)."
},
"maxInstanceRepairsPercent": {
"type": "integer",
"description": "The percentage (capacity of scaleset) of virtual machines that will be simultaneously repaired. The default value is 20%."
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
}
},
"description": "Specifies the configuration parameters for automatic repairs on the virtual machine scale set."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
}
}
}
Expand Down Expand Up @@ -137,8 +136,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down Expand Up @@ -216,8 +214,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6989,11 +6989,7 @@
},
"gracePeriod": {
"type": "string",
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The default value is 5 minutes (PT5M)."
},
"maxInstanceRepairsPercent": {
"type": "integer",
"description": "The percentage (capacity of scaleset) of virtual machines that will be simultaneously repaired. The default value is 20%."
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
}
},
"description": "Specifies the configuration parameters for automatic repairs on the virtual machine scale set."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
}
}
}
Expand Down Expand Up @@ -137,8 +136,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down Expand Up @@ -216,8 +214,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7496,11 +7496,7 @@
},
"gracePeriod": {
"type": "string",
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The default value is 5 minutes (PT5M)."
},
"maxInstanceRepairsPercent": {
"type": "integer",
"description": "The percentage (capacity of scaleset) of virtual machines that will be simultaneously repaired. The default value is 20%."
"description": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
}
},
"description": "Specifies the configuration parameters for automatic repairs on the virtual machine scale set."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
}
}
}
Expand Down Expand Up @@ -137,8 +136,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down Expand Up @@ -216,8 +214,7 @@
},
"automaticRepairsPolicy": {
"enabled": true,
"gracePeriod": "PT3M",
"maxInstanceRepairsPercent": 100
"gracePeriod": "PT30M"
},
"provisioningState": "Creating"
},
Expand Down