Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class SourceControlConfigurationClient(SDKClient):
"""Use these APIs to create Source Control Configuration resources through ARM, for Kubernetes Clusters.
"""KubernetesConfiguration Client

:ivar config: Configuration for client.
:vartype config: SourceControlConfigurationClientConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,7 @@ class SystemData(Model):
'ManagedIdentity', 'Key'
:type last_modified_by_type: str or
~azure.mgmt.kubernetesconfiguration.models.CreatedByType
:param last_modified_at: The type of identity that last modified the
resource.
:param last_modified_at: The timestamp of resource last modification (UTC)
:type last_modified_at: datetime
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,7 @@ class SystemData(Model):
'ManagedIdentity', 'Key'
:type last_modified_by_type: str or
~azure.mgmt.kubernetesconfiguration.models.CreatedByType
:param last_modified_at: The type of identity that last modified the
resource.
:param last_modified_at: The timestamp of resource last modification (UTC)
:type last_modified_at: datetime
"""

Expand Down