-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Updating end user notification and phone number Filter options #12777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding email notify option via cmdlet during phone number assignment
Learn Build status updates of commit bd75aee: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Adding list of supported filters
Learn Build status updates of commit f721f56: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
```powershell | ||
Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -LocationId "7fda0c0b-6a3d-48b8-854b-3fbe9dcf6513" -Notify | ||
``` | ||
This example shows how to send an email to Teams phone users informing them about the new telephone number assignment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add somewhere that for airtel numbers we send out emails regardless?
|
||
```yaml | ||
Type: Switch | ||
Parameter Sets: (Notify) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parameter Sets is Assignment
, it can only be used in the assignment flow Assignment
.
Learn Build status updates of commit f733d26: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 530dadf: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Adding email notify option via cmdlet during phone number assignment