sql-bi/DaxFormatter

ServerType enum?

Closed this issue · 1 comments

https://github.com/sql-bi/DaxFormatter/blob/master/src/Dax.Formatter/AnalysisServices/ServerType.cs

Would it make sense to add the following types?

[EnumMember(Value = "AzureAS")]
AzureAnalysisServices,

[EnumMember(Value = "PBI Service")]
PowerBIService,

[EnumMember(Value = "Offline")]
Offline

Added to 1.1.1