Skip to content

Commit 2dbab72

Browse files
committed
fix(sqlserverflex): regenerate docs
1 parent e1ea056 commit 2dbab72

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/stackit_beta_sqlserverflex_instance_create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ stackit beta sqlserverflex instance create [flags]
2929
```
3030
--acl strings The access control list (ACL). Must contain at least one valid subnet, for instance '0.0.0.0/0' for open access (discouraged), '1.2.3.0/24 for a public IP range of an organization, '1.2.3.4/32' for a single IP range, etc. (default [])
3131
--backup-schedule string Backup schedule
32-
--cpu int Number of CPUs
32+
--cpu int32 Number of CPUs
3333
--edition string Edition of the SQLServer instance
3434
--flavor-id string ID of the flavor
3535
-h, --help Help for "stackit beta sqlserverflex instance create"
3636
-n, --name string Instance name
37-
--ram int Amount of RAM (in GB)
37+
--ram int32 Amount of RAM (in GB)
3838
--retention-days int The days for how long the backup files should be stored before being cleaned up
3939
--storage-class string Storage class
4040
--storage-size int Storage size (in GB)

docs/stackit_beta_sqlserverflex_instance_update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ stackit beta sqlserverflex instance update INSTANCE_ID [flags]
2525
```
2626
--acl strings Lists of IP networks in CIDR notation which are allowed to access this instance (default [])
2727
--backup-schedule string Backup schedule
28-
--cpu int Number of CPUs
28+
--cpu int32 Number of CPUs
2929
--flavor-id string ID of the flavor
3030
-h, --help Help for "stackit beta sqlserverflex instance update"
3131
-n, --name string Instance name
32-
--ram int Amount of RAM (in GB)
32+
--ram int32 Amount of RAM (in GB)
3333
--version string Version
3434
```
3535

0 commit comments

Comments
 (0)