Skip to content

Commit

Permalink
Generated from 8153135b38dbcaf4b145bad5db7d4e662b053ef5
Browse files Browse the repository at this point in the history
Merge pull request #17 from leonardbf/NFSAAS-2185-R4-swagger-standard

NFSAAS-2185 update to R4 RP standard
  • Loading branch information
AutorestCI committed Apr 18, 2019
1 parent c5ecb48 commit 853a7bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-mgmt-netapp/azure/mgmt/netapp/models/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Volume(Model):
:vartype provisioning_state: str
:param snapshot_id: Snapshot ID. UUID v4 used to identify the Snapshot
:type snapshot_id: str
:ivar baremetal_tenant_id: Baremental Tenant ID. Unique Baremetal Tenant
:ivar baremetal_tenant_id: Baremetal Tenant ID. Unique Baremetal Tenant
Identifier.
:vartype baremetal_tenant_id: str
:param subnet_id: The Azure Resource URI for a delegated subnet. Must have
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-netapp/azure/mgmt/netapp/models/volume_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Volume(Model):
:vartype provisioning_state: str
:param snapshot_id: Snapshot ID. UUID v4 used to identify the Snapshot
:type snapshot_id: str
:ivar baremetal_tenant_id: Baremental Tenant ID. Unique Baremetal Tenant
:ivar baremetal_tenant_id: Baremetal Tenant ID. Unique Baremetal Tenant
Identifier.
:vartype baremetal_tenant_id: str
:param subnet_id: The Azure Resource URI for a delegated subnet. Must have
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get(
self, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, **operation_config):
"""Describe a Capacity Pool.
Get detailsof the specified capacity pool.
Get details of the specified capacity pool.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down

0 comments on commit 853a7bb

Please sign in to comment.