Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR netapp/resource-manager] typo: netapp/resource-manager/Microsoft.NetApp #3956

Merged
merged 1 commit into from
Dec 3, 2018
Merged
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
2 changes: 1 addition & 1 deletion azure-mgmt-netapp/azure/mgmt/netapp/models/dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Dimension(Model):
"""Dimension of blobs, possiblly be blob type or access tier.
"""Dimension of blobs, possibly be blob type or access tier.

:param name: Display name of dimension.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Dimension(Model):
"""Dimension of blobs, possiblly be blob type or access tier.
"""Dimension of blobs, possibly be blob type or access tier.

:param name: Display name of dimension.
:type name: str
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-netapp/azure/mgmt/netapp/models/mount_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MountTarget(Model):
:param file_system_id: Required. fileSystemId. UUID v4 used to identify
the MountTarget
:type file_system_id: str
:ivar ip_address: ipAddress. The mount targets's IPv4 address
:ivar ip_address: ipAddress. The mount target's IPv4 address
:vartype ip_address: str
:ivar name1: name. The name of the mount target
:vartype name1: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MountTarget(Model):
:param file_system_id: Required. fileSystemId. UUID v4 used to identify
the MountTarget
:type file_system_id: str
:ivar ip_address: ipAddress. The mount targets's IPv4 address
:ivar ip_address: ipAddress. The mount target's IPv4 address
:vartype ip_address: str
:ivar name1: name. The name of the mount target
:vartype name1: str
Expand Down