File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Accept wildcard characters: False
74
74
` ` `
75
75
76
76
### -Identity
77
- The Id of the specific treatment.
77
+ The Id of the treatment.
78
78
79
79
80
80
` ` ` yaml
@@ -131,6 +131,20 @@ Accept pipeline input: False
131
131
Accept wildcard characters : False
132
132
` ` `
133
133
134
+ ### -TreatmentId
135
+ The identity of the treatment.
136
+
137
+ ` ` ` yaml
138
+ Type : System.String
139
+ Parameter Sets : (All)
140
+ Aliases :
141
+
142
+ Required : False
143
+ Default value : None
144
+ Accept pipeline input : False
145
+ Accept wildcard characters : False
146
+ ` ` `
147
+
134
148
### -TreatmentPriority
135
149
The priority of the treatment. Used to distinguish identical patterns. The lower the priority the higher preference. The priority needs to be unique.
136
150
@@ -156,6 +170,8 @@ Accept wildcard characters: False
156
170
## NOTES
157
171
The cmdlet is available in Teams PS module 2.5.1 or later.
158
172
173
+ The parameters Identity and TreatmentId are mutually exclusive.
174
+
159
175
## RELATED LINKS
160
176
- [Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
161
177
You can’t perform that action at this time.
0 commit comments