Skip to content

Commit 1ca56bd

Browse files
committed
Logic breaking change false positives marked as exceptions.
Cleaned up help files.
1 parent d5aa8a5 commit 1ca56bd

8 files changed

+103
-45
lines changed

src/ResourceManager/LogicApp/Commands.LogicApp/Microsoft.Azure.Commands.LogicApp.dll-Help.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8968,15 +8968,6 @@ Metadata</dev:code>
89688968
<maml:uri /></dev:type>
89698969
<dev:defaultValue>None</dev:defaultValue>
89708970
</command:parameter>
8971-
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>ControlNumber</maml:name>
8972-
<maml:Description><maml:para>The received control number value.
8973-
</maml:para>
8974-
</maml:Description>
8975-
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
8976-
<dev:type><maml:name>String</maml:name>
8977-
<maml:uri /></dev:type>
8978-
<dev:defaultValue>None</dev:defaultValue>
8979-
</command:parameter>
89808971
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>IsMessageProcessingFailed</maml:name>
89818972
<maml:Description><maml:para>The received message processing status.
89828973
</maml:para>
@@ -9020,19 +9011,19 @@ Metadata</dev:code>
90209011
<maml:uri /></dev:type>
90219012
<dev:defaultValue>False</dev:defaultValue>
90229013
</command:parameter>
9023-
</command:syntaxItem>
9024-
</command:syntax>
9025-
<command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>AgreementName</maml:name>
9026-
<maml:Description><maml:para>The integration account agreement name.
9014+
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>ControlNumberValue</maml:name>
9015+
<maml:Description><maml:para>The integration account control number value.
90279016
</maml:para>
90289017
</maml:Description>
90299018
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
90309019
<dev:type><maml:name>String</maml:name>
90319020
<maml:uri /></dev:type>
90329021
<dev:defaultValue>None</dev:defaultValue>
90339022
</command:parameter>
9034-
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>ControlNumber</maml:name>
9035-
<maml:Description><maml:para>The received control number value.
9023+
</command:syntaxItem>
9024+
</command:syntax>
9025+
<command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>AgreementName</maml:name>
9026+
<maml:Description><maml:para>The integration account agreement name.
90369027
</maml:para>
90379028
</maml:Description>
90389029
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -9085,6 +9076,15 @@ Metadata</dev:code>
90859076
<maml:uri /></dev:type>
90869077
<dev:defaultValue>False</dev:defaultValue>
90879078
</command:parameter>
9079+
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"><maml:name>ControlNumberValue</maml:name>
9080+
<maml:Description><maml:para>The integration account control number value.
9081+
</maml:para>
9082+
</maml:Description>
9083+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9084+
<dev:type><maml:name>String</maml:name>
9085+
<maml:uri /></dev:type>
9086+
<dev:defaultValue>None</dev:defaultValue>
9087+
</command:parameter>
90889088
</command:parameters>
90899089
<command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name>
90909090
</dev:type>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ Gets an integration account callback URL.
2424
### [Get-AzureRmIntegrationAccountCertificate](Get-AzureRmIntegrationAccountCertificate.md)
2525
Gets integration account certificates from a resource group.
2626

27+
### [Get-AzureRmIntegrationAccountGeneratedIcn](Get-AzureRmIntegrationAccountGeneratedIcn.md)
28+
Gets integration account generated interchange control number per agreement.
29+
2730
### [Get-AzureRmIntegrationAccountMap](Get-AzureRmIntegrationAccountMap.md)
2831
Gets an integration account map.
2932

3033
### [Get-AzureRmIntegrationAccountPartner](Get-AzureRmIntegrationAccountPartner.md)
3134
Gets integration account partners.
3235

36+
### [Get-AzureRmIntegrationAccountReceivedIcn](Get-AzureRmIntegrationAccountReceivedIcn.md)
37+
Gets integration account received interchange control number per agreement.
38+
3339
### [Get-AzureRmIntegrationAccountSchema](Get-AzureRmIntegrationAccountSchema.md)
3440
Gets integration account schemas.
3541

@@ -90,6 +96,9 @@ Removes an integration account map.
9096
### [Remove-AzureRmIntegrationAccountPartner](Remove-AzureRmIntegrationAccountPartner.md)
9197
Removes an integration account partner.
9298

99+
### [Remove-AzureRmIntegrationAccountReceivedIcn](Remove-AzureRmIntegrationAccountReceivedIcn.md)
100+
Removes an integration account received interchange control number.
101+
93102
### [Remove-AzureRmIntegrationAccountSchema](Remove-AzureRmIntegrationAccountSchema.md)
94103
Removes an integration account schema.
95104

@@ -105,12 +114,18 @@ Modifies an integration account agreement.
105114
### [Set-AzureRmIntegrationAccountCertificate](Set-AzureRmIntegrationAccountCertificate.md)
106115
Modifies an integration account certificate.
107116

117+
### [Set-AzureRmIntegrationAccountGeneratedIcn](Set-AzureRmIntegrationAccountGeneratedIcn.md)
118+
Modifies an integration account generated interchange control number.
119+
108120
### [Set-AzureRmIntegrationAccountMap](Set-AzureRmIntegrationAccountMap.md)
109121
Modifies an integration account map.
110122

111123
### [Set-AzureRmIntegrationAccountPartner](Set-AzureRmIntegrationAccountPartner.md)
112124
Modifies an integration account partner.
113125

126+
### [Set-AzureRmIntegrationAccountReceivedIcn](Set-AzureRmIntegrationAccountReceivedIcn.md)
127+
Modifies an integration account received interchange control number.
128+
114129
### [Set-AzureRmIntegrationAccountSchema](Set-AzureRmIntegrationAccountSchema.md)
115130
Modifies an integration account schema.
116131

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Get-AzureRmIntegrationAccountGeneratedIcn -ResourceGroupName <String> -Name <Str
1717
```
1818

1919
## DESCRIPTION
20-
This cmdlet is meant to be used in disaster recovery scenarios to retrieve the current value of the generated interchange control number so to write back an increased value with Set-AzureRmIntegrationAccountGeneratedIcn. The interchange control number should be increased to avoid duplicate interchange control numbers for the numbers that could not yet be replicated to the passive region when the disaster happened in the active region.
20+
This cmdlet is meant to be used in disaster recovery scenarios to retrieve the current value of the generated interchange control number so to write back an increased value with Set-AzureRmIntegrationAccountGeneratedIcn.
21+
The interchange control number should be increased to avoid duplicate interchange control numbers for the numbers that could not yet be replicated to the passive region when the disaster happened in the active region.
2122

2223
## EXAMPLES
2324

@@ -111,3 +112,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111112
## RELATED LINKS
112113
113114
[Set-AzureRmIntegrationAccountGeneratedIcn](./Set-AzureRmIntegrationAccountGeneratedIcn.md)
115+

src/ResourceManager/LogicApp/Commands.LogicApp/help/Remove-AzureRmIntegrationAccountReceivedIcn.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Remove-AzureRmIntegrationAccountReceivedIcn -ResourceGroupName <String> -Name <S
1717
```
1818

1919
## DESCRIPTION
20-
This cmdlet is meant to be used in disaster recovery scenarios to remove a received interchange control number from the integration account so that the B2B connector may process again the message when duplicate number detection is enabled. In rare occasions the received interchange control number may be reserved shortly before a disaster and before the B2B connector rejects the interchange as erroneous. In such occasions the operation may want to enable the recovery site to process again the same interchange after its payload is corrected.
20+
This cmdlet is meant to be used in disaster recovery scenarios to remove a received interchange control number from the integration account so that the B2B connector may process again the message when duplicate number detection is enabled.
21+
In rare occasions the received interchange control number may be reserved shortly before a disaster and before the B2B connector rejects the interchange as erroneous.
22+
In such occasions the operation may want to enable the recovery site to process again the same interchange after its payload is corrected.
2123

2224
## EXAMPLES
2325

@@ -117,7 +119,7 @@ Aliases: cf
117119

118120
Required: False
119121
Position: Named
120-
Default value: None
122+
Default value: False
121123
Accept pipeline input: False
122124
Accept wildcard characters: False
123125
```
@@ -133,7 +135,7 @@ Aliases: wi
133135

134136
Required: False
135137
Position: Named
136-
Default value: None
138+
Default value: False
137139
Accept pipeline input: False
138140
Accept wildcard characters: False
139141
```
@@ -155,3 +157,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
155157
156158
[Get-AzureRmIntegrationAccountReceivedIcn](./Get-AzureRmIntegrationAccountReceivedIcn.md)
157159
[Set-AzureRmIntegrationAccountReceivedIcn](./Set-AzureRmIntegrationAccountReceivedIcn.md)
160+

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ Set-AzureRmIntegrationAccountGeneratedIcn -ResourceGroupName <String> -Name <Str
1717
```
1818

1919
## DESCRIPTION
20-
The Set-AzureRmIntegrationAccountGeneratedIcn cmdlet updates an existing integration account generated interchange control number (ICN) and returns an object that represents the integration account generated interchange control number. Use this cmdlet to update an integration account generated interchange control number. You can update an integration account generated interchange control number by specifying the integration account name, resource group name and agreement name.
20+
The Set-AzureRmIntegrationAccountGeneratedIcn cmdlet updates an existing integration account generated interchange control number (ICN) and returns an object that represents the integration account generated interchange control number.
21+
Use this cmdlet to update an integration account generated interchange control number.
22+
You can update an integration account generated interchange control number by specifying the integration account name, resource group name and agreement name.
2123
You cannot create a new integration account generated interchange control number with this command.
22-
To use the dynamic parameters, just type them in the command, or type a hyphen sign(-) to indicate a parameter name and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required template parameter, the cmdlet prompts you for the value. Template parameter file values that you specify at the command line take precedence over template parameter values in a template parameter object.
24+
To use the dynamic parameters, just type them in the command, or type a hyphen sign(-) to indicate a parameter name and then press the TAB key repeatedly to cycle through the available parameters.
25+
If you miss a required template parameter, the cmdlet prompts you for the value.
26+
Template parameter file values that you specify at the command line take precedence over template parameter values in a template parameter object.
2327

2428
## EXAMPLES
2529

@@ -64,7 +68,7 @@ Aliases: cf
6468

6569
Required: False
6670
Position: Named
67-
Default value: None
71+
Default value: False
6872
Accept pipeline input: False
6973
Accept wildcard characters: False
7074
```
@@ -125,7 +129,7 @@ Aliases: wi
125129

126130
Required: False
127131
Position: Named
128-
Default value: None
132+
Default value: False
129133
Accept pipeline input: False
130134
Accept wildcard characters: False
131135
```
@@ -146,3 +150,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
146150
## RELATED LINKS
147151
148152
[Get-AzureRmIntegrationAccountGeneratedIcn](./Get-AzureRmIntegrationAccountGeneratedIcn.md)
153+

src/ResourceManager/LogicApp/Commands.LogicApp/help/Set-AzureRmIntegrationAccountReceivedIcn.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ Updates the integration account received interchange control number (ICN) in the
1313

1414
```
1515
Set-AzureRmIntegrationAccountReceivedIcn -ResourceGroupName <String> -Name <String> -AgreementName <String>
16-
-ControlNumber <String> -IsMessageProcessingFailed <Boolean> [-WhatIf] [-Confirm]
16+
-ControlNumberValue <String> -IsMessageProcessingFailed <Boolean> [-WhatIf] [-Confirm] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
The Set-AzureRmIntegrationAccountGeneratedIcn cmdlet updates an existing integration account received interchange control number (ICN) and returns an object that represents the integration account received interchange control number. Use this cmdlet to update an integration account received interchange control number's message processing status. You can update an integration account received interchange control number by specifying the integration account name, resource group name, agreement name, control number value and message processing status.
20+
The Set-AzureRmIntegrationAccountGeneratedIcn cmdlet updates an existing integration account received interchange control number (ICN) and returns an object that represents the integration account received interchange control number.
21+
Use this cmdlet to update an integration account received interchange control number's message processing status.
22+
You can update an integration account received interchange control number by specifying the integration account name, resource group name, agreement name, control number value and message processing status.
2123
You cannot create a new integration account received interchange control number with this command.
22-
To use the dynamic parameters, just type them in the command, or type a hyphen sign(-) to indicate a parameter name and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required template parameter, the cmdlet prompts you for the value. Template parameter file values that you specify at the command line take precedence over template parameter values in a template parameter object.
24+
To use the dynamic parameters, just type them in the command, or type a hyphen sign(-) to indicate a parameter name and then press the TAB key repeatedly to cycle through the available parameters.
25+
If you miss a required template parameter, the cmdlet prompts you for the value.
26+
Template parameter file values that you specify at the command line take precedence over template parameter values in a template parameter object.
2327

2428
## EXAMPLES
2529

@@ -50,21 +54,6 @@ Accept pipeline input: False
5054
Accept wildcard characters: False
5155
```
5256
53-
### -ControlNumber
54-
The received control number value.
55-
56-
```yaml
57-
Type: String
58-
Parameter Sets: (All)
59-
Aliases:
60-
61-
Required: True
62-
Position: Named
63-
Default value: None
64-
Accept pipeline input: False
65-
Accept wildcard characters: False
66-
```
67-
6857
### -IsMessageProcessingFailed
6958
The received message processing status.
7059
@@ -120,7 +109,7 @@ Aliases: cf
120109

121110
Required: False
122111
Position: Named
123-
Default value: None
112+
Default value: False
124113
Accept pipeline input: False
125114
Accept wildcard characters: False
126115
```
@@ -136,21 +125,37 @@ Aliases: wi
136125

137126
Required: False
138127
Position: Named
128+
Default value: False
129+
Accept pipeline input: False
130+
Accept wildcard characters: False
131+
```
132+
133+
### -ControlNumberValue
134+
The integration account control number value.
135+
136+
```yaml
137+
Type: String
138+
Parameter Sets: (All)
139+
Aliases:
140+
141+
Required: True
142+
Position: Named
139143
Default value: None
140144
Accept pipeline input: False
141145
Accept wildcard characters: False
142146
```
143147
148+
### CommonParameters
149+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
150+
144151
## INPUTS
145152
146153
### System.String
147154
148-
149155
## OUTPUTS
150156
151157
### Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber
152158
153-
154159
## NOTES
155160
156161
## RELATED LINKS

0 commit comments

Comments
 (0)