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

[NetAppFiles] Update help description for pool-change #18835

Merged
merged 1 commit into from
Jul 15, 2021
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 @@ -843,7 +843,7 @@

helps['netappfiles volume pool-change'] = """
type: command
short-summary: Get the specified ANF volume.
short-summary: Change pool for an Azure NetApp Files (ANF) volume.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
Expand All @@ -854,7 +854,7 @@
- name: --new-pool-resource-id -d
short-summary: The resource id of the new ANF pool
examples:
- name: Returns the properties of the given ANF volume
- name: This changes the pool for the volume myvolname from mypoolname to pool with the Id mynewresourceid
text: >
az netappfiles volume pool-change -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname --new-pool-resource-id mynewresourceid
"""
Expand Down