@@ -987,7 +987,7 @@ param(
987987 [Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Category (' Path' )]
988988 [System.String ]
989989 # The name of the Disk Pool.
990- ${DiskPoolName } ,
990+ ${Name } ,
991991
992992 [Parameter (ParameterSetName = ' Deallocate' , Mandatory )]
993993 [Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Category (' Path' )]
@@ -1145,7 +1145,7 @@ westeurope disk-pool-1 Microsoft.StoragePool/diskPools
11451145. Outputs
11461146Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool
11471147. Link
1148- https://docs.microsoft.com/powershell/module/diskpool/new-azdiskpool
1148+ https://docs.microsoft.com/powershell/module/az. diskpool/new-azdiskpool
11491149#>
11501150function New-AzDiskPool {
11511151[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool ])]
@@ -1528,7 +1528,7 @@ STATICACL <IAcl[]>: Access Control List (ACL) for an iSCSI Target; defines LUN m
15281528 InitiatorIqn <String>: iSCSI initiator IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:client".
15291529 MappedLun <String[]>: List of LUN names mapped to the ACL.
15301530. Link
1531- https://docs.microsoft.com/powershell/module/diskpool/new-azdiskpooliscsitarget
1531+ https://docs.microsoft.com/powershell/module/az. diskpool/new-azdiskpooliscsitarget
15321532#>
15331533function New-AzDiskPoolIscsiTarget {
15341534[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget ])]
@@ -1737,7 +1737,7 @@ INPUTOBJECT <IDiskPoolIdentity>: Identity Parameter
17371737 [ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
17381738 [SubscriptionId <String>]: The ID of the target subscription.
17391739. Link
1740- https://docs.microsoft.com/powershell/module/diskpool/update-azdiskpool
1740+ https://docs.microsoft.com/powershell/module/az. diskpool/update-azdiskpool
17411741#>
17421742function Update-AzDiskPool {
17431743[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool ])]
@@ -1944,7 +1944,7 @@ STATICACL <IAcl[]>: Access Control List (ACL) for an iSCSI Target; defines LUN m
19441944 InitiatorIqn <String>: iSCSI initiator IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:client".
19451945 MappedLun <String[]>: List of LUN names mapped to the ACL.
19461946. Link
1947- https://docs.microsoft.com/powershell/module/diskpool/update-azdiskpooliscsitarget
1947+ https://docs.microsoft.com/powershell/module/az. diskpool/update-azdiskpooliscsitarget
19481948#>
19491949function Update-AzDiskPoolIscsiTarget {
19501950[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget ])]
0 commit comments