Skip to content

Commit e615bcd

Browse files
committed
Remove cmdlet export for non-existent cmdlet
1 parent 389117d commit e615bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compute/Compute/Az.Compute.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
162162
'Update-AzGalleryImageVersion', 'Get-AzGalleryImageVersion',
163163
'Remove-AzGalleryImageVersion', 'Add-AzVmssVMDataDisk',
164164
'Remove-AzVmssVMDataDisk', 'Invoke-AzVMReimage',
165-
'New-AzProximityPlacementGroup', 'Update-AzProximityPlacementGroup',
166-
'Get-AzProximityPlacementGroup', 'Remove-AzProximityPlacementGroup'
165+
'New-AzProximityPlacementGroup', 'Get-AzProximityPlacementGroup',
166+
'Remove-AzProximityPlacementGroup'
167167

168168
# Variables to export from this module
169169
# VariablesToExport = @()

0 commit comments

Comments
 (0)