Skip to content

Commit f6266b2

Browse files
committed
links, TOC
1 parent 117d417 commit f6266b2

6 files changed

Lines changed: 25 additions & 25 deletions

File tree

docs-ref-autogen/TOC.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# [Overview](../docs-ref-conceptual/overview.md)
2-
## [Install](../docs-ref-conceptual/install-az-cli.md)
3-
## [Get started](../docs-ref-conceptual/get-started-with-az-cli.md)
4-
## [Log in](../docs-ref-conceptual/authenticate-az-cli.md)
5-
### [Create a service principal](../docs-ref-conceptual/create-an-azure-service-principal-az-cli.md)
6-
## [Output formats](../docs-ref-conceptual/format-output-az-cli.md)
7-
## [Query](../docs-ref-conceptual/query-az-cli.md)
8-
## [Subscriptions](../docs-ref-conceptual/manage-azure-subscriptions-az-cli.md)
9-
## [Release notes](../docs-ref-conceptual/release-notes-az-cli.md)
2+
## [Install](../docs-ref-conceptual/install-azure-cli.md)
3+
## [Get started](../docs-ref-conceptual/get-started-with-azure-cli.md)
4+
## [Log in](../docs-ref-conceptual/authenticate-azure-cli.md)
5+
### [Create a service principal](../docs-ref-conceptual/create-an-azure-service-principal-azure-cli.md)
6+
## [Output formats](../docs-ref-conceptual/format-output-azure-cli.md)
7+
## [Query](../docs-ref-conceptual/query-azure-cli.md)
8+
## [Subscriptions](../docs-ref-conceptual/manage-azure-subscriptions-azure-cli.md)
9+
## [Release notes](../docs-ref-conceptual/release-notes-azure-cli.md)
1010
# Sample Scripts
1111
## [Virtual Machines](/azure/virtual-machines/virtual-machines-linux-cli-samples?toc=%2fcli%2fazure%2ftoc.json)
1212
## [Web Apps](/azure/app-service/app-service-cli-samples?toc=%2fcli%2fazure%2ftoc.json)

docs-ref-conceptual/TOC.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# [Overview](overview.md)
2-
## [Install](install-az-cli.md)
3-
## [Get started](get-started-with-az-cli.md)
4-
## [Log in](authenticate-az-cli.md)
5-
### [Create a service principal](create-an-azure-service-principal-az-cli.md)
6-
## [Output formats](format-output-az-cli.md)
7-
## [Query](query-az-cli.md)
8-
## [Subscriptions](manage-azure-subscriptions-az-cli.md)
9-
## [Release notes](release-notes-az-cli.md)
2+
## [Install](install-azure-cli.md)
3+
## [Get started](get-started-with-azure-cli.md)
4+
## [Log in](authenticate-azure-cli.md)
5+
### [Create a service principal](create-an-azure-service-principal-azure-cli.md)
6+
## [Output formats](format-output-azure-cli.md)
7+
## [Query](query-azure-cli.md)
8+
## [Subscriptions](manage-azure-subscriptions-azure-cli.md)
9+
## [Release notes](release-notes-azure-cli.md)
1010
# Sample Scripts
1111
## [Virtual Machines](/azure/virtual-machines/virtual-machines-linux-cli-samples?toc=%2fcli%2fazure%2ftoc.json)
1212
## [Web Apps](/azure/app-service/app-service-cli-samples?toc=%2fcli%2fazure%2ftoc.json)

docs-ref-conceptual/authenticate-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ from either your scripts or applications that manipulate resources.
3939
You define the roles you want your users to have via the `az role` set of commands.
4040
You can learn more and see examples of service principal roles in our [az role reference articles](https://docs.microsoft.com/cli/azure/role.md).
4141

42-
1. If you don't already have a service principal, [create one](create-an-azure-service-principal-az-cli.md).
42+
1. If you don't already have a service principal, [create one](create-an-azure-service-principal-azure-cli.md).
4343

4444
1. Log in with the service principal.
4545

docs-ref-conceptual/get-started-with-azure-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Azure CLI 2.0 is optimized for managing and administering Azure resources from t
2020
and for building automation scripts that work against the Azure Resource Manager.
2121
This article helps get you started using it, and teaches you the core concepts behind it.
2222

23-
For information about the latest release, see the [release notes](release-notes-az-cli.md).
23+
For information about the latest release, see the [release notes](release-notes-azure-cli.md).
2424

2525
## Install Azure CLI
2626

2727
The first step is to make sure you have the latest version of the Azure CLI installed:
2828

29-
1. [Install Azure CLI 2.0](install-az-cli.md)
29+
1. [Install Azure CLI 2.0](install-azure-cli.md)
3030
on whatever platform you use.
3131

3232
2. To verify the installation was successful, run `az --version` from your command line.
3333

3434
You should see the version number of Azure CLI and other dependent libraries installed on your computer.
3535

36-
If you get an error, there was likely a problem installing the CLI. Review the "Installation Troubleshooting" section of [Azure CLI 2.0 installation article](install-az-cli.md#troubleshooting)
36+
If you get an error, there was likely a problem installing the CLI. Review the "Installation Troubleshooting" section of [Azure CLI 2.0 installation article](install-azure-cli.md#troubleshooting)
3737
for guidance, or post a comment in the discussion at the bottom of that page for help.
3838

3939
## Log in to Azure
@@ -331,7 +331,7 @@ az vm list --output tsv
331331
None None /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Compute/virtualMachines/MyLinuxVM None None westus2 MyLinuxVM None Succeeded MyResourceGroup None Microsoft.Compute/virtualMachines XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
332332
None None /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Compute/virtualMachines/MyWinVM None None westus2 MyWinVM None Succeeded MyResourceGroup None Microsoft.Compute/virtualMachines XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
333333
```
334-
Visit the [output formats](format-output-az-cli.md) article to learn more about the additional ways to list resources and format the output.
334+
Visit the [output formats](format-output-azure-cli.md) article to learn more about the additional ways to list resources and format the output.
335335

336336
## Querying resources and shaping outputs
337337

@@ -383,7 +383,7 @@ MyLinuxVM Linux
383383
MyWinVM Windows
384384
```
385385

386-
The JMESPath support in Azure CLI is powerful. Learn more about how to use it in our [query](query-az-cli.md) article.
386+
The JMESPath support in Azure CLI is powerful. Learn more about how to use it in our [query](query-azure-cli.md) article.
387387

388388
## Deleting resources
389389

docs-ref-conceptual/install-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.assetid: ea5c0ee1-c530-4a1e-a83f-e1be71f6d416
1818
Install the new version of the Azure CLI today!
1919
We've improved and updated it to provide a great native command line experience for managing Azure resources.
2020
It can be used on macOS, Linux, and Windows.
21-
For information about the latest release, see the [release notes](release-notes-az-cli.md).
21+
For information about the latest release, see the [release notes](release-notes-azure-cli.md).
2222

2323
## macOS Install
2424

docs-ref-conceptual/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure CLI 2.0 is optimized for managing and administering Azure resources from t
2121
az vm create -n MyLinuxVM -g MyResourceGroup --image UbuntuLTS
2222
```
2323

24-
Review the [Install article](install-az-cli.md) to get Azure CLI 2.0 up and running on your system. Then read the [Get Started](get-started-with-az-cli.md) article to begin using it.
24+
Review the [Install article](install-azure-cli.md) to get Azure CLI 2.0 up and running on your system. Then read the [Get Started](get-started-with-azure-cli.md) article to begin using it.
2525

2626
The following samples can help you learn how to perform common scenarios with Azure CLI 2.0:
2727
- [Virtual Machines](/azure/virtual-machines/virtual-machines-linux-cli-samples?toc=%2fazure%2ftoc.json)
@@ -30,7 +30,7 @@ The following samples can help you learn how to perform common scenarios with Az
3030

3131
A detailed [reference](/azure/doc-ref-autogen) is also available that documents how to use each individual Azure CLI 2.0 command.
3232

33-
[Get started](get-started-with-az-cli.md) with Azure CLI 2.0 now.
33+
[Get started](get-started-with-azure-cli.md) with Azure CLI 2.0 now.
3434

3535

3636
> [!NOTE]

0 commit comments

Comments
 (0)