Skip to content

Commit

Permalink
Remove references to CLI being in preview (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored May 9, 2017
1 parent ad349f9 commit 85d9591
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion doc/authoring_command_modules/authoring_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
1 change: 0 additions & 1 deletion doc/authoring_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion doc/azure2az_commands.rst
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions packaged_releases/debian/debian_dir_creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/azure-cli/README.rst
Original file line number Diff line number Diff line change
@@ -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
=====
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@

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.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

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.
"""

0 comments on commit 85d9591

Please sign in to comment.