Skip to content

Commit f5e0eda

Browse files
authored
Merge pull request #71067 from zr-msft/rm-cli-version
[Dev Spaces] remove CLI version from tutorials, minor cleanup
2 parents 64d415a + a684d4b commit f5e0eda

File tree

5 files changed

+7
-26
lines changed

5 files changed

+7
-26
lines changed

articles/dev-spaces/get-started-java.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,11 @@ In this guide, you will learn how to:
2020
- Productively develop and test your code in a team environment.
2121

2222
> [!Note]
23-
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section, or post a comment on this page.
24-
25-
You're now ready to create a Kubernetes-based dev space in Azure.
23+
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section.
2624
2725
## Install the Azure CLI
2826
Azure Dev Spaces requires minimal local machine setup. Most of your dev space's configuration gets stored in the cloud, and is shareable with other users. Start by downloading and running the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
2927

30-
> [!IMPORTANT]
31-
> If you already have the Azure CLI installed, make sure you are using version 2.0.43 or higher.
32-
3328
### Sign in to Azure CLI
3429
Sign in to Azure. Type the following command in a terminal window:
3530

articles/dev-spaces/get-started-netcore-visualstudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this guide, you will learn how to:
2222
- Productively develop and test your code in a team environment.
2323

2424
> [!Note]
25-
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section, or post a comment on this page.
25+
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section.
2626
2727

2828
## Create a Kubernetes cluster enabled for Azure Dev Spaces

articles/dev-spaces/get-started-netcore.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,10 @@ In this guide, you will learn how to:
1919
- Productively develop and test your code in a team environment.
2020

2121
> [!Note]
22-
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section, or post a comment on this page.
23-
24-
You're now ready to create a Kubernetes-based dev space in Azure.
22+
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section.
2523
2624
## Install the Azure CLI
27-
Azure Dev Spaces requires minimal local machine setup. Most of your dev space's configuration gets stored in the cloud, and is shareable with other users. Your local machine can run Windows, Mac, or Linux. For Linux, the following distributions are supported: Ubuntu (18.04, 16.04, and 14.04), Debian 8 and 9, RHEL 7, Fedora 26+, CentOS 7, openSUSE 42.2, and SLES 12.
28-
29-
Start by downloading and running the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
30-
31-
> [!IMPORTANT]
32-
> If you already have the Azure CLI installed, make sure you are using version 2.0.43 or higher.
25+
Azure Dev Spaces requires minimal local machine setup. Most of your dev space's configuration gets stored in the cloud, and is shareable with other users. Start by downloading and running the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
3326

3427
### Sign in to Azure CLI
3528
Sign in to Azure. Type the following command in a terminal window:

articles/dev-spaces/get-started-nodejs.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,10 @@ In this guide, you will learn how to:
1919
- Productively develop and test your code in a team environment.
2020

2121
> [!Note]
22-
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section, or post a comment on this page.
23-
24-
You're now ready to create a Kubernetes-based development environment in Azure.
22+
> **If you get stuck** at any time, see the [Troubleshooting](troubleshooting.md) section.
2523
2624
## Install the Azure CLI
27-
Azure Dev Spaces requires minimal local machine setup. Most of your dev space's configuration gets stored in the cloud, and is shareable with other users. Your local machine can run Windows, Mac, or Linux. For Linux, the following distributions are supported: Ubuntu (18.04, 16.04, and 14.04), Debian 8 and 9, RHEL 7, Fedora 26+, CentOS 7, openSUSE 42.2, and SLES 12.
28-
29-
Start by downloading and running the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
30-
31-
> [!IMPORTANT]
32-
> If you already have the Azure CLI installed, make sure you are using version 2.0.43 or higher.
25+
Azure Dev Spaces requires minimal local machine setup. Most of your dev space's configuration gets stored in the cloud, and is shareable with other users. Start by downloading and running the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
3326

3427
### Sign in to Azure CLI
3528
Sign in to Azure. Type the following command in a terminal window:

articles/dev-spaces/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this guide, you will learn how to:
2525

2626
- An Azure subscription. If you don't have one, you can create a [free account](https://azure.microsoft.com/free).
2727
- [Visual Studio Code installed](https://code.visualstudio.com/download).
28-
- The [Azure Dev Spaces](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) and [Java Debugger for Azure Dev Spaces](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debugger-azds) extensions for Visual Studio Code installed.
28+
- The [Azure Dev Spaces](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) and [Java Debugger for Azure Dev Spaces](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debugger-azds) extensions for Visual Studio Code installed.
2929
- [Azure CLI installed](/cli/azure/install-azure-cli?view=azure-cli-latest).
3030
- [Maven installed and configured](https://maven.apache.org).
3131

0 commit comments

Comments
 (0)