Skip to content

Commit a3c7d76

Browse files
authored
api review comment (#36710)
1 parent e8f9c4d commit a3c7d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/operations/_compute_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def list_sizes(self, *, location: Optional[str] = None, compute_type: Optional[s
424424
@distributed_trace
425425
@monitor_with_activity(ops_logger, "Compute.enablesso", ActivityType.PUBLICAPI)
426426
@experimental
427-
def enable_sso(self, *, name: str, enable_sso: bool = True):
427+
def enable_sso(self, *, name: str, enable_sso: bool = True) -> None:
428428
"""enable sso for a compute instance.
429429
430430
:keyword name: Name of the compute instance.

0 commit comments

Comments
 (0)