Skip to content

Commit

Permalink
api review comment (#36710)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauhan-scc authored Aug 1, 2024
1 parent e8f9c4d commit a3c7d76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def list_sizes(self, *, location: Optional[str] = None, compute_type: Optional[s
@distributed_trace
@monitor_with_activity(ops_logger, "Compute.enablesso", ActivityType.PUBLICAPI)
@experimental
def enable_sso(self, *, name: str, enable_sso: bool = True):
def enable_sso(self, *, name: str, enable_sso: bool = True) -> None:
"""enable sso for a compute instance.
:keyword name: Name of the compute instance.
Expand Down

0 comments on commit a3c7d76

Please sign in to comment.