Skip to content

Commit b0ebe8a

Browse files
committed
Fixed pipeline handling for Update-OciAnnotation
1 parent b53acec commit b0ebe8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/OnCommand-Insight.psm1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5010,27 +5010,22 @@ function Global:Update-OciAnnotation {
50105010
HelpMessage="OnCommand Insight Server.")]$Server=$CurrentOciServer,
50115011
[parameter(Mandatory=$True,
50125012
Position=1,
5013-
ValueFromPipeline=$True,
50145013
ValueFromPipelineByPropertyName=$True,
50155014
HelpMessage="Annotation name")][String]$Id,
50165015
[parameter(Mandatory=$False,
50175016
Position=2,
5018-
ValueFromPipeline=$True,
50195017
ValueFromPipelineByPropertyName=$True,
50205018
HelpMessage="Annotation name")][String]$Name,
50215019
[parameter(Mandatory=$False,
50225020
Position=3,
5023-
ValueFromPipeline=$True,
50245021
ValueFromPipelineByPropertyName=$True,
50255022
HelpMessage="Annotation type. Must be either DATE, TEXT, FIXED_ENUM, FLEXIBLE_ENUM, BOOLEAN or NUMBER")][ValidateSet("DATE","TEXT","FIXED_ENUM","FLEXIBLE_ENUM","BOOLEAN","NUMBER")][String]$Type,
50265023
[parameter(Mandatory=$False,
50275024
Position=4,
5028-
ValueFromPipeline=$True,
50295025
ValueFromPipelineByPropertyName=$True,
50305026
HelpMessage="Annotation description.")][String]$Description,
50315027
[parameter(Mandatory=$False,
50325028
Position=5,
5033-
ValueFromPipeline=$True,
50345029
ValueFromPipelineByPropertyName=$True,
50355030
HelpMessage="List of name, label pairs for enum types (e.g. @(@{name='name',label='label'}) )")][PSCustomObject[]]$enumValues
50365031
)

0 commit comments

Comments
 (0)