Skip to content

Commit a0afe7d

Browse files
authored
fix(azure): update commands to remove beta (#859)
1 parent 81f0dc2 commit a0afe7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/azure/partials/github/_cluster-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export ARM_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1212
export ARM_SUBSCRIPTION_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1313
export ARM_TENANT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1414

15-
kubefirst beta azure create \
15+
kubefirst azure create \
1616
--alerts-email yourdistro@your-company.io \
1717
--github-org your-github-org \
1818
--domain-name your-domain.io \

docs/azure/partials/github/_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`kubefirst beta azure create` provisions a local [Azure](https://azure.microsoft.com) Kubernetes cluster to host your cloud native environment locally.
1+
`kubefirst azure create` provisions a local [Azure](https://azure.microsoft.com) Kubernetes cluster to host your cloud native environment locally.
22

33
Your Azure cluster will include:
44

docs/azure/partials/gitlab/_cluster-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export ARM_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1212
export ARM_SUBSCRIPTION_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1313
export ARM_TENANT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1414

15-
kubefirst beta azure create \
15+
kubefirst azure create \
1616
--alerts-email yourdistro@your-company.io \
1717
--git-provider gitlab \
1818
--gitlab-group your-fully-qualified-gitlab-group/or-sub-group \

docs/azure/partials/gitlab/_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`kubefirst beta azure create` provisions a local [Azure](https://azure.microsoft.com) Kubernetes cluster to host your cloud native environment locally.
1+
`kubefirst azure create` provisions a local [Azure](https://azure.microsoft.com) Kubernetes cluster to host your cloud native environment locally.
22

33
Your Azure cluster will include:
44

0 commit comments

Comments
 (0)