File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/NetAppFiles/NetAppFiles Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * Fixed some minor issues
21
22
22
23
## Version 0.17.0
23
24
* Updated to api-version 2024-03-01
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ public static PSNetAppFilesPool ToPsNetAppFilesPool(this CapacityPool capacityPo
126
126
TotalThroughputMibps = capacityPool . TotalThroughputMibps ,
127
127
UtilizedThroughputMibps = capacityPool . UtilizedThroughputMibps ,
128
128
CoolAccess = capacityPool . CoolAccess ,
129
- SystemData = capacityPool . SystemData ? . ToPsSystemData ( )
129
+ SystemData = capacityPool . SystemData ? . ToPsSystemData ( ) ,
130
+ EncryptionType = capacityPool . EncryptionType
130
131
} ;
131
132
}
132
133
You can’t perform that action at this time.
0 commit comments