You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: generated/Monitor/PipelineGroup.Autorest/exports/New-AzPipelineGroup.ps1
+16-2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,11 @@ PROCESSOR <IProcessor[]>: The processors specified for a pipeline group instance
68
68
RECEIVER <IReceiver[]>: The receivers specified for a pipeline group instance.
69
69
Name <String>: The name of receiver.
70
70
Type <String>: The type of receiver.
71
+
[DestinationFieldDestination <String>]: Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.
72
+
[DestinationFieldName <String>]: Define a destination field name under the given element. Leaving this empty, means the root of the element. In case element=attributes and fieldName is empty, the object's attributes themselves will contain the key value output pairs.
73
+
[JsonArrayMapperKey <List<String>>]: Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.
[SourceFieldName <String>]: Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.
if (('CreateExpanded','CreateViaJsonFilePath','CreateViaJsonString') -contains$parameterSet-and-not$PSBoundParameters.ContainsKey('SubscriptionId') ) {
0 commit comments