Skip to content

Commit 04189d9

Browse files
authored
Merge pull request #13465 from CLYVR/patch-68
Fix caution formatting in New-CsAutoRecordingTemplate.md
2 parents b69608f + 637eae5 commit 04189d9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

teams/teams-ps/MicrosoftTeams/New-CsAutoRecordingTemplate.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ New-CsAutoRecordingTemplate -Name <String> -Description <String> -SharePointHost
2424

2525
## DESCRIPTION
2626

27-
> [!CAUTION]
28-
> The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
27+
>[!CAUTION]
28+
>The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
2929
3030
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording tempalte that can be assigned to a call queue.
3131

@@ -124,6 +124,9 @@ Accept wildcard characters: False
124124
125125
### -SharePointHostName
126126
127+
>[!CAUTION]
128+
>This must already exist. The cmdlet will not create the SharePoint hostname.
129+
127130
The SharePoint hostname where the recordings and transcripts are stored.
128131
129132
```yaml
@@ -138,11 +141,11 @@ Accept pipeline input: False
138141
Accept wildcard characters: False
139142
```
140143
141-
>[!CAUTION]
142-
>This must already exist. The cmdlet will not create the SharePoint hostname.
143-
144144
### -SharePointSiteName
145145
146+
>[!CAUTION]
147+
>This must already exist. The cmdlet will not create the SharePoint site.
148+
146149
The SharePoint sitename where the recordings and transcripts are stored.
147150
148151
```yaml
@@ -157,9 +160,6 @@ Accept pipeline input: False
157160
Accept wildcard characters: False
158161
```
159162
160-
>[!CAUTION]
161-
>This must already exist. The cmdlet will not create the SharePoint site.
162-
163163
### -RecordingDocumentOwner
164164
165165
The owner of the recording document
@@ -196,6 +196,9 @@ Accept wildcard characters: False
196196
197197
### -AutoRecordingAnnouncementTextToSpeechPrompt
198198
199+
>[!CAUTION]
200+
>This text needs to be entered in the same language that is set for the call queue.
201+
199202
The text to speach prompt that will be played to callers telling them their call is being recorded.
200203
201204
```yaml
@@ -210,9 +213,6 @@ Accept pipeline input: False
210213
Accept wildcard characters: False
211214
```
212215
213-
>[!CAUTION]
214-
>This text needs to be entered in the same language that is set for the call queue.
215-
216216
### CommonParameters
217217
218218
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)