Skip to content

Commit c299f16

Browse files
authored
Remove deprecation notice from VTL fields still in use by FalconStor (#6240)
1 parent fa8866f commit c299f16

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

ibm/service/power/data_source_ibm_pi_instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func DataSourceIBMPIInstance() *schema.Resource {
8181
},
8282
Attr_LicenseRepositoryCapacity: {
8383
Computed: true,
84-
Deprecated: "This field is deprecated.",
8584
Description: "The VTL license repository capacity TB value.",
8685
Type: schema.TypeInt,
8786
},

ibm/service/power/data_source_ibm_pi_instances.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func DataSourceIBMPIInstances() *schema.Resource {
5858
},
5959
Attr_LicenseRepositoryCapacity: {
6060
Computed: true,
61-
Deprecated: "This field is deprecated.",
6261
Description: "The VTL license repository capacity TB value.",
6362
Type: schema.TypeInt,
6463
},

website/docs/d/pi_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In addition to all argument reference list, you can access the following attribu
6666
- `ibmi_rds` - (Boolean) IBM i Rational Dev Studio.
6767
- `ibmi_rds_users` - (Integer) IBM i Rational Dev Studio Number of User Licenses.
6868
- `id` - (String) The unique identifier of the instance.
69-
- `license_repository_capacity` - (Deprecated, Integer) The VTL license repository capacity TB value. Only available with VTL instances.
69+
- `license_repository_capacity` - (Integer) The VTL license repository capacity TB value. Only available with VTL instances.
7070
- `maxmem`- (Float) The maximum amount of memory that can be allocated to the instance without shutting down or rebooting the `LPAR`.
7171
- `maxproc`- (Float) The maximum number of processors that can be allocated to the instance without shutting down or rebooting the `LPAR`.
7272
- `max_virtual_cores` - (Integer) The maximum number of virtual cores that can be assigned without rebooting the instance.

website/docs/d/pi_instances.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to all argument reference list, you can access the following attribu
5858
- `message` - (String) The fault message of the server.
5959

6060
- `health_status` - (String) The health of the instance.
61-
- `license_repository_capacity` - (Deprecated, Integer) The VTL license repository capacity TB value. Only available with VTL instances.
61+
- `license_repository_capacity` - (Integer) The VTL license repository capacity TB value. Only available with VTL instances.
6262
- `memory` - (Float) The amount of memory that is allocated to the instance.
6363
- `minproc`- (Float) The minimum number of processors that must be allocated to the instance.
6464
- `maxproc`- (Float) The maximum number of processors that can be allocated to the instance without shutting down or rebooting the `LPAR`.

0 commit comments

Comments
 (0)