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: src/Orbital/Orbital.Autorest/custom/autogen-model-cmdlets/New-AzOrbitalContactProfileLinkChannelObject.ps1
+12-11
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,13 @@ Create an in-memory object for ContactProfileLinkChannel.
21
21
Create an in-memory object for ContactProfileLinkChannel.
@@ -36,16 +37,16 @@ function New-AzOrbitalContactProfileLinkChannelObject {
36
37
[Parameter(Mandatory,HelpMessage="Center Frequency in MHz.")]
37
38
[float]
38
39
$CenterFrequencyMHz,
39
-
[Parameter(HelpMessage="Configuration for decoding.")]
40
+
[Parameter(HelpMessage="Currently unused.")]
40
41
[string]
41
42
$DecodingConfiguration,
42
-
[Parameter(HelpMessage="Configuration for demodulation.")]
43
+
[Parameter(HelpMessage="Copy of the modem configuration file such as Kratos QRadio or Kratos QuantumRx. Only valid for downlink directions. If provided, the modem connects to the customer endpoint and sends demodulated data instead of a VITA.49 stream.")]
43
44
[string]
44
45
$DemodulationConfiguration,
45
-
[Parameter(HelpMessage="Configuration for encoding.")]
[Parameter(HelpMessage="Configuration for modulation.")]
62
+
[Parameter(HelpMessage="Copy of the modem configuration file such as Kratos QRadio. Only valid for uplink directions. If provided, the modem connects to the customer endpoint and accepts commands from the customer instead of a VITA.49 stream.")]
0 commit comments