Skip to content

Commit

Permalink
Update grace period description to include maximum allowed grace peri…
Browse files Browse the repository at this point in the history
…od value
  • Loading branch information
Harini Pandari authored and Harini Pandari committed Apr 8, 2020
1 parent 31587d1 commit 869affe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6086,7 +6086,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 minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
"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. The maximum allowed grace period is 90 minutes (PT90M)."
}
},
"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 @@ -6970,7 +6970,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 minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
"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. The maximum allowed grace period is 90 minutes (PT90M)."
}
},
"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 @@ -7522,7 +7522,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 minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
"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. The maximum allowed grace period is 90 minutes (PT90M)."
}
},
"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 @@ -8009,7 +8009,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 minimum allowed grace period is 30 minutes (PT30M), which is also the default value."
"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. The maximum allowed grace period is 90 minutes (PT90M)."
}
},
"description": "Specifies the configuration parameters for automatic repairs on the virtual machine scale set."
Expand Down

0 comments on commit 869affe

Please sign in to comment.