You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR contains a discriminator value Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria which the generator changes to MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria for the enum name and value. The removal of the . from the enum value is problematic as it doesn't match the value sent over the wire.
The text was updated successfully, but these errors were encountered:
On further investigation the values are correct (i.e. the . isn't being removed) however the names are just terrible and should be shortened.
vladbarosan
changed the title
Discriminator values that contain . characters have them removed during naming
Improve enum names for . values
Oct 4, 2018
Found while investigating PR Azure/azure-rest-api-specs#4016
This PR contains a discriminator value
Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria
which the generator changes toMicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria
for the enum name and value. The removal of the.
from the enum value is problematic as it doesn't match the value sent over the wire.The text was updated successfully, but these errors were encountered: