Skip to content

Commit c2e117a

Browse files
authored
Merge pull request MicrosoftDocs#69 from YueOu-MSFT/yuou/removePreview
Remove "Preview" from Holiday Cmdlets' documentation
2 parents 8e34ba4 + 25a6ed5 commit c2e117a

6 files changed

+0
-11
lines changed

skype/skype-ps/skype/Export-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The Export-CsOrganizationalAutoAttendantHolidays cmdlet and the Import-CsOrganiz
2222
The Export-CsOrganizationalAutoAttendantHolidays cmdlet returns the holiday schedule information in serialized form (as a byte array). The caller can then write the bytes to the disk to obtain a CSV file. Similarly, the Import-CsOrganizationalAutoAttendantHolidays cmdlet accepts the holiday schedule information as a byte array, which can be read from the aforementioned CSV file. The first line of the CSV file is considered a header record and is always ignored.
2323

2424
**NOTE**
25-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2625
- Each line in the CSV file used by Export-CsOrganizationalAutoAttendantHolidays and Import-CsOrganizationalAutoAttendantHolidays cmdlet should be of the following format:
2726

2827
`HolidayName,StartDateTime1,EndDateTime1,StartDateTime2,EndDateTime2,…,StartDateTime10,EndDateTime10`

skype/skype-ps/skype/Get-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Get-CsOrganizationalAutoAttendantHolidays [-PrimaryUri] <Uri> [-Years <List>] [-
1919
## DESCRIPTION
2020
The Get-CsOrganizationalAutoAttendantHolidays provides a convenient way to visualize the information of all the holidays contained within an auto attendant.
2121

22-
**NOTE**
23-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
24-
2522
## EXAMPLES
2623

2724
### -------------------------- Example 1 --------------------------

skype/skype-ps/skype/Import-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The Export-CsOrganizationalAutoAttendantHolidays cmdlet and the Import-CsOrganiz
2222
The Export-CsOrganizationalAutoAttendantHolidays cmdlet returns the holiday schedule information in serialized form (as a byte array). The caller can then write the bytes to the disk to obtain a CSV file. Similarly, the Import-CsOrganizationalAutoAttendantHolidays cmdlet accepts the holiday schedule information as a byte array, which can be read from the aforementioned CSV file. The first line of the CSV file is considered a header record and is always ignored.
2323

2424
**NOTE**
25-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2625
- Each line in the CSV file used by Export-CsOrganizationalAutoAttendantHolidays and Import-CsOrganizationalAutoAttendantHolidays cmdlet should be of the following format:
2726

2827
`HolidayName,StartDateTime1,EndDateTime1,StartDateTime2,EndDateTime2,…,StartDateTime10,EndDateTime10`

skype/skype-ps/skype/New-CsOrganizationalAutoAttendant.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Alternatively, it can route the calls to an operator, a user, another OAA, or a
2424
You can create new OAAs by using the New-CsOrganizationalAutoAttendant cmdlet; each newly created OAA gets assigned a random Primary (SIP) URI that serves as the identity of the OAA.
2525

2626
**NOTE**
27-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2827
- PrimaryUri of OAAs is a SIP URI.
2928
- The default call flow has the lowest precedence, and any custom call flow has a higher precedence and is executed if the schedule associated with it is in effect.
3029
- Holiday call flows have higher priority than after-hours call flows. Thus, if a holiday schedule and an after-hours schedule are both in effect at a particular time, the call flow corresponding to the holiday call flow will be rendered.

skype/skype-ps/skype/New-CsOrganizationalAutoAttendantCallHandlingAssociation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ New-CsOrganizationalAutoAttendantCallHandlingAssociation -CallFlowId <String> -S
1919
## DESCRIPTION
2020
The New-CsOrganizationalAutoAttendantCallHandlingAssociation cmdlet creates a new call handling association to be used with the Auto Attendant (AA) service. The OAA service uses call handling associations to determine which call flow to execute when a specific schedule is in effect.
2121

22-
**NOTE**
23-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
24-
2522
## EXAMPLES
2623

2724
### -------------------------- Example 1 --------------------------

skype/skype-ps/skype/Set-CsOrganizationalAutoAttendant.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Set-CsOrganizationalAutoAttendant [-Instance] <Object> [-Tenant <Guid>] [<Common
1919
## DESCRIPTION
2020
The Set-CsOrganizationalAutoAttendant cmdlet lets you modify the properties of an auto attendant. For example, you can change the phone number, the operator, the greeting, or the menu prompts.
2121

22-
**NOTE**
23-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2422

2523
## EXAMPLES
2624

0 commit comments

Comments
 (0)