diff --git a/.coveragerc b/.coveragerc index c659408850ec..0612a4a83795 100644 --- a/.coveragerc +++ b/.coveragerc @@ -6,6 +6,7 @@ omit = */test* env* */_serialization.py + */azure/ai/ml/_restclient [paths] source = @@ -24,4 +25,5 @@ omit = */test* env* */_serialization.py - */sms/_shared/* \ No newline at end of file + */sms/_shared/* + */azure/ai/ml/_restclient/* \ No newline at end of file diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_compute/aml_compute.py b/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_compute/aml_compute.py index 913c7e80834a..5cb34610a8a3 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_compute/aml_compute.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_compute/aml_compute.py @@ -241,7 +241,7 @@ def _to_rest_object(self) -> ComputeResource: else: subnet_resource = None - # Scale settings is required when creating an AzureML compute cluster + # Scale settings is required when creating an AzureML compute cluster. scale_settings = ScaleSettings( max_node_count=self.max_instances, min_node_count=self.min_instances,