Skip to content

Commit 464a79c

Browse files
authored
update (#30159)
1 parent a287786 commit 464a79c

File tree

213 files changed

+588
-588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+588
-588
lines changed

.github/ISSUE_TEMPLATE/docs_feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
value: >
1010
Azure CLI documentation includes 3 categories:
1111
12-
- Conceptual doc about Azure CLI: https://docs.microsoft.com/en-us/CLI/azure
12+
- Conceptual doc about Azure CLI: https://learn.microsoft.com/en-us/CLI/azure
1313
1414
- Engineering doc on Github repo (Core): https://github.com/Azure/azure-CLI
1515

.github/azure-client-tools-bot/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cli_common_issues:
5050
- https://github.com/Azure/azure-cli/issues/19640#issuecomment-1133875268
5151
- https://github.com/Azure/azure-cli/issues/19640#issuecomment-1148202854
5252
53-
Please follow https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux to install Microsoft official Azure CLI.
53+
Please follow https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux to install Microsoft official Azure CLI.
5454
5555
If you feel that further discussion is needed, please add a comment with the text `/clibot unresolve` to reopen the issue.
5656
- tag: latest_api_version_not_available

Dockerfile.nanoserver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ LABEL maintainer="Microsoft" \
1111
org.label-schema.version=$CLI_VERSION \
1212
org.label-schema.license="MIT" \
1313
org.label-schema.description="The Azure CLI 2.0 is the new Azure CLI and is applicable when you use the Resource Manager deployment model." \
14-
org.label-schema.url="https://docs.microsoft.com/cli/azure/overview" \
15-
org.label-schema.usage="https://docs.microsoft.com/cli/azure/install-az-cli2#docker" \
14+
org.label-schema.url="https://learn.microsoft.com/cli/azure/overview" \
15+
org.label-schema.usage="https://learn.microsoft.com/cli/azure/install-az-cli2#docker" \
1616
org.label-schema.build-date=$BUILD_DATE \
1717
org.label-schema.vcs-url="https://github.com/Azure/azure-cli.git" \
1818
org.label-schema.docker.cmd="docker run -v $HOME\.azure:C:\Users\ContainerUser\.azure -it mcr.microsoft.com/azure-cli:$CLI_VERSION"

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Take a test run now from [Azure Cloud Shell](https://portal.azure.com/#cloudshel
1010

1111
## Installation
1212

13-
Please refer to the [install guide](https://docs.microsoft.com/cli/azure/install-azure-cli) for detailed install instructions.
13+
Please refer to the [install guide](https://learn.microsoft.com/cli/azure/install-azure-cli) for detailed install instructions.
1414

1515
A list of common install issues and their resolutions are available at [install troubleshooting](https://github.com/Azure/azure-cli/blob/dev/doc/install_troubleshooting.md).
1616

@@ -28,7 +28,7 @@ $ az [ group ] [ subgroup ] [ command ] {parameters}
2828

2929
### Get Started
3030

31-
Please refer to the ["get started" guide](https://docs.microsoft.com/cli/azure/get-started-with-az-cli2) for in-depth instructions.
31+
Please refer to the ["get started" guide](https://learn.microsoft.com/cli/azure/get-started-with-az-cli2) for in-depth instructions.
3232

3333
For usage and help content, pass in the `-h` parameter, for example:
3434

@@ -87,21 +87,21 @@ For scripting purposes, we output certain exit codes for differing scenarios.
8787

8888
### Common scenarios and use Azure CLI effectively
8989

90-
Please check [Tips for using Azure CLI effectively](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively). It describes some common scenarios:
90+
Please check [Tips for using Azure CLI effectively](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively). It describes some common scenarios:
9191

92-
- [Output formatting (json, table, or tsv)](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#output-formatting-json-table-or-tsv)
93-
- [Pass values from one command to another](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#pass-values-from-one-command-to-another)
94-
- [Async operations](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#async-operations)
95-
- [Generic update arguments](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#generic-update-arguments)
96-
- [Generic resource commands - `az resource`](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#generic-resource-commands---az-resource)
97-
- [REST API command - `az rest`](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#rest-api-command---az-rest)
98-
- [Quoting issues](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#quoting-issues)
99-
- [Work behind a proxy](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#work-behind-a-proxy)
100-
- [Concurrent builds](https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#concurrent-builds)
92+
- [Output formatting (json, table, or tsv)](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#output-formatting-json-table-or-tsv)
93+
- [Pass values from one command to another](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#pass-values-from-one-command-to-another)
94+
- [Async operations](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#async-operations)
95+
- [Generic update arguments](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#generic-update-arguments)
96+
- [Generic resource commands - `az resource`](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#generic-resource-commands---az-resource)
97+
- [REST API command - `az rest`](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#rest-api-command---az-rest)
98+
- [Quoting issues](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#quoting-issues)
99+
- [Work behind a proxy](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#work-behind-a-proxy)
100+
- [Concurrent builds](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively#concurrent-builds)
101101

102102
### More samples and snippets
103103

104-
For more usage examples, take a look at our [GitHub samples repo](http://github.com/Azure/azure-cli-samples) or [https://docs.microsoft.com/cli/azure/overview](https://docs.microsoft.com/cli/azure/overview).
104+
For more usage examples, take a look at our [GitHub samples repo](http://github.com/Azure/azure-cli-samples) or [https://learn.microsoft.com/cli/azure/overview](https://learn.microsoft.com/cli/azure/overview).
105105

106106
### Write and run commands in Visual Studio Code
107107

build_scripts/windows/Product.wxs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<Icon Id="AzureIcon" SourceFile="$(var.ProductResources)windowsazure.ico" />
6969

7070
<Property Id="ARPPRODUCTICON" Value="AzureIcon" />
71-
<Property Id="ARPHELPLINK" Value="https://docs.microsoft.com/cli/azure" />
72-
<Property Id="ARPURLINFOABOUT" Value="https://docs.microsoft.com/cli/azure/overview" />
73-
<Property Id="ARPURLUPDATEINFO" Value="https://docs.microsoft.com/cli/azure/overview" />
71+
<Property Id="ARPHELPLINK" Value="https://learn.microsoft.com/cli/azure" />
72+
<Property Id="ARPURLINFOABOUT" Value="https://learn.microsoft.com/cli/azure/overview" />
73+
<Property Id="ARPURLUPDATEINFO" Value="https://learn.microsoft.com/cli/azure/overview" />
7474
<Property Id="MSIFASTINSTALL" Value="7" />
7575
<Property Id="ApplicationFolderName" Value="Microsoft SDKs\Azure" />
7676
<Property Id="WixAppFolder" Value="WixPerMachineFolder" />

doc/authoring_command_modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The document provides instructions and guidelines on how to author command modul
1515

1616
**Test Authoring**:<br>https://github.com/Azure/azure-cli/blob/dev/doc/authoring_tests.md
1717

18-
**Generating Documentation**:<br>https://review.docs.microsoft.com/help/onboard/admin/reference/cli/azure-cli-ci?branch=master#documenting-a-new-azure-cli-module
18+
**Generating Documentation**:<br>https://review.learn.microsoft.com/help/onboard/admin/reference/cli/azure-cli-ci?branch=master#documenting-a-new-azure-cli-module
1919

2020
<a name="heading_set_up"></a>Set Up
2121
------

scripts/live_test/sendemail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
KUSTO_CLUSTER = os.environ.get('KUSTO_CLUSTER')
4343
KUSTO_DATABASE = os.environ.get('KUSTO_DATABASE')
4444
KUSTO_TABLE = os.environ.get('KUSTO_TABLE')
45-
# get tenant id from https://docs.microsoft.com/en-us/onedrive/find-your-office-365-tenant-id
45+
# get tenant id from https://learn.microsoft.com/en-us/onedrive/find-your-office-365-tenant-id
4646
KUSTO_TENANT_ID = os.environ.get('KUSTO_TENANT_ID')
4747
PYTHON_VERSION = os.environ.get('PYTHON_VERSION')
4848
USER_BRANCH = os.environ.get('USER_BRANCH')

scripts/release/homebrew/docker/formula_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class AzureCli < Formula
22
include Language::Python::Virtualenv
33

44
desc "Microsoft Azure CLI 2.0"
5-
homepage "https://docs.microsoft.com/cli/azure/overview"
5+
homepage "https://learn.microsoft.com/cli/azure/overview"
66
url "{{ upstream_url }}"
77
version "{{ cli_version }}"
88
sha256 "{{ upstream_sha }}"

scripts/release/rpm/azure-cli.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ License: MIT
2121
Name: %{name}
2222
Version: %{version}
2323
Release: %{release}
24-
Url: https://docs.microsoft.com/cli/azure/install-azure-cli
24+
Url: https://learn.microsoft.com/cli/azure/install-azure-cli
2525
Requires: %{python_package}
2626
Prefix: /usr
2727
Prefix: /etc

src/azure-cli-core/azure/cli/core/auth/credential_adaptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, credential, resource=None, auxiliary_credentials=None):
2323
:param resource: AAD resource for Track 1 only
2424
:param auxiliary_credentials: Credentials from .msal_authentication for cross tenant authentication.
2525
Details about cross tenant authentication:
26-
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant
26+
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant
2727
"""
2828

2929
self._credential = credential

0 commit comments

Comments
 (0)