Skip to content

Commit e6e0f08

Browse files
authored
Adds trial_config field to Storage Intelligence Resources. (#13525)
1 parent b745f17 commit e6e0f08

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

mmv1/products/storagecontrol/FolderIntelligenceConfig.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,14 @@ properties:
187187
output: true
188188
description: |
189189
The `StorageIntelligence` edition that is applicable for the resource.
190+
- name: 'trialConfig'
191+
output: true
192+
description: |
193+
The trial configuration of the Storage Intelligence resource.
194+
type: NestedObject
195+
properties:
196+
- name: expireTime
197+
type: String
198+
output: true
199+
description: |
200+
The time at which the trial expires.

mmv1/products/storagecontrol/OrganizationIntelligenceConfig.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,14 @@ properties:
186186
output: true
187187
description: |
188188
The `StorageIntelligence` edition that is applicable for the resource.
189+
- name: 'trialConfig'
190+
output: true
191+
description: |
192+
The trial configuration of the Storage Intelligence resource.
193+
type: NestedObject
194+
properties:
195+
- name: expireTime
196+
type: String
197+
output: true
198+
description: |
199+
The time at which the trial expires.

mmv1/products/storagecontrol/ProjectIntelligenceConfig.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,14 @@ properties:
187187
output: true
188188
description: |
189189
The `StorageIntelligence` edition that is applicable for the resource.
190+
- name: 'trialConfig'
191+
output: true
192+
description: |
193+
The trial configuration of the Storage Intelligence resource.
194+
type: NestedObject
195+
properties:
196+
- name: expireTime
197+
type: String
198+
output: true
199+
description: |
200+
The time at which the trial expires.

0 commit comments

Comments
 (0)