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

{netapps} Fix #15209: Update the description of the vnet #23478

Merged
merged 1 commit into from
Aug 10, 2022
Merged
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 @@ -605,9 +605,9 @@
- name: --file-path
short-summary: A 1-80 character long alphanumeric string value that identifies a unique file share or mount point in the target delegate subnet
- name: --vnet
short-summary: The ARM Id or name of the vnet for the volume
short-summary: Name or Resource ID of the vnet. If you want to use a vnet in other resource group or subscription, please provide the Resource ID instead of the name of the vnet.
- name: --subnet
short-summary: The ARM Id or name of the delegated subnet for the vnet. If omitted 'default' will be used
short-summary: The name of the subnet for the volume.
- name: --protocol-types
short-summary: Space separated list of protocols that the volume can use, available protocols are "NFSv4.1", "NFSv3", "CIFS"
- name: --volume-type
Expand Down