Skip to content

Commit 7e78d35

Browse files
author
Sakthi Vetrivel
committed
removing preview info
1 parent 6713f71 commit 7e78d35

File tree

4 files changed

+6
-102
lines changed

4 files changed

+6
-102
lines changed

articles/openshift/create-private-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ The `az aro` extension allows you to create, access, and delete Azure Red Hat Op
2929
Run the following command to install the `az aro` extension.
3030

3131
```azurecli-interactive
32-
az extension add -n aro --index https://az.aroapp.io/preview
32+
az extension add -n aro --index https://az.aroapp.io/stable
3333
```
3434

3535
If you already have the extension installed, you can update by running the following command.
3636

3737
```azurecli-interactive
38-
az extension update -n aro --index https://az.aroapp.io/preview
38+
az extension update -n aro --index https://az.aroapp.io/stable
3939
```
4040

41-
### Register the preview resource provider
41+
### Register the resource provider
4242

4343
Next, you need to register the `Microsoft.RedHatOpenShift` resource provider in your subscription.
4444

articles/openshift/howto-azure-monitor-v4.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

articles/openshift/howto-using-azure-redhat-openshift.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ You'll need the following to create an Azure Red Hat OpenShift 4.3 cluster:
3030
The `az aro` extension allows you to create, access, and delete Azure Red Hat OpenShift clusters directly from the command line using the Azure CLI.
3131

3232
> [!Note]
33-
> The `az aro` extension is currenty in preview. It may be changed or removed in a future release.
34-
> To opt-in for the `az aro` extension preview you need to register the `Microsoft.RedHatOpenShift` resource provider.
33+
> To opt-in for the `az aro` extension, you need to register the `Microsoft.RedHatOpenShift` resource provider.
3534
>
3635
> ```console
3736
> az provider register -n Microsoft.RedHatOpenShift --wait
@@ -46,7 +45,7 @@ The `az aro` extension allows you to create, access, and delete Azure Red Hat Op
4645
2. Run the following command to install the `az aro` extension:
4746

4847
```console
49-
az extension add -n aro --index https://az.aroapp.io/preview
48+
az extension add -n aro --index https://az.aroapp.io/stable
5049
```
5150

5251
3. Verify the `aro` extension is registered.

articles/openshift/tutorial-create-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you already have the extension installed, you can update by running the follo
3535
az extension update -n aro --index https://az.aroapp.io/stable
3636
```
3737

38-
### Register the preview resource provider
38+
### Register the resource provider
3939

4040
Next, you need to register the `Microsoft.RedHatOpenShift` resource provider in your subscription.
4141

0 commit comments

Comments
 (0)