Skip to content

Commit 43e512c

Browse files
committed
Regenerate LogicApp help files
1 parent 562a879 commit 43e512c

File tree

44 files changed

+838
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+838
-132
lines changed

src/ResourceManager/LogicApp/Commands.LogicApp/help/AzureRM.LogicApp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gets an integration account callback URL.
2424
Gets integration account certificates from a resource group.
2525

2626
### [Get-AzureRmIntegrationAccountGeneratedIcn](Get-AzureRmIntegrationAccountGeneratedIcn.md)
27-
Gets integration account generated X12 interchange control number per agreement.
27+
This cmdlet retrieves the current value of the generated interchange control number per agreement.
2828

2929
### [Get-AzureRmIntegrationAccountMap](Get-AzureRmIntegrationAccountMap.md)
3030
Gets an integration account map.
@@ -33,7 +33,7 @@ Gets an integration account map.
3333
Gets integration account partners.
3434

3535
### [Get-AzureRmIntegrationAccountReceivedIcn](Get-AzureRmIntegrationAccountReceivedIcn.md)
36-
Gets integration account received X12 interchange control number per agreement.
36+
This cmdlet retrieves a specific received interchange control number per agreement and control number value.
3737

3838
### [Get-AzureRmIntegrationAccountSchema](Get-AzureRmIntegrationAccountSchema.md)
3939
Gets integration account schemas.
@@ -96,7 +96,7 @@ Removes an integration account map.
9696
Removes an integration account partner.
9797

9898
### [Remove-AzureRmIntegrationAccountReceivedIcn](Remove-AzureRmIntegrationAccountReceivedIcn.md)
99-
Removes an integration account received X12 interchange control number.
99+
This cmdlet removes a specific received interchange control number per agreement and control number value.
100100

101101
### [Remove-AzureRmIntegrationAccountSchema](Remove-AzureRmIntegrationAccountSchema.md)
102102
Removes an integration account schema.
@@ -114,7 +114,7 @@ Modifies an integration account agreement.
114114
Modifies an integration account certificate.
115115

116116
### [Set-AzureRmIntegrationAccountGeneratedIcn](Set-AzureRmIntegrationAccountGeneratedIcn.md)
117-
Modifies an integration account generated X12 interchange control number.
117+
Updates the integration account generated interchange control number (ICN) in the Azure resource group.
118118

119119
### [Set-AzureRmIntegrationAccountMap](Set-AzureRmIntegrationAccountMap.md)
120120
Modifies an integration account map.
@@ -123,7 +123,7 @@ Modifies an integration account map.
123123
Modifies an integration account partner.
124124

125125
### [Set-AzureRmIntegrationAccountReceivedIcn](Set-AzureRmIntegrationAccountReceivedIcn.md)
126-
Modifies an integration account received X12 interchange control number.
126+
Updates the integration account received interchange control number (ICN) in the Azure resource group.
127127

128128
### [Set-AzureRmIntegrationAccountSchema](Set-AzureRmIntegrationAccountSchema.md)
129129
Modifies an integration account schema.

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccount.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: 7BCF2086-05FA-43FB-9D19-7277374CB03E
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Gets integration accounts.
1314
## SYNTAX
1415

1516
```
16-
Get-AzureRmIntegrationAccount [-ResourceGroupName <String>] [-Name <String>] [<CommonParameters>]
17+
Get-AzureRmIntegrationAccount [-ResourceGroupName <String>] [-Name <String>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -71,6 +73,21 @@ This command gets all the integration accounts in your Azure subscription.
7173

7274
## PARAMETERS
7375

76+
### -DefaultProfile
77+
The credentials, account, tenant, and subscription used for communication with azure
78+
79+
```yaml
80+
Type: IAzureContextContainer
81+
Parameter Sets: (All)
82+
Aliases: AzureRmContext, AzureCredential
83+
84+
Required: False
85+
Position: Named
86+
Default value: None
87+
Accept pipeline input: False
88+
Accept wildcard characters: False
89+
```
90+
7491
### -Name
7592
Specifies the name of an integration account.
7693

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountAgreement.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: 70C96DFC-F265-4792-AE62-DD224A4EE237
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets an integration account agreement.
1415

1516
```
1617
Get-AzureRmIntegrationAccountAgreement [-ResourceGroupName <String>] [-Name <String>] [-AgreementName <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -89,6 +90,21 @@ Accept pipeline input: False
8990
Accept wildcard characters: False
9091
```
9192
93+
### -DefaultProfile
94+
The credentials, account, tenant, and subscription used for communication with azure
95+
96+
```yaml
97+
Type: IAzureContextContainer
98+
Parameter Sets: (All)
99+
Aliases: AzureRmContext, AzureCredential
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
92108
### -Name
93109
Specifies the name of an integration account.
94110

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountCallbackUrl.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: 4813EE2B-16C4-4716-B6DD-9447A0B46F3D
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets an integration account callback URL.
1415

1516
```
1617
Get-AzureRmIntegrationAccountCallbackUrl -ResourceGroupName <String> -Name <String> [-NotAfter <DateTime>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -40,6 +41,21 @@ This command gets an integration account callback URL.
4041

4142
## PARAMETERS
4243

44+
### -DefaultProfile
45+
The credentials, account, tenant, and subscription used for communication with azure
46+
47+
```yaml
48+
Type: IAzureContextContainer
49+
Parameter Sets: (All)
50+
Aliases: AzureRmContext, AzureCredential
51+
52+
Required: False
53+
Position: Named
54+
Default value: None
55+
Accept pipeline input: False
56+
Accept wildcard characters: False
57+
```
58+
4359
### -Name
4460
Specifies the name of an integration account.
4561

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountCertificate.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: C0086E73-CCB1-4B75-B367-C79E17738122
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets integration account certificates from a resource group.
1415

1516
```
1617
Get-AzureRmIntegrationAccountCertificate [-ResourceGroupName <String>] [-Name <String>]
17-
[-CertificateName <String>] [<CommonParameters>]
18+
[-CertificateName <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -83,6 +84,21 @@ Accept pipeline input: False
8384
Accept wildcard characters: False
8485
```
8586
87+
### -DefaultProfile
88+
The credentials, account, tenant, and subscription used for communication with azure
89+
90+
```yaml
91+
Type: IAzureContextContainer
92+
Parameter Sets: (All)
93+
Aliases: AzureRmContext, AzureCredential
94+
95+
Required: False
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: False
99+
Accept wildcard characters: False
100+
```
101+
86102
### -Name
87103
Specifies the name of an integration account.
88104

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountGeneratedIcn.md

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
online version:
45
schema: 2.0.0
56
---
@@ -13,7 +14,7 @@ This cmdlet retrieves the current value of the generated interchange control num
1314

1415
```
1516
Get-AzureRmIntegrationAccountGeneratedIcn -ResourceGroupName <String> -Name <String> [-AgreementName <String>]
16-
[-AgreementType <String>] [<CommonParameters>]
17+
[-AgreementType <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -81,48 +82,64 @@ Accept pipeline input: False
8182
Accept wildcard characters: False
8283
```
8384
84-
### -Name
85-
The integration account name.
85+
### -AgreementType
86+
The integration account agreement type.
8687
8788
```yaml
8889
Type: String
8990
Parameter Sets: (All)
90-
Aliases: ResourceName
91+
Aliases: MessageType
92+
Accepted values: X12, Edifact
9193

92-
Required: True
94+
Required: False
9395
Position: Named
9496
Default value: None
9597
Accept pipeline input: False
9698
Accept wildcard characters: False
9799
```
98100
99-
### -ResourceGroupName
100-
The integration account resource group name.
101+
### -DefaultProfile
102+
The credentials, account, tenant, and subscription used for communication with azure
103+
104+
```yaml
105+
Type: IAzureContextContainer
106+
Parameter Sets: (All)
107+
Aliases: AzureRmContext, AzureCredential
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
116+
### -Name
117+
The integration account name.
101118
102119
```yaml
103120
Type: String
104121
Parameter Sets: (All)
105-
Aliases:
122+
Aliases: ResourceName
106123

107124
Required: True
108125
Position: Named
109126
Default value: None
110-
Accept pipeline input: True (ByPropertyName)
127+
Accept pipeline input: False
111128
Accept wildcard characters: False
112129
```
113130
114-
### -AgreementType
115-
The integration account agreement type.
131+
### -ResourceGroupName
132+
The integration account resource group name.
116133
117134
```yaml
118135
Type: String
119136
Parameter Sets: (All)
120-
Aliases: MessageType
137+
Aliases:
121138

122-
Required: False
139+
Required: True
123140
Position: Named
124141
Default value: None
125-
Accept pipeline input: False
142+
Accept pipeline input: True (ByPropertyName)
126143
Accept wildcard characters: False
127144
```
128145

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountMap.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: 4F65A8B3-A250-41C1-9AA5-DBEB3193C401
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets an integration account map.
1415

1516
```
1617
Get-AzureRmIntegrationAccountMap [-ResourceGroupName <String>] [-Name <String>] [-MapName <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -66,6 +67,21 @@ This command gets the integration account maps by integration account name.
6667

6768
## PARAMETERS
6869

70+
### -DefaultProfile
71+
The credentials, account, tenant, and subscription used for communication with azure
72+
73+
```yaml
74+
Type: IAzureContextContainer
75+
Parameter Sets: (All)
76+
Aliases: AzureRmContext, AzureCredential
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
6985
### -MapName
7086
Specifies the name of an integration account map.
7187

src/ResourceManager/LogicApp/Commands.LogicApp/help/Get-AzureRmIntegrationAccountPartner.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.LogicApp.dll-Help.xml
3+
Module Name: AzureRM.LogicApp
34
ms.assetid: 6E84E26F-8150-41F8-8823-CEED05619A75
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets integration account partners.
1415

1516
```
1617
Get-AzureRmIntegrationAccountPartner [-ResourceGroupName <String>] [-Name <String>] [-PartnerName <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -60,6 +61,21 @@ This command gets the integration account partners for the integration account n
6061

6162
## PARAMETERS
6263

64+
### -DefaultProfile
65+
The credentials, account, tenant, and subscription used for communication with azure
66+
67+
```yaml
68+
Type: IAzureContextContainer
69+
Parameter Sets: (All)
70+
Aliases: AzureRmContext, AzureCredential
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
6379
### -Name
6480
Specifies the name of an integration account.
6581

0 commit comments

Comments
 (0)