Skip to content

Commit 4ade22f

Browse files
authored
Remove useless cmdlet (Azure#14555)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 9fdfe75 commit 4ade22f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ FunctionsToExport = @()
7575

7676
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7777
CmdletsToExport = 'New-AzHealthcareApisService', 'Remove-AzHealthcareApisService',
78-
'Set-AzHealthcareApisService', 'Get-AzHealthcareApisService',
79-
'Add-AzHealthcareApisAcrLoginServer', 'Remove-AzHealthcareApisAcrLoginServer',
80-
'Reset-AzHealthcareApisAcrLoginServer'
78+
'Set-AzHealthcareApisService', 'Get-AzHealthcareApisService'
8179

8280
# Variables to export from this module
8381
# VariablesToExport = @()

0 commit comments

Comments
 (0)