Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
383 stars 1.24k forks source link

Add information about values for 'nfs3-usage-model' #2695

Closed ekpgh closed 3 years ago

ekpgh commented 3 years ago

There's a required usage model option, but no information about what the options are.

--nfs3-usage-model [Required] : Identifies the primary usage model to be used for this Storage Target.

We need to tell users two things 1) what strings can be used 2) what the strings mean so they can choose the correct one (Descriptions are here - https://docs.microsoft.com/en-us/azure/hpc-cache/hpc-cache-add-storage?tabs=azure-cli#choose-a-usage-model - but the names in the portal are probably different from the names used in the CLI)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

yonzhan commented 3 years ago

hpc cache

ekpgh commented 3 years ago

Is this done? I see that there's an hpc-cache usage-model list command in the AZ CLI now.

zhoxing-ms commented 3 years ago

@ekpgh Hi, there is a new PR #3130 to improve the help description of parameter --nfs3-usage-model.