Description of changes:
Add ModifyClusterMaintenance APIs support for Cluster Resource. If DeferMaintenance is mentioned in the Create handler template, appropriate actions w.r.t Defer Maintenance should take place.
Add support for ModifyClusterMaintenance API with Cluster resource.
Remove MasterUserPassword as required parameter as this property is not a required property for update actions.
Remove Id property as it's not defined anywhere in the Cluster resource.
Minor code refactoring and unit tests for supporting ModifyClusterMaintenance API.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes: Add
ModifyClusterMaintenance
APIs support for Cluster Resource. IfDeferMaintenance
is mentioned in the Create handler template, appropriate actions w.r.t Defer Maintenance should take place.ModifyClusterMaintenance
API with Cluster resource.MasterUserPassword
as required parameter as this property is not a required property for update actions.Id
property as it's not defined anywhere in the Cluster resource.ModifyClusterMaintenance
API.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.