src/sfctl/custom_service.py [448:458]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                               application_name="fabric:/" + app_id,
                                               initialization_data=None,
                                               placement_constraints=constraints,
                                               correlation_scheme=cor_desc,
                                               service_load_metrics=load_list,
                                               service_placement_policies=place_policy,
                                               default_move_cost=move_cost,
                                               is_default_move_cost_specified=bool(move_cost),
                                               service_package_activation_mode=activation_mode,
                                               service_dns_name=dns_name,
                                               scaling_policies=scaling_policy_description,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sfctl/custom_service.py [472:482]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            application_name="fabric:/" + app_id,
            initialization_data=None,
            placement_constraints=constraints,
            correlation_scheme=cor_desc,
            service_load_metrics=load_list,
            service_placement_policies=place_policy,
            default_move_cost=move_cost,
            is_default_move_cost_specified=bool(move_cost),
            service_package_activation_mode=activation_mode,
            service_dns_name=dns_name,
            scaling_policies=scaling_policy_description,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



