Closed RPCMarkR closed 5 years ago
@gucalder Hi. Could you take a look at this?
Thanks for reporting this. We are taking a look
Deal all, Thanks for reporting this defect. We just relax the Azure portal UX to allow using both comma and semicolon as delimiters.
The fix shall be in public clouds around 8/22/2019, and sovereign clouds 3 days later.
Regards, Patrick Tseng Developer, Microsoft Azure Monitoring team
Description
Using New-AzAutoscaleNotification with the -CustomEmail "string". The string requires comma separated values and generates an error if you use semi-colons ";".
The emails do not get sent out properly when using commas, when using the Azure Portal to set the values manually, a semi-colon is required and will not accept commas.
The Azure Portal requires the following format (no spaces allowed): "user1@domain.com;user2@domain.com"
The -CustomEmail requires the following format (must include spaces as shown): "user1@domain.com, user2@domain.com"
Steps to reproduce
Environment data
Name Value
PSVersion 5.1.17134.765
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.765
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Module versions
Debug output
Error output