File tree Expand file tree Collapse file tree 1 file changed +17
-27
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +17
-27
lines changed Original file line number Diff line number Diff line change @@ -67,40 +67,30 @@ A filter for ProviderId
6767
6868``` yaml
6969Type : System.String
70- DefaultValue : ' '
71- SupportsWildcards : false
72- Aliases : []
73- ParameterSets :
74- - Name : (All)
75- Position : Named
76- IsRequired : true
77- ValueFromPipeline : false
78- ValueFromPipelineByPropertyName : false
79- ValueFromRemainingArguments : false
80- DontShow : false
81- AcceptedValues : []
82- HelpMessage : ' '
70+ Parameter Sets : (All)
71+ Aliases :
72+
73+ Required : False
74+ Position : 0
75+ Default value : None
76+ Accept pipeline input : False
77+ Accept wildcard characters : False
8378` ` `
8479
8580### -IsTeamsIvrEnabled
8681
8782Optional parameter. If specified, it filters the returned results to AI Agents that are compatible with Teams Interactive Voice Response (IVR).
8883
8984` ` ` yaml
90- Type : System.Management.Automation.SwitchParameter
91- DefaultValue : ' '
92- SupportsWildcards : false
93- Aliases : []
94- ParameterSets :
95- - Name : (All)
96- Position : Named
97- IsRequired : false
98- ValueFromPipeline : false
99- ValueFromPipelineByPropertyName : false
100- ValueFromRemainingArguments : false
101- DontShow : false
102- AcceptedValues : []
103- HelpMessage : ' '
85+ Type : SwitchParameter
86+ Parameter Sets : (All)
87+ Aliases :
88+
89+ Required : False
90+ Position : Named
91+ Default value : None
92+ Accept pipeline input : False
93+ Accept wildcard characters : False
10494` ` `
10595
10696### CommonParameters
You can’t perform that action at this time.
0 commit comments