Skip to content

Commit

Permalink
Update description for grace period and remove property from Automati…
Browse files Browse the repository at this point in the history
…c repairs policy (#7928)
  • Loading branch information
hapandar authored and fengzhou-msft committed Dec 13, 2019
1 parent 1d8613d commit 1e70cdb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 33 deletions.
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 @@ -6971,11 +6971,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 @@ -7501,11 +7501,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

0 comments on commit 1e70cdb

Please sign in to comment.