Skip to content

Commit 2da4841

Browse files
authored
feat(sqlserverflex): move service out of beta (#1546)
relates to STACKITCLI-437
1 parent aa08005 commit 2da4841

90 files changed

Lines changed: 408 additions & 1314 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,34 @@ Help is available for any command by specifying the special flag `--help` (or si
6868

6969
Below you can find a list of the STACKIT services already available in the CLI (along with their respective command names) and the ones that are currently planned to be integrated.
7070

71-
| Service | CLI Commands | Status |
72-
|------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
73-
| Application Load Balancer | `beta alb` | :white_check_mark: (beta) |
74-
| Authorization | `project`, `organization` | :white_check_mark: |
75-
| DNS | `dns` | :white_check_mark: |
76-
| Edge Cloud | `beta edge-cloud` | :white_check_mark: (beta) |
77-
| Git | `git` | :white_check_mark: |
78-
| Infrastructure as a Service (IaaS) | `affinity-group` <br/> `image` <br/> `key-pair` <br/> `network` <br/> `network-area` <br/> `network-interface` <br/> `public-ip` <br/> `quota` <br/> `security-group` <br/> `server` <br/> `volume` | :white_check_mark: |
79-
| Intake | `beta intake` | :white_check_mark: (beta) |
80-
| Key Management Service (KMS) | `beta kms` | :white_check_mark: (beta) |
81-
| Kubernetes Engine (SKE) | `ske` | :white_check_mark: |
82-
| Load Balancer | `load-balancer` | :white_check_mark: |
83-
| LogMe | `logme` | :white_check_mark: |
84-
| MariaDB | `mariadb` | :white_check_mark: |
85-
| MongoDB Flex | `mongodbflex` | :white_check_mark: |
86-
| Observability | `observability` | :white_check_mark: |
87-
| Object Storage | `object-storage` | :white_check_mark: |
88-
| OpenSearch | `opensearch` | :white_check_mark: |
89-
| PostgreSQL Flex | `postgresflex` | :white_check_mark: |
90-
| RabbitMQ | `rabbitmq` | :white_check_mark: |
91-
| Redis | `redis` | :white_check_mark: |
92-
| Resource Manager | `project` | :white_check_mark: |
93-
| Secrets Manager | `secrets-manager` | :white_check_mark: |
94-
| Server Backup Management | `server backup` | :white_check_mark: |
95-
| Server Command (Run Command) | `server command` | :white_check_mark: |
96-
| Service Account | `service-account` | :white_check_mark: |
97-
| SQLServer Flex | `beta sqlserverflex` | :white_check_mark: (beta) |
98-
| File Storage (SFS) | `beta sfs` | :white_check_mark: (beta) |
71+
| Service | CLI Commands | Status |
72+
|------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
73+
| Application Load Balancer | `beta alb` | :white_check_mark: (beta) |
74+
| Authorization | `project`, `organization` | :white_check_mark: |
75+
| DNS | `dns` | :white_check_mark: |
76+
| Edge Cloud | `beta edge-cloud` | :white_check_mark: (beta) |
77+
| Git | `git` | :white_check_mark: |
78+
| Infrastructure as a Service (IaaS) | `affinity-group` <br/> `image` <br/> `key-pair` <br/> `network` <br/> `network-area` <br/> `network-interface` <br/> `public-ip` <br/> `quota` <br/> `security-group` <br/> `server` <br/> `volume` | :white_check_mark: |
79+
| Intake | `beta intake` | :white_check_mark: (beta) |
80+
| Key Management Service (KMS) | `beta kms` | :white_check_mark: (beta) |
81+
| Kubernetes Engine (SKE) | `ske` | :white_check_mark: |
82+
| Load Balancer | `load-balancer` | :white_check_mark: |
83+
| LogMe | `logme` | :white_check_mark: |
84+
| MariaDB | `mariadb` | :white_check_mark: |
85+
| MongoDB Flex | `mongodbflex` | :white_check_mark: |
86+
| Observability | `observability` | :white_check_mark: |
87+
| Object Storage | `object-storage` | :white_check_mark: |
88+
| OpenSearch | `opensearch` | :white_check_mark: |
89+
| PostgreSQL Flex | `postgresflex` | :white_check_mark: |
90+
| RabbitMQ | `rabbitmq` | :white_check_mark: |
91+
| Redis | `redis` | :white_check_mark: |
92+
| Resource Manager | `project` | :white_check_mark: |
93+
| Secrets Manager | `secrets-manager` | :white_check_mark: |
94+
| Server Backup Management | `server backup` | :white_check_mark: |
95+
| Server Command (Run Command) | `server command` | :white_check_mark: |
96+
| Service Account | `service-account` | :white_check_mark: |
97+
| SQLServer Flex | `sqlserverflex` | :white_check_mark: |
98+
| File Storage (SFS) | `beta sfs` | :white_check_mark: (beta) |
9999

100100
## Authentication
101101

docs/stackit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ stackit [flags]
5959
* [stackit server](./stackit_server.md) - Provides functionality for servers
6060
* [stackit service-account](./stackit_service-account.md) - Provides functionality for service accounts
6161
* [stackit ske](./stackit_ske.md) - Provides functionality for SKE
62+
* [stackit sqlserverflex](./stackit_sqlserverflex.md) - Provides functionality for SQLServer Flex
6263
* [stackit volume](./stackit_volume.md) - Provides functionality for volumes
6364

docs/stackit_beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ stackit beta [flags]
4747
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
4848
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
4949
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (STACKIT File Storage)
50-
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
5150
* [stackit beta vpn](./stackit_beta_vpn.md) - Provides functionality for VPN
5251

docs/stackit_beta_sqlserverflex.md

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

docs/stackit_beta_sqlserverflex_database.md

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

0 commit comments

Comments
 (0)