Skip to content

Commit 1b1e54a

Browse files
committed
Revert change to LogicApps psd1 that added non-existent cmdlets
1 parent 63031e4 commit 1b1e54a

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,8 @@ CmdletsToExport = 'Get-AzureRmIntegrationAccountAgreement',
7878
'Get-AzureRmIntegrationAccount', 'Get-AzureRmIntegrationAccountMap',
7979
'Get-AzureRmIntegrationAccountPartner',
8080
'Get-AzureRmIntegrationAccountSchema',
81-
'Get-AzureRmIntegrationAccountGeneratedEdifactIcn',
8281
'Get-AzureRmIntegrationAccountGeneratedIcn',
83-
'Get-AzureRmIntegrationAccountGeneratedX12Icn',
84-
'Get-AzureRmIntegrationAccountReceivedEdifactIcn',
8582
'Get-AzureRmIntegrationAccountReceivedIcn',
86-
'Get-AzureRmIntegrationAccountReceivedX12Icn',
8783
'New-AzureRmIntegrationAccountAgreement',
8884
'New-AzureRmIntegrationAccountCertificate',
8985
'New-AzureRmIntegrationAccount', 'New-AzureRmIntegrationAccountMap',
@@ -95,22 +91,15 @@ CmdletsToExport = 'Get-AzureRmIntegrationAccountAgreement',
9591
'Remove-AzureRmIntegrationAccountMap',
9692
'Remove-AzureRmIntegrationAccountPartner',
9793
'Remove-AzureRmIntegrationAccountSchema',
98-
'Remove-AzureRmIntegrationAccountReceivedEdifactIcn',
9994
'Remove-AzureRmIntegrationAccountReceivedIcn',
100-
'Remove-AzureRmIntegrationAccountReceivedX12Icn',
10195
'Set-AzureRmIntegrationAccountAgreement',
10296
'Set-AzureRmIntegrationAccountCertificate',
10397
'Set-AzureRmIntegrationAccount', 'Set-AzureRmIntegrationAccountMap',
10498
'Set-AzureRmIntegrationAccountPartner',
10599
'Set-AzureRmIntegrationAccountSchema', 'Stop-AzureRmLogicAppRun',
106-
'Set-AzureRmIntegrationAccountGeneratedEdifactIcn',
107100
'Set-AzureRmIntegrationAccountGeneratedIcn',
108-
'Set-AzureRmIntegrationAccountGeneratedX12Icn',
109-
'Set-AzureRmIntegrationAccountReceivedEdifactIcn',
110-
'Set-AzureRmIntegrationAccountReceivedIcn',
111-
'Set-AzureRmIntegrationAccountReceivedX12Icn',
112-
'Get-AzureRmLogicApp', 'Get-AzureRmLogicAppRunAction',
113-
'Get-AzureRmLogicAppRunHistory',
101+
'Set-AzureRmIntegrationAccountReceivedIcn', 'Get-AzureRmLogicApp',
102+
'Get-AzureRmLogicAppRunAction', 'Get-AzureRmLogicAppRunHistory',
114103
'Get-AzureRmLogicAppTriggerCallbackUrl',
115104
'Get-AzureRmLogicAppTrigger', 'Get-AzureRmLogicAppTriggerHistory',
116105
'Get-AzureRmLogicAppUpgradedDefinition', 'New-AzureRmLogicApp',

0 commit comments

Comments
 (0)