Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from 100fe77a2190bf323bcdd98cc910881c705244aa
BatchAI. Titles and descriptions cleanup
  • Loading branch information
AutorestCI committed Jun 17, 2018
commit 9e15eaa978a3a769ee869ea2e4012f3ce03467d2
2 changes: 1 addition & 1 deletion azure-mgmt-batchai/azure/mgmt/batchai/models/data_disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DataDisks(Model):
:param disk_size_in_gb: Required. Disk size in GB. Disk size in GB for the
blank data disks.
:type disk_size_in_gb: int
:param caching_type: Caching Type. Caching Type for the disks. Available
:param caching_type: Caching type. Caching type for the disks. Available
values are none (default), readonly, readwrite. Caching type can be set
only for VM sizes supporting premium storage. Possible values include:
'none', 'readonly', 'readwrite'. Default value: "none" .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DataDisks(Model):
:param disk_size_in_gb: Required. Disk size in GB. Disk size in GB for the
blank data disks.
:type disk_size_in_gb: int
:param caching_type: Caching Type. Caching Type for the disks. Available
:param caching_type: Caching type. Caching type for the disks. Available
values are none (default), readonly, readwrite. Caching type can be set
only for VM sizes supporting premium storage. Possible values include:
'none', 'readonly', 'readwrite'. Default value: "none" .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class KeyVaultSecretReference(Model):

All required parameters must be populated in order to send to Azure.

:param source_vault: Required. Key Vault resource ID. Fully qualified
resource ID for the Key Vault.
:param source_vault: Required. Key Vault resource identifier. Fully
qualified resource indentifier of the Key Vault.
:type source_vault: ~azure.mgmt.batchai.models.ResourceId
:param secret_url: Required. Secret URL. The URL referencing a secret in a
Key Vault.
:param secret_url: Required. Secret URL. The URL referencing a secret in
the Key Vault.
:type secret_url: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class KeyVaultSecretReference(Model):

All required parameters must be populated in order to send to Azure.

:param source_vault: Required. Key Vault resource ID. Fully qualified
resource ID for the Key Vault.
:param source_vault: Required. Key Vault resource identifier. Fully
qualified resource indentifier of the Key Vault.
:type source_vault: ~azure.mgmt.batchai.models.ResourceId
:param secret_url: Required. Secret URL. The URL referencing a secret in a
Key Vault.
:param secret_url: Required. Secret URL. The URL referencing a secret in
the Key Vault.
:type secret_url: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@


class MountSettings(Model):
"""File Server Mount Information.
"""File Server mount Information.

:param mount_point: Mount Point. Path where the NFS is mounted on the File
Server.
:param mount_point: Mount Point. Path where the data disks are mounted on
the File Server.
:type mount_point: str
:param file_server_public_ip: Public IP. Public IP address of the File
Server which can be used to SSH to the node from outside of the subnet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@


class MountSettings(Model):
"""File Server Mount Information.
"""File Server mount Information.

:param mount_point: Mount Point. Path where the NFS is mounted on the File
Server.
:param mount_point: Mount Point. Path where the data disks are mounted on
the File Server.
:type mount_point: str
:param file_server_public_ip: Public IP. Public IP address of the File
Server which can be used to SSH to the node from outside of the subnet.
Expand Down