diff --git a/paas.go b/paas.go index 1f6aa3b..a42d08e 100644 --- a/paas.go +++ b/paas.go @@ -240,6 +240,9 @@ type PaaSTemplateProperties struct { // Values of the autoscaling resources. Autoscaling AutoscalingProperties `json:"autoscaling"` + + // Is the service template active. + Active bool `json:"active"` } // AutoscalingProperties holds properties of resource autoscalings.