Remove references to CLI being in preview (#3273)

This commit is contained in:
Derek Bekoe 2017-05-09 12:03:04 -07:00 коммит произвёл GitHub
Родитель ad349f9d49
Коммит 85d95913a0
8 изменённых файлов: 14 добавлений и 15 удалений

Просмотреть файл

@ -40,7 +40,7 @@ $ az vm create -h
### Highlights
Here are a few features and concepts that can help you get the most out of the Azure CLI 2.0 Preview
Here are a few features and concepts that can help you get the most out of the Azure CLI 2.0
![Azure CLI 2.0 Highlight Reel](doc/assets/AzBlogAnimation4.gif)

Просмотреть файл

@ -100,7 +100,7 @@ Supporting the IDs Parameter
Most ARM resources can be identified by an ID. In many cases, for example show and delete commands, it may be more useful to copy and paste an ID to identify the target resource instead of having to specify the names of the resource group, the resource, and the parent resource (if any).
Azure CLI 2.0 Preview supports exposing an `--ids` parameter that will parse a resource ID into its constituent named parts so that this parsing need not be done as part of a client script. Additionally `--ids` will accept a _list_ of space separated IDs, allowing the client to loop the command over each ID.
Azure CLI 2.0 supports exposing an `--ids` parameter that will parse a resource ID into its constituent named parts so that this parsing need not be done as part of a client script. Additionally `--ids` will accept a _list_ of space separated IDs, allowing the client to loop the command over each ID.
Enabling this functionality only requires the command author specify the appropriate values for `id_part` in their calls to `register_cli_argument`.

Просмотреть файл

@ -76,7 +76,6 @@ helps['account'] = """
- Don't use "etc". Sometimes it makes sense to spell out a list completely. Sometimes it works to say "like ..." instead of "..., etc".
- The short summary for a group should start with "Commands to...".
- Use active voice. For example, say "Update web app configurations" instead of "Updates web app congfigurations" or "Updating web app configurations".
- Refer to the CLI as "Azure CLI 2.0 (Preview)". We'll drop "(Preview)" when the CLI GAs.
- Don't use highly formal language. If you imagine that another dev sat down with you and you were telling him what he needs to know to use the command, that's exactly what you need to write, in those words.
# Testing Authored Help #

Просмотреть файл

@ -1,7 +1,7 @@
Azure XPlat CLI to Azure CLI 2.0 commands
=========================================
Below is a list of common Azure XPlat commands and their Azure CLI 2.0 Preview equivalent.
Below is a list of common Azure XPlat commands and their Azure CLI 2.0 equivalent.
Services included:

Просмотреть файл

@ -59,8 +59,8 @@ Homepage: https://github.com/azure/azure-cli
Package: azure-cli
Architecture: all
Depends: \${misc:Depends}
Description: Azure CLI 2.0 - Preview
A great cloud needs great tools; we're excited to introduce Azure CLI 2.0 - Preview,
Description: Azure CLI 2.0
A great cloud needs great tools; we're excited to introduce Azure CLI 2.0,
our next generation multi-platform command line experience for Azure.
EOM

Просмотреть файл

@ -1,7 +1,7 @@
Microsoft Azure CLI 2.0 - Preview
==================================
Microsoft Azure CLI 2.0
=======================
A great cloud needs great tools; we're excited to introduce *Azure CLI 2.0 - Preview*, our next generation multi-platform command line experience for Azure.
A great cloud needs great tools; we're excited to introduce *Azure CLI 2.0*, our next generation multi-platform command line experience for Azure.
Usage
=====
@ -29,7 +29,7 @@ For usage and help content, pass in the ``-h`` parameter, for example:
Highlights
===========
Here are a few features and concepts that can help you get the most out of the Azure CLI 2.0 Preview
Here are a few features and concepts that can help you get the most out of the Azure CLI 2.0
The following examples are showing using the ``--output table`` format, you can change your default using the ``$ az configure`` command.

Просмотреть файл

@ -7,20 +7,20 @@ from azure.cli.core.help_files import helps
helps['component'] = """
type: group
short-summary: Manage and update Azure CLI 2.0 (Preview) components.
short-summary: Manage and update Azure CLI 2.0 components.
"""
helps['component list'] = """
type: command
short-summary: List the installed components of Azure CLI 2.0 (Preview).
short-summary: List the installed components of Azure CLI 2.0.
"""
helps['component remove'] = """
type: command
short-summary: Remove a component from Azure CLI 2.0 (Preview).
short-summary: Remove a component from Azure CLI 2.0.
"""
helps['component update'] = """
type: command
short-summary: Update Azure CLI 2.0 (Preview) and all of the installed components.
short-summary: Update Azure CLI 2.0 and all of the installed components.
"""

Просмотреть файл

@ -9,5 +9,5 @@ from azure.cli.core.help_files import helps # pylint: disable=unused-import
helps['configure'] = """
type: command
short-summary: Configure Azure CLI 2.0 Preview or view your configuration. The command is interactive, so just type `az configure` and respond to the prompts.
short-summary: Configure Azure CLI 2.0 or view your configuration. The command is interactive, so just type `az configure` and respond to the prompts.
"""