Create deployment (date-based gradual rollout)

POST https://graph.microsoft.com/beta/admin/windows/updates/deployments

Request Body

{"content"=>{"@odata.type"=>"#microsoft.graph.windowsUpdates.featureUpdateReference", "version"=>"{{FeatureUpdateVersion}}"}, "settings"=>{"@odata.type"=>"microsoft.graph.windowsUpdates.windowsDeploymentSettings", "rollout"=>{"startDateTime"=>"{{DeploymentStartDateTime}}", "endDateTime"=>"{{DeploymentEndDateTime}}", "durationBetweenOffers"=>"P7D"}, "monitoring"=>{"monitoringRules"=>[{"@odata.type"=>"#microsoft.graph.windowsUpdates.monitoringRule", "signal"=>"rollback", "threshold"=>5, "action"=>"pauseDeployment"}]}}}